Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DInsetMathUnknown.h40 InsetMathUnknown const * asUnknownInset() const { return this; } in asUnknownInset() function
42 InsetMathUnknown * asUnknownInset() { return this; } in asUnknownInset() function
H A DInsetMath.h167 virtual InsetMathUnknown * asUnknownInset() { return 0; } in asUnknownInset() function
168 virtual InsetMathUnknown const * asUnknownInset() const { return 0; } in asUnknownInset() function
H A DInsetMathMacro.cpp1112 if (cell(i).size() && cell(i)[last]->asUnknownInset()) { in write()
H A DMathExtern.cpp268 if (at->asUnknownInset()) { in extractFunctionName()
H A DInsetMathNest.cpp1887 cur.cell()[cur.pos() - 1]->asUnknownInset()) { in interpretString()
/dports/print/lyx/lyx-2.3.4.2/src/
H A DCursor.cpp1588 InsetMathUnknown const * p = prevAtom()->asUnknownInset(); in inMacroMode()
1595 return inMacroMode() ? prevAtom().nucleus()->asUnknownInset() : 0; in activeMacro()
1601 return inMacroMode() ? prevAtom().nucleus()->asUnknownInset() : 0; in activeMacro()