Searched refs:startRef (Results 1 – 1 of 1) sorted by relevance
/plugin/odt/ODT/ |
H A D | ODTIndex.php | 300 $startRef = $settings ['start_ref']; 301 …::getChapterIndexBody ($toc, $p_styles_auto, $stylesLNames, $max_outline_level, $links, $startRef); 361 * @param string $startRef Reference-ID of chapter main heading. 364 … getChapterIndexBody(array $toc, $p_styles, $stylesLNames, $max_outline_level, $links, $startRef) { argument 372 if ($in_chapter == true || $params [0] == $startRef ) {
|