Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DInsetMathHull.cpp90 case hullXXAlignAt: in getCols()
417 case hullXXAlignAt: in currentMode()
469 case hullXXAlignAt: in displayColAlign()
973 case hullXXAlignAt: in ams()
1005 case hullXXAlignAt: in outerDisplay()
1027 case hullXXAlignAt: in display()
1062 case hullXXAlignAt: in numberedType()
1169 case hullXXAlignAt: in header_write()
1232 case hullXXAlignAt: in footer_write()
1259 case hullXXAlignAt: in allowsTabularFeatures()
[all …]
H A DInsetMath.h31 hullXXAlignAt, enumerator
H A DInsetMathGrid.cpp1868 case hullXXAlignAt: in colAlign()
1910 case hullXXAlignAt: in colSpace()
H A DMathParser.cpp1712 cell->push_back(MathAtom(new InsetMathHull(buf, hullXXAlignAt))); in parse1()