Lines Matching refs:aSAXParseException
203 void AddToList( const sal_Char* cuType, const ::com::sun::star::uno::Any& aSAXParseException );
227 …virtual void SAL_CALL error( const ::com::sun::star::uno::Any& aSAXParseException ) throw (::com::…
228 …virtual void SAL_CALL fatalError( const ::com::sun::star::uno::Any& aSAXParseException ) throw (::…
229 …virtual void SAL_CALL warning( const ::com::sun::star::uno::Any& aSAXParseException ) throw (::com…
302 …AXParser::AddToList( const sal_Char* cuType, const ::com::sun::star::uno::Any& aSAXParseException ) in AddToList() argument
305 aSAXParseException >>= aException; in AddToList()
320 void SAL_CALL SAXParser::error( const ::com::sun::star::uno::Any& aSAXParseException ) throw (::com… in error() argument
322 AddToList( "error", aSAXParseException ); in error()
325 void SAL_CALL SAXParser::fatalError( const ::com::sun::star::uno::Any& aSAXParseException ) throw (… in fatalError() argument
327 AddToList( "fatal error", aSAXParseException ); in fatalError()
330 void SAL_CALL SAXParser::warning( const ::com::sun::star::uno::Any& aSAXParseException ) throw (::c… in warning() argument
332 AddToList( "warning", aSAXParseException ); in warning()