Home
last modified time | relevance | path

Searched refs:getCaughtException (Results 1 – 25 of 127) sorted by relevance

123456

/trunk/main/desktop/source/deployment/manager/
H A Ddp_extensionmanager.cxx133 uno::Any exc(::cppu::getCaughtException()); in writeLastModified()
412 uno::Any exc = ::cppu::getCaughtException(); in getExtensionsWithSameIdentifier()
667 uno::Any excOccurred = ::cppu::getCaughtException(); in doChecksForAddExtension()
794 excOccurred2 = ::cppu::getCaughtException(); in addExtension()
796 excOccurred2 = ::cppu::getCaughtException(); in addExtension()
798 excOccurred2 = ::cppu::getCaughtException(); in addExtension()
800 excOccurred2 = ::cppu::getCaughtException(); in addExtension()
802 excOccurred2 = ::cppu::getCaughtException(); in addExtension()
804 excOccurred2 = ::cppu::getCaughtException(); in addExtension()
854 uno::Any excOccurred = ::cppu::getCaughtException(); in addExtension()
[all …]
H A Ddp_manager.cxx476 Any exc( ::cppu::getCaughtException() ); in create()
524 Any exc( ::cppu::getCaughtException() ); in disposing()
883 Any exc( ::cppu::getCaughtException() ); in addPackage()
986 Any exc( ::cppu::getCaughtException() ); in removePackage()
1134 Any exc( ::cppu::getCaughtException() ); in getDeployedPackage()
1176 Any exc( ::cppu::getCaughtException() ); in getDeployedPackages()
1237 Any exc( ::cppu::getCaughtException() ); in reinstallDeployedPackages()
1534 Any exc = ::cppu::getCaughtException(); in getExtensionsWithUnacceptedLicenses()
1594 uno::Any excOccurred = ::cppu::getCaughtException(); in checkPrerequisites()
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx167 Any exc( ::cppu::getCaughtException() ); in removeElement()
202 Any exc( ::cppu::getCaughtException() ); in revokeEntry()
226 Any exc( ::cppu::getCaughtException() ); in activateEntry()
250 Any exc( ::cppu::getCaughtException() ); in hasActiveEntry()
279 Any exc( ::cppu::getCaughtException() ); in getKeyElement()
351 Any exc( ::cppu::getCaughtException() ); in writeVectorOfPair()
397 Any exc( ::cppu::getCaughtException() ); in readVectorOfPair()
442 Any exc( ::cppu::getCaughtException() ); in writeSimpleList()
473 Any exc( ::cppu::getCaughtException() ); in writeSimpleElement()
525 Any exc( ::cppu::getCaughtException() ); in writeKeyElement()
[all …]
H A Ddp_backend.cxx133 Any exc( ::cppu::getCaughtException() ); in disposing()
188 Any exc( ::cppu::getCaughtException() ); in bindPackage()
606 Any exc( ::cppu::getCaughtException() ); in isRegistered()
663 Any exc( ::cppu::getCaughtException() ); in processPackage_impl()
/trunk/main/configmgr/source/
H A Dbroadcaster.cxx126 exception = cppu::getCaughtException(); in send()
138 exception = cppu::getCaughtException(); in send()
150 exception = cppu::getCaughtException(); in send()
162 exception = cppu::getCaughtException(); in send()
174 exception = cppu::getCaughtException(); in send()
186 exception = cppu::getCaughtException(); in send()
196 exception = cppu::getCaughtException(); in send()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx327 Any aError( ::cppu::getCaughtException() ); in lcl_loadSubDocument_nothrow()
365 aException = ::cppu::getCaughtException(); in lcl_unloadSubDocument_nothrow()
410 aException = ::cppu::getCaughtException(); in lcl_commitDocumentStorage_nothrow()
438 aException = ::cppu::getCaughtException(); in lcl_storeDocument_nothrow()
716 ::cppu::getCaughtException() in bind()
784 ::cppu::getCaughtException() in removeFromDocument()
1121 ::cppu::getCaughtException() in impl_collectSubDocuments_nothrow()
1323 ::cppu::getCaughtException() in impl_checkScriptStorageStructure_nothrow()
1442 aException = ::cppu::getCaughtException(); in impl_migrateScriptStorage_nothrow()
1604 aException = ::cppu::getCaughtException(); in impl_migrateContainerLibraries_nothrow()
[all …]
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx365 comphelper::anyToString( cppu::getCaughtException() ), in getSlideAPI()
685 comphelper::anyToString( cppu::getCaughtException() ), in disposing()
914 comphelper::anyToString( cppu::getCaughtException() ), in startPreview()
1187 comphelper::anyToString( cppu::getCaughtException() ), in startShow()
1250 comphelper::anyToString( cppu::getCaughtException() ), in startShowImpl()
1289 comphelper::anyToString( cppu::getCaughtException() ), in paint()
1344 comphelper::anyToString( cppu::getCaughtException() ), in removeShapeEvents()
1380 comphelper::anyToString( cppu::getCaughtException() ), in registerShapeEvents()
1460 comphelper::anyToString( cppu::getCaughtException() ), in registerShapeEvents()
1547 comphelper::anyToString( cppu::getCaughtException() ), in pause()
[all …]
/trunk/main/svl/source/fsstor/
H A Dfsstorage.cxx433 uno::Any aCaught( ::cppu::getCaughtException() ); in copyToStorage()
537 uno::Any aCaught( ::cppu::getCaughtException() ); in openStreamElement()
634 uno::Any aCaught( ::cppu::getCaughtException() ); in openStorageElement()
703 uno::Any aCaught( ::cppu::getCaughtException() ); in cloneStreamElement()
863 uno::Any aCaught( ::cppu::getCaughtException() ); in renameElement()
941 uno::Any aCaught( ::cppu::getCaughtException() ); in copyElementTo()
1011 uno::Any aCaught( ::cppu::getCaughtException() ); in getByName()
1063 uno::Any aCaught( ::cppu::getCaughtException() ); in getElementNames()
1076 uno::Any aCaught( ::cppu::getCaughtException() ); in getElementNames()
1109 uno::Any aCaught( ::cppu::getCaughtException() ); in hasByName()
[all …]
/trunk/main/forms/source/runtime/
H A Dformoperations.cxx726 …ception( ::rtl::OUString(), *const_cast< FormOperations* >( this ), ::cppu::getCaughtException() ); in execute()
780 … throw WrappedTargetException( ::rtl::OUString(), *this, ::cppu::getCaughtException() ); in executeWithArguments()
884 throw WrappedTargetException( ::rtl::OUString(), *this, ::cppu::getCaughtException() ); in isInsertionRow()
900 throw WrappedTargetException( ::rtl::OUString(), *this, ::cppu::getCaughtException() ); in isModifiedRow()
1539 …ception( ::rtl::OUString(), *const_cast< FormOperations* >( this ), ::cppu::getCaughtException() ); in impl_executeAutoSort_throw()
1613 …ception( ::rtl::OUString(), *const_cast< FormOperations* >( this ), ::cppu::getCaughtException() ); in impl_executeAutoFilter_throw()
1672 …ception( ::rtl::OUString(), *const_cast< FormOperations* >( this ), ::cppu::getCaughtException() ); in impl_executeFilterOrSort_throw()
1720 SQLExceptionInfo aInfo( ::cppu::getCaughtException() ); in impl_doActionInSQLContext_throw()
1729 …xception( sAdditionalError, *const_cast< FormOperations* >( this ), ::cppu::getCaughtException() ); in impl_doActionInSQLContext_throw()
/trunk/main/package/source/xstor/
H A Dxstorage.cxx2450 uno::Any aCaught( ::cppu::getCaughtException() ); in copyToStorage()
2541 uno::Any aCaught( ::cppu::getCaughtException() ); in openStreamElement()
2704 uno::Any aCaught( ::cppu::getCaughtException() ); in openStorageElement()
2782 uno::Any aCaught( ::cppu::getCaughtException() ); in cloneStreamElement()
2852 uno::Any aCaught( ::cppu::getCaughtException() ); in copyLastCommitTo()
2947 uno::Any aCaught( ::cppu::getCaughtException() ); in copyStorageElementLastCommitTo()
3007 uno::Any aCaught( ::cppu::getCaughtException() ); in isStreamElement()
3072 uno::Any aCaught( ::cppu::getCaughtException() ); in isStorageElement()
3160 uno::Any aCaught( ::cppu::getCaughtException() ); in removeElement()
3258 uno::Any aCaught( ::cppu::getCaughtException() ); in renameElement()
[all …]
/trunk/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx561 Any exc( ::cppu::getCaughtException() ); in getTextFromURL()
695 Any anyExc = cppu::getCaughtException(); in checkLicense()
834 Any exc( ::cppu::getCaughtException() ); in processPackage_()
868 ::cppu::getCaughtException() ), in processPackage_()
913 Any exc( ::cppu::getCaughtException() ); in processPackage_()
956 …E( 0, ::rtl::OUStringToOString( ::comphelper::anyToString( ::cppu::getCaughtException() ), RTL_TEX… in getDescription()
1082 ::cppu::getCaughtException() ), in exportTo()
1246 Any exc( ::cppu::getCaughtException() ); in getBundle()
1338 const Any exc( ::cppu::getCaughtException() ); in bindBundleItem()
H A Ddp_extbackenddb.cxx97 Any exc( ::cppu::getCaughtException() ); in addEntry()
125 Any exc( ::cppu::getCaughtException() ); in getEntry()
/trunk/main/desktop/source/deployment/registry/help/
H A Ddp_helpbackenddb.cxx97 Any exc( ::cppu::getCaughtException() ); in addEntry()
128 Any exc( ::cppu::getCaughtException() ); in getEntry()
163 Any exc( ::cppu::getCaughtException() ); in getAllDataUrls()
/trunk/main/slideshow/source/engine/shapes/
H A Dviewmediashape.cxx112 cppu::getCaughtException() ), in ~ViewMediaShape()
327 comphelper::anyToString( cppu::getCaughtException() ), in implInitialize()
472 comphelper::anyToString( cppu::getCaughtException() ), in implInitializeVCLBasedPlayerWindow()
531 comphelper::anyToString( cppu::getCaughtException() ), in implInitializeDXBasedPlayerWindow()
/trunk/main/desktop/source/deployment/registry/configuration/
H A Ddp_configurationbackenddb.cxx98 Any exc( ::cppu::getCaughtException() ); in addEntry()
130 Any exc( ::cppu::getCaughtException() ); in getEntry()
165 Any exc( ::cppu::getCaughtException() ); in getAllDataUrls()
/trunk/main/sd/source/core/
H A DCustomAnimationCloner.cxx152 comphelper::anyToString( cppu::getCaughtException() ), in Clone()
237 comphelper::anyToString( cppu::getCaughtException() ), in transformNode()
312 comphelper::anyToString( cppu::getCaughtException() ), in transformValue()
/trunk/main/svx/source/svdraw/
H A Dsvdoole2.cxx976 comphelper::anyToString( cppu::getCaughtException() ), in UpdateLinkURL_Impl()
1019 comphelper::anyToString( cppu::getCaughtException() ), in BreakFileLink_Impl()
1071 comphelper::anyToString( cppu::getCaughtException() ), in CheckFileLink_Impl()
1156 comphelper::anyToString( cppu::getCaughtException() ), in Connect_Impl()
1244 comphelper::anyToString( cppu::getCaughtException() ), in RemoveListeners_Impl()
1327 comphelper::anyToString( cppu::getCaughtException() ), in Disconnect_Impl()
1468 comphelper::anyToString( cppu::getCaughtException() ), in SetModel()
2034 comphelper::anyToString( cppu::getCaughtException() ), in Unload()
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx411 showError( SQLExceptionInfo( ::cppu::getCaughtException() ) ); in deleteObjects()
489 aError = ::cppu::getCaughtException(); in ensureConnection()
672 showError( SQLExceptionInfo( ::cppu::getCaughtException() ) ); in copyObject()
858 catch(const SQLException&) { showError( SQLExceptionInfo( ::cppu::getCaughtException() ) ); } in paste()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx376 implGetExceptionMsg( ::cppu::getCaughtException() ) ); in convertAny()
1280 implGetExceptionMsg( ::cppu::getCaughtException() ) ); in implRekMultiDimArrayToSequence()
1506 implGetExceptionMsg( ::cppu::getCaughtException() ) ); in sbxToUnoValue()
2141 implHandleAnyException( ::cppu::getCaughtException() ); in TYPEINIT1()
2156 implHandleAnyException( ::cppu::getCaughtException() ); in TYPEINIT1()
2183 implHandleAnyException( ::cppu::getCaughtException() ); in TYPEINIT1()
2197 implHandleAnyException( ::cppu::getCaughtException() ); in TYPEINIT1()
2396 implHandleAnyException( ::cppu::getCaughtException() ); in TYPEINIT1()
2825 implHandleAnyException( ::cppu::getCaughtException() ); in Find()
3106 implHandleAnyException( ::cppu::getCaughtException() ); in RTL_Impl_CreateUnoService()
[all …]
/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx884 comphelper::anyToString(cppu::getCaughtException()), in implPrefetchShow()
1012 comphelper::anyToString(cppu::getCaughtException()), in applyInitialShapeAttributes()
1190 comphelper::anyToString( cppu::getCaughtException() ), in loadShapes()
1234 comphelper::anyToString( cppu::getCaughtException() ), in loadShapes()
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_compbackenddb.cxx107 Any exc( ::cppu::getCaughtException() ); in addEntry()
144 Any exc( ::cppu::getCaughtException() ); in getEntry()
/trunk/main/slideshow/source/engine/
H A Dactivitiesqueue.cxx73 cppu::getCaughtException() ), in ~ActivitiesQueue()
141 comphelper::anyToString( cppu::getCaughtException() ), in process()
/trunk/main/cppuhelper/test/
H A Dtestimplhelper.cxx502 Any a( getCaughtException() ); in test_ImplHelper()
519 Any a2( getCaughtException() ); in test_ImplHelper()
528 Any a3( getCaughtException() ); in test_ImplHelper()
/trunk/main/canvas/source/directx/
H A Ddx_config.cxx93 comphelper::anyToString( cppu::getCaughtException() ), in DXCanvasItem()
135 comphelper::anyToString( cppu::getCaughtException() ), in ~DXCanvasItem()
/trunk/main/vcl/inc/vcl/
H A Dthreadex.hxx118 m_exc = ::cppu::getCaughtException(); in doIt()
160 m_exc = ::cppu::getCaughtException(); in doIt()

123456