Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/classes/
H A Dsbunoobj.cxx309 static OUString implGetExceptionMsg( const Any& _rCaughtException ) in implGetExceptionMsg() argument
311 auto e = o3tl::tryAccess<Exception>(_rCaughtException); in implGetExceptionMsg()
317 return implGetExceptionMsg( *e, _rCaughtException.getValueTypeName() ); in implGetExceptionMsg()
415 static void implHandleAnyException( const Any& _rCaughtException ) in implHandleAnyException() argument
420 if ( _rCaughtException >>= aBasicError ) in implHandleAnyException()
424 else if ( _rCaughtException >>= aWrappedError ) in implHandleAnyException()
426 implHandleWrappedTargetException( _rCaughtException ); in implHandleAnyException()
430 StarBASIC::Error( ERRCODE_BASIC_EXCEPTION, implGetExceptionMsg( _rCaughtException ) ); in implHandleAnyException()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/classes/
H A Dsbunoobj.cxx311 static OUString implGetExceptionMsg( const Any& _rCaughtException ) in implGetExceptionMsg() argument
313 auto e = o3tl::tryAccess<Exception>(_rCaughtException); in implGetExceptionMsg()
319 return implGetExceptionMsg( *e, _rCaughtException.getValueTypeName() ); in implGetExceptionMsg()
417 static void implHandleAnyException( const Any& _rCaughtException ) in implHandleAnyException() argument
422 if ( _rCaughtException >>= aBasicError ) in implHandleAnyException()
426 else if ( _rCaughtException >>= aWrappedError ) in implHandleAnyException()
428 implHandleWrappedTargetException( _rCaughtException ); in implHandleAnyException()
432 StarBASIC::Error( ERRCODE_BASIC_EXCEPTION, implGetExceptionMsg( _rCaughtException ) ); in implHandleAnyException()