Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTExport.php30 $autostyles = $params->styleset->export('office:automatic-styles');
82 $value .= $autostyles;
117 $value = str_replace('<office:automatic-styles/>', $autostyles, $value);
178 $autostyles = $params->styleset->export('office:automatic-styles');
211 self::replaceInFile($original, $autostyles, $tempDir.'/content.xml');
215 self::replaceInFile($original, $autostyles, $tempDir.'/styles.xml');
/plugin/odp/
H A Drenderer.php41 var $autostyles = array( variable in renderer_plugin_odp
338 $autostyles = $this->_odpAutoStyles();
387 $value .= $autostyles;
402 $value = str_replace('<office:automatic-styles/>', $autostyles, $value);
430 $autostyles = $this->_odpAutoStyles();
461 …$this->_odpReplaceInFile('</office:automatic-styles>', substr($autostyles, 25), $this->temp_dir.'/…
462 …$this->_odpReplaceInFile('</office:automatic-styles>', substr($autostyles, 25), $this->temp_dir.'/…
511 foreach ($this->autostyles as $stylename=>$stylexml) {
1023 $this->autostyles[$style_name] = $style_content;
1359 if (!$style or !array_key_exists($style, $this->autostyles)) {
/plugin/columns/
H A Dsyntax.php316 $metrics = $this->getOdtMetrics($renderer->autostyles);
323 $renderer->autostyles[$styleName] = $style;
339 $metrics = $this->getOdtMetrics($renderer->autostyles);
345 $renderer->autostyles[$styleName] = $style;
382 $renderer->autostyles[$styleName] = $style;
/plugin/definitionlist/
H A Dsyntax.php304 $renderer->autostyles["def_f5_term"] = '
309 $renderer->autostyles["def_f5_list"] = '
/plugin/fontcolor/
H A Dsyntax.php147 $renderer->autostyles[$stylename] = '
/plugin/divalign2/
H A Dcommon.php113 $renderer->autostyles["Text.Divalign.$Align"]= $st;