Searched refs:getCSSStylePropertiesForODT (Results 1 – 4 of 4) sorted by relevance
/plugin/odt/ODT/ |
H A D | ODTIndex.php | 178 $doc->getCSSStylePropertiesForODT ($properties, $styleH); 196 $doc->getCSSStylePropertiesForODT ($properties, $stylesL [$count+1]); 235 $doc->getCSSStylePropertiesForODT ($properties, $stylesL [$count+1]);
|
H A D | ODTUtility.php | 481 …public static function getCSSStylePropertiesForODT(&$properties, $style, $baseURL = NULL, ODTUnits… function in ODTUtility
|
H A D | ODTDocument.php | 1621 public function getCSSStylePropertiesForODT(&$properties, $style, $baseURL = NULL){ function in ODTDocument 1622 ODTUtility::getCSSStylePropertiesForODT($properties, $style, $baseURL, $this->units);
|
/plugin/odt/renderer/ |
H A D | page.php | 1993 $this->document->getCSSStylePropertiesForODT($dest, $inlineStyle);
|