Home
last modified time | relevance | path

Searched refs:aSAXParseException (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/automation/source/server/
H A DXMLParser.cxx203 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()
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
[all …]
/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx86 …virtual void SAL_CALL error( const Any& aSAXParseException ) throw (SAXException, RuntimeException…
87 …virtual void SAL_CALL fatalError( const Any& aSAXParseException ) throw (SAXException, RuntimeExce…
88 …virtual void SAL_CALL warning( const Any& aSAXParseException ) throw (SAXException, RuntimeExcepti…
102 void SAL_CALL XMLErrorHandler::error( const Any& aSAXParseException ) throw (SAXException, RuntimeE… in error() argument
107 if( aSAXParseException >>= e ) in error()
117 void SAL_CALL XMLErrorHandler::fatalError( const Any& aSAXParseException ) throw (SAXException, Run… in fatalError() argument
122 if( aSAXParseException >>= e ) in fatalError()
/trunk/main/sax/test/sax/
H A Dtestsax.cxx295 … virtual void SAL_CALL error(const Any& aSAXParseException) throw (SAXException, RuntimeException) in error() argument
301 aSAXParseException ); in error()
303 …virtual void SAL_CALL fatalError(const Any& aSAXParseException) throw (SAXException, RuntimeExcept… in fatalError() argument
307 …virtual void SAL_CALL warning(const Any& aSAXParseException) throw (SAXException, RuntimeException) in warning() argument
/trunk/main/sax/test/
H A Dsaxdemo.cxx146 … virtual void SAL_CALL error(const Any& aSAXParseException) throw (SAXException, RuntimeException) in error() argument
152 aSAXParseException ); in error()
154 …virtual void SAL_CALL fatalError(const Any& aSAXParseException) throw (SAXException, RuntimeExcept… in fatalError() argument
158 …virtual void SAL_CALL warning(const Any& aSAXParseException) throw (SAXException, RuntimeException) in warning() argument
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXErrorHandler.idl59 void error( [in] any aSAXParseException )
65 void fatalError( [in] any aSAXParseException )
71 void warning( [in] any aSAXParseException )
/trunk/main/i18npool/source/localedata/
H A Dsaxparser.cxx158 … virtual void SAL_CALL error(const Any& aSAXParseException) throw (SAXException, RuntimeException) in error() argument
165 aSAXParseException ); in error()
/trunk/main/extensions/test/sax/
H A Dtestsax.cxx368 … virtual void error(const UsrAny& aSAXParseException) THROWS( (SAXException, UsrSystemException) ) in error() argument
371 THROW( SAXException( L"error from error handler" , XInterfaceRef() , aSAXParseException ) ); in error()
373 …virtual void fatalError(const UsrAny& aSAXParseException) THROWS( (SAXException, UsrSystemExceptio… in fatalError() argument
377 …virtual void warning(const UsrAny& aSAXParseException) THROWS( (SAXException, UsrSystemException) ) in warning() argument

Completed in 52 milliseconds