Searched refs:ODTUnits (Results 1 – 8 of 8) sorted by relevance
/plugin/odt/helper/ |
H A D | units.php | 23 $this->internal = new ODTUnits(); 47 return ODTUnits::stripDigits ($value); 57 return ODTUnits::getDigits ($value); 67 return ODTUnits::isValidXSLUnit($unit); 77 return ODTUnits::hasValidXSLUnit($value);
|
/plugin/odt/ODT/ |
H A D | ODTUtility.php | 232 * @param ODTUnits $units $ODTUnits object for unit conversion 235 …nction getImageSizeString($src, $width = NULL, $height = NULL, $preferImage=true, ODTUnits $units){ 294 * @param ODTUnits $units $ODTUnits object for unit conversion 328 * @param ODTUnits $units Units object to use for conversion 331 public static function adjustValuesForODT (&$properties, ODTUnits $units, $maxWidth=NULL) { 415 * @param ODTUnits $units Units object to use for conversion 418 public static function adjustValueForODT ($property, $value, ODTUnits $units) { 478 * @param ODTUnits $units Units object to use for conversion 481 …tion getCSSStylePropertiesForODT(&$properties, $style, $baseURL = NULL, ODTUnits $units, $maxWidth…
|
H A D | ODTUnits.php | 12 class ODTUnits { class
|
H A D | ODTImport.php | 195 $text_indent = ODTUnits::getDigits($style->getPropertyFromLevel($level, 'text-indent')); 196 $margin_left = ODTUnits::getDigits($style->getPropertyFromLevel($level, 'margin_left')); 198 ODTUnits::getDigits($style->getPropertyFromLevel($level, 'list-tab-stop-position'));
|
H A D | ODTDocument.php | 130 $this->units = new ODTUnits(); 227 $digits = ODTUnits::getDigits($value); 228 $unit = ODTUnits::stripDigits($value);
|
H A D | ODTTable.php | 61 … $indent = 0 + ODTUnits::getDigits($list_style->getPropertyFromLevel($level, 'margin-left'));
|
/plugin/odt/ODT/css/ |
H A D | cssimportnew.php | 1087 * @param ODTUnits $units ODTUnits object for conversion 1091 …public function getPropertiesForElement (&$dest, iElementCSSMatchable $element, ODTUnits $units, $… 1161 * @param ODTUnits $units ODTUnits object for conversion 1163 …protected function calculate (array &$properties, iElementCSSMatchable $element, ODTUnits $units) { 1352 * @param ODTUnits $units ODTUnits object for conversion 1354 …protected function calculateAndInherit (array &$dest, iElementCSSMatchable $element, ODTUnits $uni…
|
/plugin/odt/renderer/ |
H A D | page.php | 2019 * @see ODTUnits::toPoints for detailed documentation 2031 * @see ODTUnits::toPoints for detailed documentation
|