Home
last modified time | relevance | path

Searched refs:style_content (Results 1 – 2 of 2) sorted by relevance

/plugin/odt/ODT/styles/
H A DODTUnknownStyle.php28 protected $style_content = NULL; variable in ODTUnknownStyle
86 public function setStyleContent($style_content) { argument
87 $this->importODTStyleInternal(self::$unknown_fields, $style_content);
88 $this->style_content = $style_content."\n";
109 return $this->style_content;
/plugin/odp/
H A Drenderer.php1013 $style_content = '
1018 $style_content .= 'fo:'.$style_key.'="'.$style_value.'" ';
1020 $style_content .= '/>
1023 $this->autostyles[$style_name] = $style_content;