Home
last modified time | relevance | path

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

/aoo42x/main/starmath/source/
H A Dparse.cxx2442 m_nCurError = -1; in Parse()
2498 if (m_nCurError > 0) return m_aErrDescList.Seek(--m_nCurError); in NextError()
2501 m_nCurError = 0; in NextError()
2502 return m_aErrDescList.Seek(m_nCurError); in NextError()
2511 … if (m_nCurError < (int) (m_aErrDescList.Count() - 1)) return m_aErrDescList.Seek(++m_nCurError); in PrevError()
2514 m_nCurError = (int) (m_aErrDescList.Count() - 1); in PrevError()
2515 return m_aErrDescList.Seek(m_nCurError); in PrevError()
2525 : m_aErrDescList.Seek(m_nCurError); in GetError()
/aoo42x/main/starmath/inc/
H A Dparse.hxx182 int m_nCurError; member in SmParser

Completed in 26 milliseconds