Home
last modified time | relevance | path

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

/plugin/odt/ODT/
DODTIndex.php116 $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…
[all …]