Home
last modified time | relevance | path

Searched refs:MS_LINE (Results 1 – 3 of 3) sorted by relevance

/trunk/main/starmath/source/
H A Dparse.cxx166 { "divides", TDIVIDES, MS_LINE, TGRELATION, 0},
224 { "lline", TLLINE, MS_LINE, TGLBRACES, 5},
236 { "mline", TMLINE, MS_LINE, 0, 0}, //! nicht in TGRBRACES, Level 0
284 { "rline", TRLINE, MS_LINE, TGRBRACES, 0}, //! 0 to terminate expression
1626 case TRLINE : cChar = MS_LINE; break; in Escape()
1779 aNodeToken.cMathChar = MS_LINE; in UnOper()
1782 aNodeToken.cMathChar = MS_LINE; in UnOper()
H A Dnode.cxx1690 if (cChar != MS_LINE && cChar != MS_DLINE) in Arrange()
1694 if (cChar != MS_LINE && cChar != MS_DLINE) in Arrange()
/trunk/main/starmath/inc/
H A Dtypes.hxx125 MS_LINE = (sal_Unicode) 0x2223, enumerator

Completed in 54 milliseconds