Searched refs:aSAXParseException (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/automation/source/server/ |
H A D | XMLParser.cxx | 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::… 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 [all …]
|
/aoo4110/main/filter/source/xsltdialog/ |
H A D | xmlfileview.cxx | 86 …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()
|
/aoo4110/main/offapi/com/sun/star/xml/sax/ |
H A D | XErrorHandler.idl | 59 void error( [in] any aSAXParseException ) 65 void fatalError( [in] any aSAXParseException ) 71 void warning( [in] any aSAXParseException )
|
/aoo4110/main/sax/test/ |
H A D | saxdemo.cxx | 146 … 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
|
/aoo4110/main/sax/test/sax/ |
H A D | testsax.cxx | 295 … 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
|
/aoo4110/main/extensions/test/sax/ |
H A D | testsax.cxx | 368 … 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
|
/aoo4110/main/i18npool/source/localedata/ |
H A D | saxparser.cxx | 158 … virtual void SAL_CALL error(const Any& aSAXParseException) throw (SAXException, RuntimeException) in error() argument 165 aSAXParseException ); in error()
|
Completed in 72 milliseconds