Searched refs:_rCaughtException (Results 1 – 2 of 2) sorted by relevance
86 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()
356 String implGetExceptionMsg( const Any& _rCaughtException ) in implGetExceptionMsg() argument358 …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() argument501 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 34 milliseconds