Home
last modified time | relevance | path

Searched refs:adjustValuesForODT (Results 1 – 5 of 5) sorted by relevance

/plugin/odt/ODT/
H A DODTImport.php150 ODTUtility::adjustValuesForODT ($properties, $params->units);
251 ODTUtility::adjustValuesForODT ($properties, $params->units);
393 ODTUtility::adjustValuesForODT ($properties, $params->units);
527 ODTUtility::adjustValuesForODT ($properties, $params->units);
634 ODTUtility::adjustValuesForODT ($properties, $params->units);
681 ODTUtility::adjustValuesForODT ($properties, $params->units);
745 ODTUtility::adjustValuesForODT ($properties, $params->units);
H A DODTUtility.php331 public static function adjustValuesForODT (&$properties, ODTUnits $units, $maxWidth=NULL) { function in ODTUtility
488 self::adjustValuesForODT ($properties, $units, $maxWidth);
518 self::adjustValuesForODT($dest, $params->units, $maxWidth);
555 self::adjustValuesForODT($dest, $params->units, $maxWidth);
H A DODTImage.php188 ODTUtility::adjustValuesForODT ($properties, $params->units);
H A DODTDocument.php376 ODTUtility::adjustValuesForODT($properties, $this->units);
448 ODTUtility::adjustValuesForODT($properties, $this->units);
2045 ODTUtility::adjustValuesForODT($dest, $this->units, $maxWidth);
2050 public function adjustValuesForODT (array &$properties) { function in ODTDocument
2051 ODTUtility::adjustValuesForODT($properties, $this->units);
/plugin/odt/renderer/
H A Dpage.php1999 $this->document->adjustValuesForODT($dest);