Searched refs:_odpReplaceInFile (Results 1 – 1 of 1) sorted by relevance
/plugin/odp/ |
H A D | renderer.php | 438 $this->_odpReplaceInFile('/<text:p[^>]*>DOKUWIKI-ODP-INSERT<\/text:p>/', 441 …$this->_odpReplaceInFile('</office:presentation>', $this->doc.'</office:presentation>', $this->tem… 449 $this->_odpReplaceInFile('/DOKUWIKI-ODP-CUT-START.*DOKUWIKI-ODP-CUT-STOP/', 455 …$this->_odpReplaceInFile('/<office:text([^>]*)>/U', '<office:text\1>'.$userfields, $this->temp_dir… 457 …$this->_odpReplaceInFile('</text:user-field-decls>', substr($userfields,23), $this->temp_dir.'/con… 461 …$this->_odpReplaceInFile('</office:automatic-styles>', substr($autostyles, 25), $this->temp_dir.'/… 462 …$this->_odpReplaceInFile('</office:automatic-styles>', substr($autostyles, 25), $this->temp_dir.'/… 463 …$this->_odpReplaceInFile('</office:styles>', $missingstyles.'</office:styles>', $this->temp_dir.'/… 464 …$this->_odpReplaceInFile('</office:font-face-decls>', $missingfonts.'</office:font-face-decls>', $… 471 function _odpReplaceInFile($from, $to, $file, $regexp=FALSE) { function in renderer_plugin_odp
|