Home
last modified time | relevance | path

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

/aoo42x/main/starmath/source/
H A Dparse.cxx525 m_aCurToken.nRow = m_Row; in NextToken()
1121 if (m_aCurToken.eType != TEND && m_aCurToken.eType != TNEWLINE) in Line()
1127 while (m_aCurToken.eType != TEND && m_aCurToken.eType != TNEWLINE) in Line()
1396 switch (m_aCurToken.eType) in Term()
1608 switch (m_aCurToken.eType) in Escape()
1815 switch (m_aCurToken.eType) in Attribut()
1846 switch (m_aCurToken.eType) in FontAttribut()
1948 switch (m_aCurToken.eType) in FontSize()
2128 if (m_aCurToken.eType != TMLINE && m_aCurToken.eType != TRIGHT) in Bracebody()
2131 } while (m_aCurToken.eType != TEND && m_aCurToken.eType != TRIGHT); in Bracebody()
[all …]
/aoo42x/main/starmath/inc/
H A Dparse.hxx179 SmToken m_aCurToken; member in SmParser
278 return (m_aCurToken.nGroup & nGroup) ? sal_True : sal_False; in TokenInGroup()

Completed in 35 milliseconds