Searched refs:m_aErrDescList (Results 1 – 2 of 2) sorted by relevance
2444 for (sal_uInt16 i = 0; i < m_aErrDescList.Count(); i++) in Parse()2445 delete m_aErrDescList.Remove(i); in Parse()2447 m_aErrDescList.Clear(); in Parse()2489 m_aErrDescList.Insert(pErrDesc); in AddError()2491 return (sal_uInt16) m_aErrDescList.GetPos(pErrDesc); in AddError()2497 if (m_aErrDescList.Count()) in NextError()2498 if (m_nCurError > 0) return m_aErrDescList.Seek(--m_nCurError); in NextError()2502 return m_aErrDescList.Seek(m_nCurError); in NextError()2510 if (m_aErrDescList.Count()) in PrevError()2511 … if (m_nCurError < (int) (m_aErrDescList.Count() - 1)) return m_aErrDescList.Seek(++m_nCurError); in PrevError()[all …]
181 SmErrDescList m_aErrDescList; member in SmParser