Home
last modified time | relevance | path

Searched refs:exc (Results 51 – 75 of 115) sorted by relevance

12345

/aoo42x/main/stoc/test/security/
H A Dtest_security.cxx173 catch (RuntimeException & exc) \
179 buf.append( exc.Message ); \
513 catch (Exception & exc) in SAL_IMPLEMENT_MAIN() local
515 OString str( OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in SAL_IMPLEMENT_MAIN()
/aoo42x/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx254 RuntimeException exc( rMsg, Reference< XInterface >() ); in constructRuntimeException() local
257 pExc, &exc, ::getCppuType( &exc ).getTypeLibType(), 0 ); in constructRuntimeException()
294 uno_Any exc; in coerce_assign() local
295 uno_Any * p_exc = &exc; in coerce_assign()
/aoo42x/main/cppuhelper/source/
H A Dcomponent_context.cxx609 catch (Exception & exc) // rethrow as WrappedTargetRuntimeException in lookupMap() local
617 buf.append( exc.Message ); in lookupMap()
847 catch (Exception & exc) in s_createComponentContext_v() local
849 (void) exc; // avoid warning about unused variable in s_createComponentContext_v()
851 exc.Message, RTL_TEXTENCODING_ASCII_US ).getStr() ); in s_createComponentContext_v()
H A Dweak.cxx227 catch (RuntimeException const& exc) { in disposeWeakConnectionPoint() local
230 exc.Message, RTL_TEXTENCODING_ASCII_US ).getStr() ); in disposeWeakConnectionPoint()
231 static_cast<void>(exc); in disposeWeakConnectionPoint()
/aoo42x/main/toolkit/workben/layout/
H A Dtest.cxx335 uno::Exception exc; in Main() local
336 if (rExc.WrappedException >>= exc) in Main()
339 aStr += OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ); in Main()
/aoo42x/main/stoc/source/servicemanager/
H A Dservicemanager.cxx1040 catch (RuntimeException & exc) in disposing() local
1043 OString str( OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in disposing()
1046 (void) exc; // unused in disposing()
1262 catch (lang::DisposedException & exc) in createInstanceWithContext() local
1265 OString str( OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in createInstanceWithContext()
1268 (void) exc; // unused in createInstanceWithContext()
1326 catch (lang::DisposedException & exc) in createInstanceWithArgumentsAndContext() local
1329 OString str( OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in createInstanceWithArgumentsAndContext()
1332 (void) exc; // unused in createInstanceWithArgumentsAndContext()
/aoo42x/main/desktop/source/app/
H A Dcheck_ext_deps.cxx297 catch ( uno::Exception & exc) { in impl_checkDependencies() local
298 (void) exc; in impl_checkDependencies()
299 … OSL_ENSURE( 0, ::rtl::OUStringToOString( exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); in impl_checkDependencies()
/aoo42x/main/l10ntools/layout/
H A Dtralay.cxx354 uno::Exception exc; in Main() local
355 if (rExc.WrappedException >>= exc) in Main()
358 aStr += OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ); in Main()
/aoo42x/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_cmdenv.cxx147 catch (RuntimeException & exc) { in ~CommandEnvironmentImpl() local
148 (void) exc; in ~CommandEnvironmentImpl()
150 exc.Message, osl_getThreadTextEncoding() ).getStr() ); in ~CommandEnvironmentImpl()
/aoo42x/main/desktop/source/deployment/gui/
H A Ddp_gui_updateinstalldialog.cxx491 cssu::Exception exc; in installExtensions() local
541 exc = de.Cause.get<cssu::Exception>(); in installExtensions()
547 exc = e; in installExtensions()
567 curData.aInstalledPackage->getDisplayName(), exc.Message); in installExtensions()
H A Ddp_gui_theextmgr.cxx357 catch ( uno::Exception & exc) { in getPackageState() local
358 (void) exc; in getPackageState()
359 OSL_ENSURE( 0, ::rtl::OUStringToOString( exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); in getPackageState()
/aoo42x/main/binaryurp/source/
H A Dbridge.cxx716 bool exc = false; in handleCommitChangeRequest() local
728 exc = true; in handleCommitChangeRequest()
743 tid, protPropCommit_, exc, ret, std::vector< BinaryAny >()); in handleCommitChangeRequest()
826 bool exc = makeCall( in getInstance() local
833 throwException(exc, ret); in getInstance()
H A Dproxy.cxx124 css::uno::Any exc(cppu::getCaughtException()); in do_dispatch() local
126 *exception, &exc, in do_dispatch()
/aoo42x/main/desktop/source/deployment/manager/
H A Ddp_informationprovider.cxx360 catch (registry::InvalidRegistryException & exc) { in singleton_entries() local
361 (void) exc; // avoid warnings in singleton_entries()
363 exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); in singleton_entries()
/aoo42x/main/sd/source/helper/
H A Dsimplereferencecomponent.cxx69 exc in release() local
74 rtl::OString msg( rtl::OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in release()
/aoo42x/main/cppuhelper/test/
H A Dtesthelper.cxx92 catch (Exception & exc) in SAL_IMPLEMENT_MAIN() local
94 OString cstr_msg( OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in SAL_IMPLEMENT_MAIN()
H A Dcfg_test.cxx293 catch (Exception & exc) in SAL_IMPLEMENT_MAIN() local
295 OString str( OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in SAL_IMPLEMENT_MAIN()
/aoo42x/main/pyuno/source/module/
H A Dpyuno_adapter.cxx385 catch( IllegalArgumentException & exc ) in setValue() local
387 throw InvocationTargetException( exc.Message, *this, com::sun::star::uno::makeAny( exc ) ); in setValue()
/aoo42x/main/sd/source/core/
H A Dstlsheet.cxx796 catch (RuntimeException const& exc) in release() local
800 exc.Message, RTL_TEXTENCODING_ASCII_US ).getStr() ); in release()
801 static_cast<void>(exc); in release()
870 catch (Exception & exc) in dispose() local
875 exc.Message, Reference< XInterface >() ); in dispose()
/aoo42x/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java582 com.sun.star.lang.IllegalArgumentException exc = in test_toObject() local
586 TypeClass.EXCEPTION), exc); in test_toObject()
590 any_exc).equals(exc)); in test_toObject()
594 exc)); in test_toObject()
601 exc); in test_toObject()
605 any_exc).equals(exc)); in test_toObject()
608 any_exc).equals(exc)); in test_toObject()
/aoo42x/main/ridljar/test/com/sun/star/uno/
H A DType_Test.java94 Type exc = new Type(com.sun.star.uno.RuntimeException.class); in testIsSupertypeOf() local
105 assure("not XInterface :> RuntimeException", !ifc.isSupertypeOf(exc)); in testIsSupertypeOf()
/aoo42x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dcpp2uno.cxx305 uno_Any exc; in call() local
306 uno_Any * pexc = &exc; in call()
322 &exc, proxy->getBridge()->getUno2Cpp()); in call()
/aoo42x/main/testtools/source/bridgetest/cli/
H A Dcli_bridgetest_inprocess.cs245 catch (System.Exception exc) in Main()
248 System.Console.WriteLine( exc ); in Main()
/aoo42x/main/ucb/source/core/
H A Ducbcmds.cxx1430 catch ( ucb::UnsupportedNameClashException const & exc ) in globalTransfer_() local
1435 if (exc.NameClash != ucb::NameClash::ERROR) { in globalTransfer_()
1855 catch ( ucb::UnsupportedNameClashException const & exc ) in globalTransfer() local
1857 OSL_ENSURE( aTransferArg.NameClash == exc.NameClash, in globalTransfer()
1859 if ( exc.NameClash == ucb::NameClash::ASK ) in globalTransfer()
1885 throw exc; // Not just 'throw;'! in globalTransfer()
/aoo42x/main/javaunohelper/com/sun/star/comp/helper/
H A DComponentContext.java163 catch (com.sun.star.uno.Exception exc) in getValueByName()
166 …## exception occurred on late init of singleton instance \"" + rName + "\": " + exc.getMessage() ); in getValueByName()

Completed in 134 milliseconds

12345