Home
last modified time | relevance | path

Searched refs:_rCaughtException (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/dbaccess/source/ext/macromigration/
H A Dmigrationerror.hxx86 const ::com::sun::star::uno::Any& _rCaughtException ) in MigrationError()
88 ,aCaughtException( _rCaughtException ) in MigrationError()
103 const ::com::sun::star::uno::Any& _rCaughtException ) in MigrationError()
105 ,aCaughtException( _rCaughtException ) in MigrationError()
123 const ::com::sun::star::uno::Any& _rCaughtException ) in MigrationError()
125 ,aCaughtException( _rCaughtException ) in MigrationError()
135 const ::com::sun::star::uno::Any& _rCaughtException ) in MigrationError()
137 ,aCaughtException( _rCaughtException ) in MigrationError()
/aoo41x/main/basic/source/classes/
H A Dsbunoobj.cxx356 String implGetExceptionMsg( const Any& _rCaughtException ) in implGetExceptionMsg() argument
358 …OSL_PRECOND( _rCaughtException.getValueTypeClass() == TypeClass_EXCEPTION, "implGetExceptionMsg: i… in implGetExceptionMsg()
359 if ( _rCaughtException.getValueTypeClass() != TypeClass_EXCEPTION ) in implGetExceptionMsg()
362 …lGetExceptionMsg( *static_cast< const Exception* >( _rCaughtException.getValue() ), _rCaughtExcept… in implGetExceptionMsg()
496 static void implHandleAnyException( const Any& _rCaughtException ) in implHandleAnyException() argument
501 if ( _rCaughtException >>= aBasicError ) in implHandleAnyException()
505 else if ( _rCaughtException >>= aWrappedError ) in implHandleAnyException()
507 implHandleWrappedTargetException( _rCaughtException ); in implHandleAnyException()
511 StarBASIC::Error( ERRCODE_BASIC_EXCEPTION, implGetExceptionMsg( _rCaughtException ) ); in implHandleAnyException()

Completed in 25 milliseconds