Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTIndex.php189 $p_styles = array();
214 $p_styles [$count+1] = $style_obj->getProperty('style-name');
273 …'.$tag.'-entry-template text:outline-level="'.$level.'" text:style-name="'.$p_styles [$level].'">';
321 * @param array $p_styles Array of style names for the paragraphs.
327 …protected static function getTOCBody(array $toc, $p_styles, $stylesLNames, $max_outline_level, $li… argument
336 $content .= '<text:p text:style-name="'.$p_styles [$level].'">';
357 * @param array $p_styles Array of style names for the paragraphs.
364 …protected static function getChapterIndexBody(array $toc, $p_styles, $stylesLNames, $max_outline_l… argument
383 $content .= '<text:p text:style-name="'.$p_styles [$level].'">';