Home
last modified time | relevance | path

Searched refs:exc (Results 26 – 50 of 115) sorted by relevance

12345

/aoo42x/main/desktop/source/deployment/registry/component/
H A Ddp_compbackenddb.cxx107 Any exc( ::cppu::getCaughtException() ); in addEntry() local
110 m_urlDb, 0, exc); in addEntry()
144 Any exc( ::cppu::getCaughtException() ); in getEntry() local
147 m_urlDb, 0, exc); in getEntry()
/aoo42x/main/bridges/source/jni_uno/
H A Djni_uno2java.cxx838 ::com::sun::star::uno::RuntimeException exc( in UNO_proxy_dispatch()
842 ::com::sun::star::uno::Type const & exc_type = ::getCppuType( &exc ); in UNO_proxy_dispatch()
843 uno_type_any_construct( *uno_exc, &exc, exc_type.getTypeLibType(), 0 ); in UNO_proxy_dispatch()
846 OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in UNO_proxy_dispatch()
853 ::com::sun::star::uno::RuntimeException exc( in UNO_proxy_dispatch()
858 ::com::sun::star::uno::Type const & exc_type = ::getCppuType( &exc ); in UNO_proxy_dispatch()
859 uno_type_any_construct( *uno_exc, &exc, exc_type.getTypeLibType(), 0 ); in UNO_proxy_dispatch()
862 OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in UNO_proxy_dispatch()
/aoo42x/main/cpputools/source/regsingleton/
H A Dregsingleton.cxx98 catch (registry::InvalidRegistryException & exc) in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
101 OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
147 catch (registry::InvalidRegistryException & exc) in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
152 OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/aoo42x/main/cppuhelper/source/
H A Dservicefactory.cxx123 catch (Exception & exc) in createSimpleRegistry() local
127 OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in createSimpleRegistry()
130 (void) exc; // avoid warning about unused variable in createSimpleRegistry()
154 catch (Exception & exc) in createNestedRegistry() local
158 OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in createNestedRegistry()
161 (void) exc; // avoid warning about unused variable in createNestedRegistry()
H A Dtdmgr.cxx703 catch (container::NoSuchElementException & exc) in typelib_callback() local
705 (void) exc; // avoid warning about unused variable in typelib_callback()
709 exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); in typelib_callback()
711 catch (Exception & exc) in typelib_callback() local
713 (void) exc; // avoid warning about unused variable in typelib_callback()
717 exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); in typelib_callback()
/aoo42x/main/javaunohelper/source/
H A Dbootstrap.cxx160 catch (RuntimeException & exc) in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap() local
166 exc.Message, RTL_TEXTENCODING_JAVA_UTF8 ) ); in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap()
171 catch (Exception & exc) in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap() local
177 exc.Message, RTL_TEXTENCODING_JAVA_UTF8 ) ); in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap()
/aoo42x/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_app.cxx665 catch (deployment::DeploymentException & exc) in unopkg_main() local
670 cause = ::comphelper::anyToString(exc.Cause); in unopkg_main()
675 if (exc.Cause >>= e) in unopkg_main()
680 OUSTR("\nERROR: ") + exc.Message + OUSTR("\n")); in unopkg_main()
692 Any exc( ::cppu::getCaughtException() ); in unopkg_main() local
697 ::comphelper::anyToString(exc) : e.Message) + in unopkg_main()
/aoo42x/main/cli_ure/source/climaker/
H A Dclimaker_app.cxx706 catch (Exception & exc) in SAL_IMPLEMENT_MAIN() local
709 OUStringToOString( exc.Message, osl_getThreadTextEncoding() ) ); in SAL_IMPLEMENT_MAIN()
714 catch (::System::Exception * exc) in SAL_IMPLEMENT_MAIN()
717 String_to_ustring( exc->ToString() ), in SAL_IMPLEMENT_MAIN()
732 catch (Exception & exc) in SAL_IMPLEMENT_MAIN() local
735 OUStringToOString( exc.Message, osl_getThreadTextEncoding() ) ); in SAL_IMPLEMENT_MAIN()
/aoo42x/main/stoc/source/tdmanager/
H A Dtdmgr.cxx475 catch (container::NoSuchElementException & exc) in insert() local
479 exc.Message, static_cast<OWeakObject *>(this), in insert()
496 catch (IncompatibleTypeException & exc) in insert() local
500 "incompatibility! ") + exc.m_cause, in insert()
511 catch (reflection::NoSuchTypeNameException & exc) in insert() local
514 OUSTR("NoSuchTypeNameException occurred: ") + exc.Message, in insert()
517 catch (reflection::InvalidTypeNameException & exc) in insert() local
520 OUSTR("InvalidTypeNameException occurred: ") + exc.Message, in insert()
/aoo42x/main/odk/examples/java/ConverterServlet/
H A DConverterServlet.java157 } catch (Exception exc) { in doPost()
161 exc.printStackTrace(); in doPost()
168 out.println( "<p><b>Error Mesage:</b><br>" + exc.getMessage() + "<br>"); in doPost()
169 exc.printStackTrace(out); in doPost()
/aoo42x/main/comphelper/source/misc/
H A Dscopeguard.cxx42 catch (com::sun::star::uno::Exception & exc) { in ~ScopeGuard() local
43 (void) exc; // avoid warning about unused variable in ~ScopeGuard()
48 exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); in ~ScopeGuard()
/aoo42x/main/binaryurp/source/
H A Dreader.cxx414 bool exc = (flags1 & 0x20) != 0; // bit 5: EXCEPTION in readReplyMessage() local
417 if (exc) { in readReplyMessage()
513 new IncomingReply(exc, ret, outArgs)); in readReplyMessage()
522 bridge_->handleRequestChangeReply(exc, ret); in readReplyMessage()
526 bridge_->handleCommitChangeReply(exc, ret); in readReplyMessage()
/aoo42x/main/xmlsecurity/source/helper/
H A Dxsecparser.cxx202 cssu::Any exc = cppu::getCaughtException(); in startElement() local
206 0, exc); in startElement()
284 cssu::Any exc = cppu::getCaughtException(); in endElement() local
288 0, exc); in endElement()
/aoo42x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dexceptions.cxx412 void * exc = __Crun::ex_alloc(type->nSize); in raiseException() local
413 uno_copyAndConvertData(exc, exception->pData, type, unoToCpp); in raiseException()
427 __Crun::ex_throw(exc, rtti, toFunction(thunk)); in raiseException()
440 css::uno::RuntimeException exc( in fillUnoException() local
446 unoException, &exc, getCppuType(&exc).getTypeLibType(), cppToUno); in fillUnoException()
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DJavaLoader.java132 catch (com.sun.star.uno.Exception exc) in expand_url()
135 exc.getMessage(), this ); in expand_url()
137 catch (java.lang.Exception exc) in expand_url()
140 exc.getMessage(), this ); in expand_url()
/aoo42x/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx616 srrm::IMessage* msg, System::Object* exc) in constructReturnMessage() argument
620 if (exc) in constructReturnMessage()
623 dynamic_cast<System::Exception*>(exc), mcm); in constructReturnMessage()
1157 ::com::sun::star::uno::RuntimeException exc( in cli_proxy_dispatch()
1161 ::com::sun::star::uno::Type const & exc_type = ::getCppuType( & exc); in cli_proxy_dispatch()
1162 uno_type_any_construct( *uno_exc, &exc, exc_type.getTypeLibType(), 0); in cli_proxy_dispatch()
1164 OString cstr_msg(OUStringToOString(exc.Message, in cli_proxy_dispatch()
H A Dcli_uno.cxx227 System::Exception* exc= e->get_InnerException(); in call_cli() local
228 css::uno::TypeDescription td(mapCliType(exc->GetType())); in call_cli()
231 map_to_uno(memExc.get(), exc, td.get()->pWeakRef, false); in call_cli()
/aoo42x/main/stoc/source/javavm/
H A Djavavm.cxx811 css::java::JavaNotFoundException exc( in getJavaVM() local
817 askForRetry(css::uno::makeAny(exc)); in getJavaVM()
835 css::java::InvalidJavaSettingsException exc( in getJavaVM() local
841 askForRetry(css::uno::makeAny(exc)); in getJavaVM()
850 css::java::JavaDisabledException exc( in getJavaVM() local
856 if( ! askForRetry(css::uno::makeAny(exc))) in getJavaVM()
890 css::java::JavaVMCreationFailureException exc( in getJavaVM() local
896 askForRetry(css::uno::makeAny(exc)); in getJavaVM()
910 css::java::RestartRequiredException exc( in getJavaVM() local
916 askForRetry(css::uno::makeAny(exc)); in getJavaVM()
/aoo42x/main/desktop/source/deployment/manager/
H A Ddp_managerfac.cxx97 catch (registry::InvalidRegistryException & exc) { in singleton_entries() local
98 (void) exc; // avoid warnings in singleton_entries()
100 exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); in singleton_entries()
/aoo42x/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx635 uno::Any exc( ::cppu::getCaughtException() ); in openWebBrowser() local
636 OUString msg( ::comphelper::anyToString( exc ) ); in openWebBrowser()
936 catch (lang::IllegalArgumentException & exc) { in raiseAddPicker() local
938 exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); in raiseAddPicker()
939 (void) exc; in raiseAddPicker()
1692 catch ( uno::Exception & exc) { in isEnabled() local
1693 (void) exc; in isEnabled()
1694 OSL_ENSURE( 0, ::rtl::OUStringToOString( exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); in isEnabled()
/aoo42x/main/xmlscript/test/
H A Dimexp.cxx218 uno::Exception exc; in Main() local
219 if (rExc.WrappedException >>= exc) in Main()
222 aStr += OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ); in Main()
/aoo42x/main/ucb/source/ucp/expand/
H A Ducpexpand.cxx239 catch (ucb::IllegalIdentifierException & exc) in compareContentIds() local
241 (void) exc; // unused in compareContentIds()
244 exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); in compareContentIds()
/aoo42x/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DFactory_Test.java195 catch (Exception exc) in main()
197 System.err.println( ">>>>>>>>>> exc occurred: " + exc.toString() ); in main()
198 exc.printStackTrace(); in main()
/aoo42x/main/pyuno/source/module/
H A Dpyuno_except.cxx48 PyRef exc = runtime.any2PyObject( anyExc ); in raisePyExceptionWithAny() local
49 if( exc.is() ) in raisePyExceptionWithAny()
52 PyErr_SetObject( type.get(), exc.get()); in raisePyExceptionWithAny()
/aoo42x/main/sal/inc/sal/
H A Dtypes.h394 #define SAL_THROW( exc ) argument
396 #define SAL_THROW( exc ) throw exc argument

Completed in 1243 milliseconds

12345