Searched refs:scriptl (Results 1 – 2 of 2) sorted by relevance
/dports/print/lyx/lyx-2.3.4.2/src/mathed/ |
H A D | InsetMathSideset.cpp | 44 InsetMathSideset::InsetMathSideset(Buffer * buf, bool scriptl, bool scriptr) in InsetMathSideset() argument 45 : InsetMathNest(buf, 3 + scriptl + scriptr), scriptl_(scriptl), in InsetMathSideset() 50 InsetMathSideset::InsetMathSideset(Buffer * buf, bool scriptl, bool scriptr, in InsetMathSideset() argument 52 : InsetMathNest(buf, 3 + scriptl + scriptr), scriptl_(scriptl), in InsetMathSideset()
|
H A D | InsetMathSideset.h | 28 InsetMathSideset(Buffer * buf, bool scriptl, bool scriptr); 30 InsetMathSideset(Buffer * buf, bool scriptl, bool scriptr,
|