Lines Matching refs:implGetExceptionMsg

349 ::rtl::OUString implGetExceptionMsg( const Exception& e, const ::rtl::OUString& aExceptionType_ )  in implGetExceptionMsg()  function
356 String implGetExceptionMsg( const Any& _rCaughtException ) in implGetExceptionMsg() function
362 …return implGetExceptionMsg( *static_cast< const Exception* >( _rCaughtException.getValue() ), _rCa… in implGetExceptionMsg()
376 implGetExceptionMsg( ::cppu::getCaughtException() ) ); in convertAny()
384 implGetExceptionMsg( e2, aCannotConvertExceptionName ) ); in convertAny()
414 String implGetExceptionMsg( const EXCEPTION& e ) in implGetExceptionMsg() function
416 return implGetExceptionMsg( e, ::getCppuType( &e ).getTypeName() ); in implGetExceptionMsg()
430 aMsg = implGetExceptionMsg( e_, String( aExceptionType.getTypeName() ) ); in implGetWrappedMsg()
435 aMsg = implGetExceptionMsg( e ); in implGetWrappedMsg()
511 StarBASIC::Error( ERRCODE_BASIC_EXCEPTION, implGetExceptionMsg( _rCaughtException ) ); in implHandleAnyException()
1280 implGetExceptionMsg( ::cppu::getCaughtException() ) ); in implRekMultiDimArrayToSequence()
1506 implGetExceptionMsg( ::cppu::getCaughtException() ) ); in sbxToUnoValue()
2568 StarBASIC::Error( ERRCODE_BASIC_EXCEPTION, implGetExceptionMsg( e ) ); in doIntrospection()
2817 StarBASIC::Error( ERRCODE_BASIC_EXCEPTION, implGetExceptionMsg( e ) ); in Find()
2872 StarBASIC::Error( ERRCODE_BASIC_EXCEPTION, implGetExceptionMsg( e ) ); in Find()
3524 String aMsg = implGetExceptionMsg( e1 ); in Find()
4362 implGetExceptionMsg( e1, aNoSuchElementExceptionName ) ); in RTL_Impl_CreateUnoValue()