Searched refs:odt_styles (Results 1 – 1 of 1) sorted by relevance
21 protected $odt_styles; variable in syntax_plugin_fontcolor143 if(empty($this->odt_styles[$style_index])) {144 $stylename = "ColorizedText" . count($this->odt_styles);145 $this->odt_styles[$style_index] = $stylename;155 … $renderer->doc .= '<text:span text:style-name="' . $this->odt_styles[$style_index] . '">';