Searched refs:root_element (Results 1 – 2 of 2) sorted by relevance
75 public function importFromODTFile($sourceFile, $root_element, $overwrite=false) { argument76 if (empty($sourceFile) || empty($root_element)) {86 return $this->importFromODT($styles_xml_content, $root_element, $overwrite);89 public function importFromODT($styles_xml_content, $root_element, $overwrite=false) { argument90 if (empty($styles_xml_content) || empty($root_element)) {95 switch ($root_element) {119 switch ($root_element) {138 public function exportToODT($root_element) { argument140 switch ($root_element) {152 $office_styles = "<".$root_element.">\n";[all …]
133 public function export($root_element) { argument134 return parent::exportToODT($root_element);