Searched refs:aErrorList (Results 1 – 1 of 1) sorted by relevance
387 BasErrorLst aErrorList; member in BasicErrorManager395 sal_Bool HasErrors() { return (sal_Bool)aErrorList.Count(); } in HasErrors()396 BasicError* GetFirstError() { return aErrorList.First(); } in GetFirstError()397 BasicError* GetNextError() { return aErrorList.Next(); } in GetNextError()408 BasicError* pError = (BasicError*)aErrorList.First(); in Reset()412 pError = (BasicError*)aErrorList.Next(); in Reset()414 aErrorList.Clear(); in Reset()419 aErrorList.Insert( new BasicError( rError ), LIST_APPEND ); in InsertError()
Completed in 24 milliseconds