Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A 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"';
270 for ( $count = 0 ; $count < $max_outline_level ; $count++ )
323 * @param array $max_outline_level Depth of the table of contents.
334 if ( $params [3] <= $max_outline_level ) {
359 * @param array $max_outline_level Depth of the table of contents.
[all …]