Lines Matching refs:max_outline_level
116 $max_outline_level = 10;
118 $max_outline_level = $settings ['maxlevel'];
166 for ( $count = 0 ; $count < $max_outline_level ; $count++ ) {
192 for ( $count = 0 ; $count < $max_outline_level ; $count++ )
233 for ( $count = 0 ; $count < $max_outline_level ; $count++ ) {
249 … $source_attrs = 'text:outline-level="'.$max_outline_level.'" text:use-index-marks="false"';
255 …$source_attrs = 'text:outline-level="'.$max_outline_level.'" text:use-index-marks="false" text:ind…
270 for ( $count = 0 ; $count < $max_outline_level ; $count++ )
298 … $content .= self::getTOCBody ($toc, $p_styles_auto, $stylesLNames, $max_outline_level, $links);
301 ….= self::getChapterIndexBody ($toc, $p_styles_auto, $stylesLNames, $max_outline_level, $links, $st…
323 * @param array $max_outline_level Depth of the table of contents.
327 …protected static function getTOCBody(array $toc, $p_styles, $stylesLNames, $max_outline_level, $li… argument
334 if ( $params [3] <= $max_outline_level ) {
359 * @param array $max_outline_level Depth of the table of contents.
364 …function getChapterIndexBody(array $toc, $p_styles, $stylesLNames, $max_outline_level, $links, $st… argument
381 if ( $params [3] <= $max_outline_level ) {