Home
last modified time | relevance | path

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

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