Searched refs:importFromODTFile (Results 1 – 3 of 3) sorted by relevance
/plugin/odt/ODT/ |
H A D | ODTDefaultStyles.php | 122 … $styles_ret = parent::importFromODTFile(DOKU_INC.'lib/plugins/odt/styles.xml', 'office:styles'); 123 …$master_styles_ret = parent::importFromODTFile(DOKU_INC.'lib/plugins/odt/styles.xml', 'office:mast…
|
H A D | ODTImport.php | 889 … $params->styleset->importFromODTFile($tempDir.'/content.xml', 'office:automatic-styles', true); 890 … $params->styleset->importFromODTFile($tempDir.'/styles.xml', 'office:automatic-styles', true); 891 $params->styleset->importFromODTFile($tempDir.'/styles.xml', 'office:styles', true); 892 $params->styleset->importFromODTFile($tempDir.'/styles.xml', 'office:master-styles', true);
|
H A D | styleset.php | 75 public function importFromODTFile($sourceFile, $root_element, $overwrite=false) { function in ODTStyleSet
|