Home
last modified time | relevance | path

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

12345

/trunk/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx476 Any exc( ::cppu::getCaughtException() ); in create() local
483 buf.makeStringAndClear(), Reference<XInterface>(), exc ); in create()
524 Any exc( ::cppu::getCaughtException() ); in disposing() local
527 static_cast<OWeakObject *>(this), exc ); in disposing()
630 catch (lang::IllegalArgumentException & exc) { in detectMediaType() local
633 (void) exc; in detectMediaType()
635 exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); in detectMediaType()
879 catch (CommandFailedException & exc) { in addPackage() local
880 logIntern( Any(exc) ); in addPackage()
883 catch (CommandAbortedException & exc) { in addPackage() local
[all …]
H A Ddp_extensionmanager.cxx133 uno::Any exc(::cppu::getCaughtException()); in writeLastModified() local
135 OUSTR("Failed to update") + url, 0, exc); in writeLastModified()
419 uno::Any exc = ::cppu::getCaughtException(); in getExtensionsWithSameIdentifier() local
422 static_cast<OWeakObject*>(this), exc); in getExtensionsWithSameIdentifier()
681 deploy::DeploymentException exc( in doChecksForAddExtension() local
684 throw exc; in doChecksForAddExtension()
823 deploy::DeploymentException exc( in addExtension() local
826 excOccurred2 <<= exc; in addExtension()
873 deploy::DeploymentException exc( in addExtension() local
876 throw exc; in addExtension()
[all …]
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx167 Any exc( ::cppu::getCaughtException() ); in removeElement() local
170 m_urlDb, 0, exc); in removeElement()
202 Any exc( ::cppu::getCaughtException() ); in revokeEntry() local
205 m_urlDb, 0, exc); in revokeEntry()
226 Any exc( ::cppu::getCaughtException() ); in activateEntry() local
229 m_urlDb, 0, exc); in activateEntry()
250 Any exc( ::cppu::getCaughtException() ); in hasActiveEntry() local
253 m_urlDb, 0, exc); in hasActiveEntry()
279 Any exc( ::cppu::getCaughtException() ); in getKeyElement() local
282 m_urlDb, 0, exc); in getKeyElement()
[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()
/trunk/main/cppuhelper/source/
H A Dexc_thrower.cxx71 virtual void SAL_CALL throwException( Any const & exc ) throw (Exception);
131 RuntimeException exc( in ExceptionThrower_dispatch() local
134 *ppException, &exc, ::getCppuType( &exc ).getTypeLibType(), 0 ); in ExceptionThrower_dispatch()
166 void ExceptionThrower::throwException( Any const & exc ) throw (Exception) in throwException() argument
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()
[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
713 exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); in fire()
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
770 exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); 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()
/trunk/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()
/trunk/main/odk/
H A DcfgWin.js182 } catch(exc) {}
189 } catch (exc) {}
197 } catch (exc) {}
205 } catch (exc) {}
507 }catch (exc) {}
512 }catch (exc) {}
518 }catch (exc) {}
526 }catch (exc) {}
532 }catch (exc) {}
540 }catch (exc) {}
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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 …]
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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
896 static_cast<OWeakObject *>(this), exc ) ), in processPackage_()
905 ::cppu::throwException(exc); in processPackage_()
933 if (exc >>= dpExc) { in processPackage_()
939 ::cppu::throwException(exc); in processPackage_()
969 Any exc( ::cppu::getCaughtException() ); in processPackage_() local
975 static_cast<OWeakObject *>(this), exc ) ), in processPackage_()
984 ::cppu::throwException(exc); in processPackage_()
[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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()

12345