Searched refs:TNEWLINE (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/starmath/source/ |
H A D | parse.cxx | 243 { "newline", TNEWLINE, '\0', 0, 0}, 1033 while (m_aCurToken.eType == TNEWLINE) in Table() 1121 if (m_aCurToken.eType != TEND && m_aCurToken.eType != TNEWLINE) in Line() 1127 while (m_aCurToken.eType != TEND && m_aCurToken.eType != TNEWLINE) in Line() 1384 if ( m_aCurToken.eType == TNEWLINE || in Blank()
|
H A D | mathmlimport.cxx | 2512 aToken.eType = TNEWLINE; in EndElement()
|
/aoo42x/main/starmath/inc/ |
H A D | parse.hxx | 72 TNEWLINE, TBINOM, TFROM, TTO, TINT, enumerator
|
Completed in 38 milliseconds