Searched refs:MS_LINE (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/starmath/source/ |
H A D | parse.cxx | 165 { "divides", TDIVIDES, MS_LINE, TGRELATION, 0}, 220 { "lline", TLLINE, MS_LINE, TGLBRACES, 5}, 231 { "mline", TMLINE, MS_LINE, 0, 0}, //! nicht in TGRBRACES, Level 0 276 { "rline", TRLINE, MS_LINE, TGRBRACES, 0}, //! 0 to terminate expression 1616 case TRLINE : cChar = MS_LINE; break; in Escape() 1769 aNodeToken.cMathChar = MS_LINE; in UnOper() 1772 aNodeToken.cMathChar = MS_LINE; in UnOper()
|
H A D | node.cxx | 1690 if (cChar != MS_LINE && cChar != MS_DLINE) in Arrange() 1694 if (cChar != MS_LINE && cChar != MS_DLINE) in Arrange()
|
/aoo4110/main/starmath/inc/ |
H A D | types.hxx | 125 MS_LINE = (sal_Unicode) 0x2223, enumerator
|
Completed in 32 milliseconds