Home
last modified time | relevance | path

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

/aoo41x/main/starmath/source/
H A Dparse.cxx515 m_aCurToken.nRow = m_Row; in NextToken()
1111 if (m_aCurToken.eType != TEND && m_aCurToken.eType != TNEWLINE) in Line()
1117 while (m_aCurToken.eType != TEND && m_aCurToken.eType != TNEWLINE) in Line()
1386 switch (m_aCurToken.eType) in Term()
1598 switch (m_aCurToken.eType) in Escape()
1805 switch (m_aCurToken.eType) in Attribut()
1836 switch (m_aCurToken.eType) in FontAttribut()
1938 switch (m_aCurToken.eType) in FontSize()
2118 if (m_aCurToken.eType != TMLINE && m_aCurToken.eType != TRIGHT) in Bracebody()
2121 } while (m_aCurToken.eType != TEND && m_aCurToken.eType != TRIGHT); in Bracebody()
[all …]
/aoo41x/main/starmath/inc/
H A Dparse.hxx177 SmToken m_aCurToken; member in SmParser
276 return (m_aCurToken.nGroup & nGroup) ? sal_True : sal_False; in TokenInGroup()

Completed in 34 milliseconds