Home
last modified time | relevance | path

Searched refs:style_count (Results 1 – 2 of 2) sorted by path

/plugin/odt/ODT/styles/
H A DODTStyle.php28 protected static $style_count = 0; variable in ODTStyle
244 self::$style_count++;
245 $style_name = self::$style_base_name.$type.'_'.self::$style_count;
/plugin/odt/helper/
H A Dstylefactory.php26 protected static $style_count = 0; variable in helper_plugin_odt_stylefactory