Home
last modified time | relevance | path

Searched refs:emValue (Results 1 – 3 of 3) sorted by relevance

/plugin/odt/helper/
H A Dstylefactory.php291 * @param integer $emValue Factor for conversion from 'em' to 'pt'
294 public function adjustValueForODT ($property, $value, $emValue = 0) { argument
295 return ODTUtility::adjustValueForODT ($property, $value, $emValue);
H A Dcssimport.php1416 * @param int $emValue
1419 public function adjustValueForODT ($value, $emValue = 0) { argument
1451 if ( is_numeric ($number) && !empty ($emValue) ) {
1452 $part = ($number * $emValue).'pt';
/plugin/odt/renderer/
H A Dpage.php2042 * @param int $emValue The conversion value for 'em' units