Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DInsetMathKern.h46 void infoize2(odocstream & os) const;
H A DInsetMathBig.h42 void infoize2(odocstream & os) const;
H A DInsetMathKern.cpp80 void InsetMathKern::infoize2(odocstream & os) const in infoize2() function in lyx::InsetMathKern
H A DInsetMathSymbol.h77 void infoize2(odocstream & os) const;
H A DInsetMathScript.h108 void infoize2(odocstream & os) const;
H A DInsetMathBig.cpp161 void InsetMathBig::infoize2(odocstream & os) const in infoize2() function in lyx::InsetMathBig
H A DInsetMathMacro.h106 void infoize2(odocstream &) const;
H A DInsetMathSymbol.cpp231 void InsetMathSymbol::infoize2(odocstream & os) const in infoize2() function in lyx::InsetMathSymbol
H A DInsetMathScript.cpp697 void InsetMathScript::infoize2(odocstream & os) const in infoize2() function in lyx::InsetMathScript
H A DInsetMathMacro.cpp1224 void InsetMathMacro::infoize2(odocstream & os) const in infoize2() function in lyx::InsetMathMacro
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInset.h317 virtual void infoize2(odocstream &) const {} in infoize2() function
/dports/print/lyx/lyx-2.3.4.2/src/
H A DCursor.cpp1106 prevInset()->infoize2(os); in info()