Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/tex2lyx/
H A Dtext.cpp748 InsetLayout const * findInsetLayout(TextClass const & textclass, string const & name, bool command, in findInsetLayout() function
2215 else if ((newinsetlayout = findInsetLayout(parent_context.textclass, name, false))) { in parse_environment()
4602 newinsetlayout = findInsetLayout(context.textclass, t.cs(), true); in parse_text()
5584 …if ((newinsetlayout = findInsetLayout(context.textclass, starredname, true, p.getCommandLatexParam… in parse_text()
5634 if ((newinsetlayout = findInsetLayout(context.textclass, starredname, true))) { in parse_text()