Searched refs:m_aCurToken (Results 1 – 2 of 2) sorted by relevance
515 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 …]
177 SmToken m_aCurToken; member in SmParser276 return (m_aCurToken.nGroup & nGroup) ? sal_True : sal_False; in TokenInGroup()
Completed in 50 milliseconds