Searched refs:expandToc2 (Results 1 – 1 of 1) sorted by relevance
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/ |
H A D | Menus.cpp | 360 void expandToc2(Toc const & toc_list, size_t from, size_t to, int depth, string toc_type); 1248 void MenuDefinition::expandToc2(Toc const & toc_list, in expandToc2() function in lyx::frontend::__anonc26ba47a0111::MenuDefinition 1305 sub.expandToc2(toc_list, pos, new_pos, depth + 1, toc_type); in expandToc2() 1367 expandToc2(*cit->second, 0, cit->second->size(), 0, in expandToc() 1382 expandToc2(toc, 0, toc.size(), 0, type); in expandTocSubmenu()
|