Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DInsetMathSideset.cpp44 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 DInsetMathSideset.h28 InsetMathSideset(Buffer * buf, bool scriptl, bool scriptr);
30 InsetMathSideset(Buffer * buf, bool scriptl, bool scriptr,