Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A Dstyleset.php81 $styles_xml_content = file_get_contents ($sourceFile);
82 if (empty($styles_xml_content)) {
86 return $this->importFromODT($styles_xml_content, $root_element, $overwrite);
89 public function importFromODT($styles_xml_content, $root_element, $overwrite=false) { argument
90 if (empty($styles_xml_content) || empty($root_element)) {
99 … $style_elements = XMLUtil::getElementContent($root_element, $styles_xml_content, $end);