Searched refs:CSSTemplate (Results 1 – 2 of 2) sorted by relevance
/plugin/odt/ODT/ |
H A D | ODTImport.php | 94 * @param string $CSSTemplate String containing the path and file name of the CSS file to import 98 …static public function importCSSFromFile (ODTInternalParams $params, $CSSTemplate, $media_sel=NULL… argument 99 …self::importCSSCodeInternal ($params, true, $CSSTemplate, $media_sel, $lengthCallback, $URLCallbac…
|
H A D | ODTDocument.php | 835 * @param string $CSSTemplate String containing the path and file name of the CSS file to import 839 …public function importCSSFromFile($CSSTemplate, $mediaSel=NULL, $URLCallback=NULL, $listAlign='rig… argument 845 …ODTImport::importCSSFromFile ($this->params, $CSSTemplate, $mediaSel, array($this, 'adjustLengthCa…
|