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