Home
last modified time | relevance | path

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

/aoo4110/main/starmath/source/
H A Dparse.cxx2432 m_nCurError = -1; in Parse()
2488 if (m_nCurError > 0) return m_aErrDescList.Seek(--m_nCurError); in NextError()
2491 m_nCurError = 0; in NextError()
2492 return m_aErrDescList.Seek(m_nCurError); in NextError()
2501 … if (m_nCurError < (int) (m_aErrDescList.Count() - 1)) return m_aErrDescList.Seek(++m_nCurError); in PrevError()
2504 m_nCurError = (int) (m_aErrDescList.Count() - 1); in PrevError()
2505 return m_aErrDescList.Seek(m_nCurError); in PrevError()
2515 : m_aErrDescList.Seek(m_nCurError); in GetError()
/aoo4110/main/starmath/inc/
H A Dparse.hxx180 int m_nCurError; member in SmParser

Completed in 26 milliseconds