Searched refs:implGetExceptionMsg (Results 1 – 2 of 2) sorted by relevance
53 ::rtl::OUString implGetExceptionMsg( Exception& e, const ::rtl::OUString& aExceptionType_ ) in implGetExceptionMsg() function71 ::rtl::OUString implGetExceptionMsg( Exception& e ) in implGetExceptionMsg() function73 ::rtl::OUString aMsg = implGetExceptionMsg( e, ::rtl::OUString() ); in implGetExceptionMsg()
356 String implGetExceptionMsg( const Any& _rCaughtException ) in implGetExceptionMsg() function376 implGetExceptionMsg( ::cppu::getCaughtException() ) ); in convertAny()384 implGetExceptionMsg( e2, aCannotConvertExceptionName ) ); in convertAny()414 String implGetExceptionMsg( const EXCEPTION& e ) in implGetExceptionMsg() function416 return implGetExceptionMsg( e, ::getCppuType( &e ).getTypeName() ); in implGetExceptionMsg()430 aMsg = implGetExceptionMsg( e_, String( aExceptionType.getTypeName() ) ); in implGetWrappedMsg()435 aMsg = implGetExceptionMsg( e ); in implGetWrappedMsg()1280 implGetExceptionMsg( ::cppu::getCaughtException() ) ); in implRekMultiDimArrayToSequence()2872 StarBASIC::Error( ERRCODE_BASIC_EXCEPTION, implGetExceptionMsg( e ) ); in Find()3524 String aMsg = implGetExceptionMsg( e1 ); in Find()[all …]
Completed in 37 milliseconds