Home
last modified time | relevance | path

Searched refs:getCSSStylePropertiesForODT (Results 1 – 4 of 4) sorted by relevance

/plugin/odt/ODT/
H A DODTIndex.php178 $doc->getCSSStylePropertiesForODT ($properties, $styleH);
196 $doc->getCSSStylePropertiesForODT ($properties, $stylesL [$count+1]);
235 $doc->getCSSStylePropertiesForODT ($properties, $stylesL [$count+1]);
H A DODTUtility.php481 …public static function getCSSStylePropertiesForODT(&$properties, $style, $baseURL = NULL, ODTUnits… function in ODTUtility
H A DODTDocument.php1621 public function getCSSStylePropertiesForODT(&$properties, $style, $baseURL = NULL){ function in ODTDocument
1622 ODTUtility::getCSSStylePropertiesForODT($properties, $style, $baseURL, $this->units);
/plugin/odt/renderer/
H A Dpage.php1993 $this->document->getCSSStylePropertiesForODT($dest, $inlineStyle);