/aoo42x/main/cppuhelper/source/ |
H A D | exc_thrower.cxx | 71 virtual void SAL_CALL throwException( Any const & exc ) throw (Exception); 166 void ExceptionThrower::throwException( Any const & exc ) throw (Exception) in throwException() function in __anonf05495e90111::ExceptionThrower 169 ::cppu::throwException( exc ); in throwException() 211 void SAL_CALL throwException( Any const & exc ) SAL_THROW( (Exception) ) in throwException() function 235 xThrower->throwException( exc ); in throwException()
|
H A D | weak.cxx | 132 cppu::throwException(ex); in dispose()
|
/aoo42x/main/ucbhelper/source/provider/ |
H A D | handleinteractionrequest.cxx | 62 cppu::throwException(rRequest->getRequest()); in handle() 82 cppu::throwException(rRequest->getRequest()); in handleInteractionRequest() 147 cppu::throwException(rRequest->getRequest()); in handleInteractionRequest()
|
H A D | cancelcommandexecution.cxx | 82 cppu::throwException( rException ); in cancelCommandExecution() 120 cppu::throwException( xRequest->getRequest() ); in cancelCommandExecution()
|
/aoo42x/main/cppuhelper/test/ |
H A D | testimplhelper.cxx | 507 throwException( a ); in test_ImplHelper() 539 throwException( makeAny( RuntimeException( in test_ImplHelper() 548 throwException( makeAny( Exception( in test_ImplHelper() 561 throwException( makeAny( lang::IllegalAccessException( in test_ImplHelper()
|
/aoo42x/main/binaryurp/source/ |
H A D | bridge.cxx | 595 throwException(exception, returnValue); in handleRequestChangeReply() 646 throwException(exception, returnValue); in handleCommitChangeReply() 833 throwException(exc, ret); in getInstance() 938 void Bridge::throwException(bool exception, BinaryAny const & value) { in throwException() function in binaryurp::Bridge 940 cppu::throwException(mapBinaryToCppAny(value)); in throwException()
|
H A D | bridge.hxx | 218 void throwException(bool exception, BinaryAny const & value);
|
/aoo42x/main/desktop/source/deployment/manager/ |
H A D | dp_extensionmanager.cxx | 802 ::cppu::throwException(pSilentCommandEnv->m_Exception); in addExtension() 804 ::cppu::throwException(pSilentCommandEnv->m_UnknownException); in addExtension() 853 ::cppu::throwException(excOccurred2); in addExtension() 977 ::cppu::throwException(excOccurred1); in removeExtension() 1046 ::cppu::throwException(excOccurred); in enableExtension() 1160 ::cppu::throwException(excOccurred); in disableExtension()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | threadex.hxx | 99 ::cppu::throwException( pExecutor->m_exc ); in exec() 142 ::cppu::throwException( pExecutor->m_exc ); in exec()
|
/aoo42x/main/scripting/source/protocolhandler/ |
H A D | scripthandler.cxx | 253 ::cppu::throwException( aFirstCaughtException ); in dispatchWithNotification() 257 ::cppu::throwException( aFirstCaughtException ); in dispatchWithNotification()
|
/aoo42x/main/cppuhelper/inc/cppuhelper/ |
H A D | exc_hlp.hxx | 41 CPPUHELPER_DLLPUBLIC void SAL_CALL throwException( const ::com::sun::star::uno::Any & rExc )
|
/aoo42x/main/ure/source/uretest/ |
H A D | Tester.java | 41 test.throwException(); in testService()
|
H A D | JavaTest.java | 36 public void throwException() throws TestException { in throwException() method in JavaTest
|
H A D | cpptest.cc | 53 virtual void SAL_CALL throwException() in throwException() function in __anonf66443c40111::Service
|
H A D | types.idl | 32 void throwException() raises (TestException);
|
H A D | cppmain.cc | 223 test->throwException(); in test()
|
/aoo42x/main/cppuhelper/unotypes/cppuhelper/detail/ |
H A D | XExceptionThrower.idl | 35 void throwException( [in] any exc )
|
/aoo42x/main/desktop/source/deployment/registry/package/ |
H A D | dp_package.cxx | 905 ::cppu::throwException(exc); in processPackage_() 939 ::cppu::throwException(exc); in processPackage_() 984 ::cppu::throwException(exc); in processPackage_()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | sqlerror.cxx | 222 ::cppu::throwException( aException ); in raiseTypedException()
|
H A D | dbexception.cxx | 276 ::cppu::throwException( m_aContent ); in doThrow()
|
/aoo42x/main/stoc/source/proxy_factory/ |
H A D | proxyfac.cxx | 170 ::cppu::throwException( cpp_exc ); in binuno_queryInterface()
|
/aoo42x/main/ucb/source/core/ |
H A D | ucbcmds.cxx | 1509 cppu::throwException( aExc ); in globalTransfer_() 1906 cppu::throwException( aExc ); in globalTransfer()
|
/aoo42x/main/testtools/source/bridgetest/ |
H A D | cppobj.cxx | 693 throwException( a ); in getRuntimeException() 703 throwException( makeAny( aExc ) ); in setRuntimeException()
|
/aoo42x/main/sfx2/source/view/ |
H A D | frmload.cxx | 412 ::cppu::throwException( i_rCaughtError ); in impl_handleCaughtError_nothrow()
|
/aoo42x/main/framework/source/fwe/helper/ |
H A D | undomanagerhelper.cxx | 184 ::cppu::throwException( m_caughtException ); in wait()
|