Searched refs:TNEWLINE (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/starmath/source/ |
H A D | parse.cxx | 237 { "newline", TNEWLINE, '\0', 0, 0}, 1023 while (m_aCurToken.eType == TNEWLINE) in Table() 1111 if (m_aCurToken.eType != TEND && m_aCurToken.eType != TNEWLINE) in Line() 1117 while (m_aCurToken.eType != TEND && m_aCurToken.eType != TNEWLINE) in Line() 1374 if ( m_aCurToken.eType == TNEWLINE || in Blank()
|
H A D | mathmlimport.cxx | 2498 aToken.eType = TNEWLINE; in EndElement()
|
/aoo41x/main/starmath/inc/ |
H A D | parse.hxx | 72 TNEWLINE, TBINOM, TFROM, TTO, TINT, enumerator
|
Completed in 41 milliseconds