Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTDefaultStyles.php122 … $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 DODTImport.php889 … $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 Dstyleset.php75 public function importFromODTFile($sourceFile, $root_element, $overwrite=false) { function in ODTStyleSet