Home
last modified time | relevance | path

Searched refs:exc (Results 1 – 25 of 115) sorted by relevance

12345

/aoo42x/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx633 (void) exc; in detectMediaType()
880 logIntern( Any(exc) ); in addPackage()
884 logIntern( Any(exc) ); in addPackage()
888 logIntern( Any(exc) ); in addPackage()
893 logIntern( exc ); in addPackage()
999 logIntern( exc ); in removePackage()
1149 logIntern( exc ); in getDeployedPackage()
1194 logIntern( exc ); in getDeployedPackages()
1258 logIntern( exc ); in reinstallDeployedPackages()
1564 exc <<= de; in getExtensionsWithUnacceptedLicenses()
[all …]
H A Ddp_extensionmanager.cxx681 deploy::DeploymentException exc( in doChecksForAddExtension() local
684 throw exc; in doChecksForAddExtension()
826 excOccurred2 <<= exc; in addExtension()
873 deploy::DeploymentException exc( in addExtension() local
876 throw exc; in addExtension()
943 deploy::DeploymentException exc( in removeExtension() local
946 excOccurred1 <<= exc; in removeExtension()
1032 excOccurred <<= exc; in enableExtension()
1097 throw exc; in checkPrerequisitesAndEnable()
1146 excOccurred <<= exc; in disableExtension()
[all …]
/aoo42x/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx170 m_urlDb, 0, exc); in removeElement()
205 m_urlDb, 0, exc); in revokeEntry()
229 m_urlDb, 0, exc); in activateEntry()
253 m_urlDb, 0, exc); in hasActiveEntry()
282 m_urlDb, 0, exc); in getKeyElement()
354 m_urlDb, 0, exc); in writeVectorOfPair()
400 m_urlDb, 0, exc); in readVectorOfPair()
445 m_urlDb, 0, exc); in writeSimpleList()
476 m_urlDb, 0, exc); in writeSimpleElement()
528 m_urlDb, 0, exc); in writeKeyElement()
[all …]
H A Ddp_backend.cxx134 Any exc( ::cppu::getCaughtException() ); in disposing() local
137 static_cast<OWeakObject *>(this), exc ); in disposing()
193 Any exc( ::cppu::getCaughtException() ); in bindPackage() local
196 static_cast<OWeakObject *>(this), exc ); in bindPackage()
639 Any exc( ::cppu::getCaughtException() ); in isRegistered() local
642 static_cast<OWeakObject *>(this), exc ); in isRegistered()
696 Any exc( ::cppu::getCaughtException() ); in processPackage_impl() local
701 + getDisplayName(), static_cast<OWeakObject *>(this), exc ); in processPackage_impl()
/aoo42x/main/cppuhelper/source/
H A Dexc_thrower.cxx131 RuntimeException exc( in ExceptionThrower_dispatch() local
134 *ppException, &exc, ::getCppuType( &exc ).getTypeLibType(), 0 ); in ExceptionThrower_dispatch()
169 ::cppu::throwException( exc ); in throwException()
211 void SAL_CALL throwException( Any const & exc ) SAL_THROW( (Exception) ) in throwException() argument
213 if (exc.getValueTypeClass() != TypeClass_EXCEPTION) in throwException()
235 xThrower->throwException( exc ); in throwException()
273 uno_Any * exc = &exc_mem; in getCaughtException() local
274 unoI.dispatch( pMemberTD, 0, 0, &exc ); in getCaughtException()
279 if (exc == 0) in getCaughtException()
289 &ret, exc->pData, exc->pType, uno2cpp.get() ); in getCaughtException()
[all …]
H A Dimplbase.cxx251 catch (RuntimeException const& exc) { // don't break throw () in release() local
254 exc.Message, RTL_TEXTENCODING_ASCII_US ).getStr() ); in release()
255 static_cast<void>(exc); in release()
297 catch (Exception & exc) in dispose() local
302 exc.Message, Reference< XInterface >() ); in dispose()
387 catch (RuntimeException const& exc) { // don't break throw () in release() local
390 exc.Message, RTL_TEXTENCODING_ASCII_US ).getStr() ); in release()
391 static_cast<void>(exc); in release()
433 catch (Exception & exc) in dispose() local
438 exc.Message, Reference< XInterface >() ); in dispose()
H A Dpropshlp.cxx696 catch (DisposedException & exc) in fire() local
698 OSL_ENSURE( exc.Context.is(), in fire()
700 if (exc.Context == pL) in fire()
706 catch (RuntimeException & exc) in fire() local
753 catch (DisposedException & exc) in fire() local
755 OSL_ENSURE( exc.Context.is(), in fire()
757 if (exc.Context == pL) in fire()
763 catch (RuntimeException & exc) in fire() local
803 catch (DisposedException & exc) in fire() local
807 if (exc.Context == pL) in fire()
[all …]
H A Dcomponent.cxx96 catch (::com::sun::star::uno::RuntimeException & exc) in release()
100 OString msg( OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in release()
103 (void) exc; // avoid warning about unused variable in release()
200 catch (Exception & exc) in dispose() local
205 exc.Message, Reference< XInterface >() ); in dispose()
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DFactory.java112 catch (com.sun.star.registry.InvalidRegistryException exc) in writeRegistryServiceInfo()
118 exc.toString() ); in writeRegistryServiceInfo()
154 catch (Exception exc) in Factory()
165 catch (Exception exc) in Factory()
196 catch (java.lang.reflect.InvocationTargetException exc) in instantiate()
198 Throwable targetException = exc.getTargetException(); in instantiate()
208 catch (IllegalAccessException exc) in instantiate()
210 throw new com.sun.star.uno.RuntimeException( exc.toString(), this ); in instantiate()
212 catch (InstantiationException exc) in instantiate()
214 throw new com.sun.star.uno.RuntimeException( exc.toString(), this ); in instantiate()
/aoo42x/main/odk/
H A DcfgWin.js182 } catch(exc) {}
189 } catch (exc) {}
507 }catch (exc) {}
512 }catch (exc) {}
518 }catch (exc) {}
526 }catch (exc) {}
532 }catch (exc) {}
540 }catch (exc) {}
548 }catch (exc) {}
649 } catch (exc) {}
[all …]
/aoo42x/main/qadevOOo/runner/helper/
H A DOfficeProvider.java193 String exc = ""; in getManager() local
267 exc = ue.getMessage(); in getManager()
272 exc = je.getMessage(); in getManager()
290 if (exc != null) in getManager()
292 System.out.println(exc); in getManager()
432 String exc = ""; in connectOffice() local
443 exc = ue.getMessage(); in connectOffice()
447 exc = je.getMessage(); in connectOffice()
450 if (debug && exc != null && exc.length() != 0) in connectOffice()
452 if (exc == null) in connectOffice()
[all …]
/aoo42x/main/cppuhelper/test/
H A Dtestimplhelper.cxx414 lang::IllegalAccessException exc ) in throw_one() argument
418 throw exc; in throw_one()
492 lang::IllegalAccessException exc( in test_ImplHelper() local
498 throw exc; in test_ImplHelper()
503 OSL_ASSERT( a == exc ); in test_ImplHelper()
511 OSL_ASSERT( exc.Message == e.Message && exc.Context == e.Context ); in test_ImplHelper()
515 throw_one( exc ); in test_ImplHelper()
520 OSL_ASSERT( (a2 == a) && (a2 == exc) ); in test_ImplHelper()
524 throw_one( exc ); in test_ImplHelper()
529 OSL_ASSERT( (a3 == a) && (a3 == a2) && (a3 == exc) ); in test_ImplHelper()
/aoo42x/main/stoc/source/proxy_factory/
H A Dproxyfac.cxx137 uno_Any * exc = &exc_space; in binuno_queryInterface() local
139 unoI.dispatch( s_pQITD, &ret_val, args, &exc ); in binuno_queryInterface()
141 if (exc == 0) in binuno_queryInterface()
163 exc->pType ), in binuno_queryInterface()
167 &cpp_exc, exc, ::getCppuType( &cpp_exc ).getTypeLibType(), in binuno_queryInterface()
169 uno_any_destruct( exc, 0 ); in binuno_queryInterface()
277 Any exc( ::cppu::getCaughtException() ); in binuno_proxy_dispatch() local
279 *ppException, const_cast< void * >(exc.getValue()), in binuno_proxy_dispatch()
280 exc.getValueTypeRef(), in binuno_proxy_dispatch()
/aoo42x/main/binaryurp/source/
H A Dincomingrequest.cxx95 css::uno::Any exc(cppu::getCaughtException()); in execute() local
96 ret = bridge_->mapCppToBinaryAny(exc); in execute()
103 css::uno::Any exc(cppu::getCaughtException()); in execute() local
104 ret = bridge_->mapCppToBinaryAny(exc); in execute()
246 uno_Any exc; in execute_throw() local
247 uno_Any * pexc = &exc; in execute_throw()
256 &exc); in execute_throw()
257 uno_any_destruct(&exc, 0); in execute_throw()
/aoo42x/main/desktop/source/deployment/registry/help/
H A Ddp_helpbackenddb.cxx97 Any exc( ::cppu::getCaughtException() ); in addEntry() local
100 m_urlDb, 0, exc); in addEntry()
128 Any exc( ::cppu::getCaughtException() ); in getEntry() local
131 m_urlDb, 0, exc); in getEntry()
163 Any exc( ::cppu::getCaughtException() ); in getAllDataUrls() local
166 m_urlDb, 0, exc); in getAllDataUrls()
/aoo42x/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx599 Any exc( ::cppu::getCaughtException() ); in getTextFromURL() local
601 OUSTR("Could not read file ") + licenseUrl, 0, exc); in getTextFromURL()
890 Any exc( ::cppu::getCaughtException() ); in processPackage_() local
905 ::cppu::throwException(exc); in processPackage_()
933 if (exc >>= dpExc) { in processPackage_()
939 ::cppu::throwException(exc); in processPackage_()
984 ::cppu::throwException(exc); in processPackage_()
1146 catch (lang::IllegalArgumentException & exc) { in exportTo() local
1147 (void) exc; in exportTo()
1402 const Any exc( ::cppu::getCaughtException() ); in bindBundleItem() local
[all …]
H A Ddp_extbackenddb.cxx97 Any exc( ::cppu::getCaughtException() ); in addEntry() local
100 m_urlDb, 0, exc); in addEntry()
125 Any exc( ::cppu::getCaughtException() ); in getEntry() local
128 m_urlDb, 0, exc); in getEntry()
/aoo42x/main/desktop/source/deployment/registry/configuration/
H A Ddp_configurationbackenddb.cxx98 Any exc( ::cppu::getCaughtException() ); in addEntry() local
101 m_urlDb, 0, exc); in addEntry()
130 Any exc( ::cppu::getCaughtException() ); in getEntry() local
133 m_urlDb, 0, exc); in getEntry()
165 Any exc( ::cppu::getCaughtException() ); in getAllDataUrls() local
168 m_urlDb, 0, exc); in getAllDataUrls()
/aoo42x/main/desktop/source/deployment/
H A Ddp_log.cxx85 catch (Exception & exc) { in disposing() local
86 (void) exc; in disposing()
88 exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); in disposing()
149 catch (io::IOException & exc) { in log_write() local
150 (void) exc; in log_write()
152 exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); in log_write()
/aoo42x/main/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/
H A DConnectionAwareClient.java109 catch ( com.sun.star.connection.NoConnectException exc ) in actionPerformed()
111 _txtLabel.setText( exc.getMessage() ); in actionPerformed()
113 catch ( com.sun.star.uno.Exception exc ) in actionPerformed()
115 _txtLabel.setText( exc.getMessage() ); in actionPerformed()
116 exc.printStackTrace(); in actionPerformed()
117 throw new java.lang.RuntimeException( exc.getMessage() ); in actionPerformed()
/aoo42x/main/bridges/test/inter_libs_exc/
H A Dstarter.cxx47 catch (lang::IllegalArgumentException & exc) in start() local
49 OString msg( OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in start()
52 catch (Exception & exc) in start() local
54 OString msg( OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in start()
/aoo42x/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Proxy.cxx453 uno_Any * exc = &exc_data; in dispatch() local
456 uno_Environment_invoke(m_to.get(), s_dispatcher_v, m_pUnoI, pMemberType, ret, args, &exc); in dispatch()
458 if (exc == 0) in dispatch()
506 exc->pData, in dispatch()
507 exc->pType, in dispatch()
511 uno_any_destruct(exc, 0); in dispatch()
/aoo42x/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DBase64.java1308 } catch( java.io.IOException exc ){ in encodeFileToFile()
1309 exc.printStackTrace(); in encodeFileToFile()
1311 try{ in.close(); } catch( Exception exc ){} in encodeFileToFile()
1312 try{ out.close(); } catch( Exception exc ){} in encodeFileToFile()
1345 } catch( java.io.IOException exc ){ in decodeFileToFile()
1346 exc.printStackTrace(); in decodeFileToFile()
1348 try{ in.close(); } catch( Exception exc ){} in decodeFileToFile()
1349 try{ out.close(); } catch( Exception exc ){} in decodeFileToFile()
/aoo42x/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx579 RuntimeException exc( in msci_filterCppException() local
582 pUnoExc, &exc, in msci_filterCppException()
583 ::getCppuType( &exc ).getTypeLibType(), pCpp2Uno ); in msci_filterCppException()
614 RuntimeException exc( in msci_filterCppException() local
620 pUnoExc, &exc, ::getCppuType( &exc ).getTypeLibType(), pCpp2Uno ); in msci_filterCppException()
/aoo42x/main/scripting/examples/java/debugger/
H A DOORhinoDebugger.java79 } catch (Exception exc) { in initUI()
80 exc.printStackTrace(); in initUI()
92 } catch (Exception exc) { in swingInvoke()
93 exc.printStackTrace(); in swingInvoke()

Completed in 139 milliseconds

12345