Home
last modified time | relevance | path

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

/plugin/odt/helper/
H A Dcssimportnew.php42 function importFromString($contents) { function in helper_plugin_odt_cssimportnew
43 return $this->internal->importFromString($contents);
H A Dcssimport.php1111 function importFromString($contents) { function in helper_plugin_odt_cssimport
1246 return $this->importFromString ($contents);
/plugin/odt/ODT/css/
H A Dcssimportnew.php876 function importFromString($contents) { function in cssimportnew
1034 return $this->importFromString ($contents);
/plugin/odt/ODT/
H A DODTImport.php71 $params->import->importFromString($CSSSource);
/plugin/odt/renderer/
H A Dpage.php99 $this->import->importFromString ($this->css);