Home
last modified time | relevance | path

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

/AOO41X/main/starmath/inc/
H A Dtypes.hxx83 MS_MINUSPLUS = (sal_Unicode) 0x2213, enumerator
/AOO41X/main/starmath/source/
H A Dparse.cxx230 { "minusplus", TMINUSPLUS, MS_MINUSPLUS, TGUNOPER | TGSUM, 5},
931 m_aCurToken.cMathChar = MS_MINUSPLUS; in NextToken()