Home
last modified time | relevance | path

Searched refs:ErrorList (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basic/inc/basic/
H A Dmybasic.hxx43 DECLARE_LIST( ErrorList, BasicError* )
67 ErrorList aErrors;
/trunk/main/xmloff/inc/xmloff/
H A Dxmlerror.hxx113 typedef ::std::vector<ErrorRecord> ErrorList; typedef in XMLErrors
115 ErrorList aErrors; /// list of error records
/trunk/main/xmloff/source/core/
H A Dxmlerror.cxx238 for( ErrorList::iterator aIter = aErrors.begin(); in ThrowErrorAsSAXException()