Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTIndex.php107 protected static function buildIndex(ODTDocument $doc, array $toc, array $settings, $indexNo) { argument
181 $properties ['style-name'] = 'Contents_20_Heading_'.$indexNo;
182 $properties ['style-display-name'] = 'Contents Heading '.$indexNo;
206 $properties ['style-name'] = 'ToC '.$indexNo.'- Level '.($count+1);
207 $properties ['style-display-name'] = 'ToC '.$indexNo.', Level '.($count+1);
220 $properties ['style-name'] = 'ToC Auto '.$indexNo.'- Level '.($count+1);
236 $properties ['style-name'] = 'ToC '.$indexNo.'- Text Level '.($count+1);
237 $properties ['style-display-name'] = 'ToC '.$indexNo.', Level '.($count+1);