Home
last modified time | relevance | path

Searched refs:adjustValueForODT (Results 1 – 6 of 6) sorted by relevance

/plugin/odt/helper/
H A Dstylefactory.php294 public function adjustValueForODT ($property, $value, $emValue = 0) { function in helper_plugin_odt_stylefactory
295 return ODTUtility::adjustValueForODT ($property, $value, $emValue);
H A Dcssimport.php1419 public function adjustValueForODT ($value, $emValue = 0) { function in helper_plugin_odt_cssimport
/plugin/odt/ODT/
H A DODTUtility.php354 $properties [$property] = self::adjustValueForODT ($property, $value, $units);
418 public static function adjustValueForODT ($property, $value, ODTUnits $units) { function in ODTUtility
H A DODTDocument.php2054 public function adjustValueForODT ($property, $value) { function in ODTDocument
2055 return ODTUtility::adjustValueForODT($property, $value, $this->units);
/plugin/odt/
H A DChangeLog.txt85 …* Bugfix: The function 'adjustValueForODT' did not convert the color name 'black' to '#000000'. Th…
/plugin/odt/renderer/
H A Dpage.php2046 public function adjustValueForODT ($property, $value) { function in renderer_plugin_odt_page
2047 return $this->document->adjustValueForODT ($property, $value);