/trunk/main/xmlscript/test/ |
H A D | imexp.cxx | 90 catch( Exception& rExc ) in createInitialComponentContext() local 92 OString aStr( OUStringToOString( rExc.Message, RTL_TEXTENCODING_ASCII_US ) ); in createInitialComponentContext() 215 catch (xml::sax::SAXException & rExc) in Main() local 217 OString aStr( OUStringToOString( rExc.Message, RTL_TEXTENCODING_ASCII_US ) ); in Main() 219 if (rExc.WrappedException >>= exc) in Main() 226 catch (uno::Exception & rExc) in Main() local 228 OString aStr( OUStringToOString( rExc.Message, RTL_TEXTENCODING_ASCII_US ) ); in Main()
|
/trunk/main/toolkit/workben/layout/ |
H A D | test.cxx | 331 catch (xml::sax::SAXException & rExc) in Main() local 333 OString aStr( OUStringToOString( rExc.Message, in Main() 336 if (rExc.WrappedException >>= exc) in Main() 344 catch ( uno::Exception & rExc ) in Main() local 346 OString aStr( OUStringToOString( rExc.Message, in Main()
|
H A D | uno.hxx | 66 catch ( const com::sun::star::uno::Exception &rExc ) in createInstance() local 68 … rtl::OString aStr( rtl::OUStringToOString( rExc.Message, RTL_TEXTENCODING_ASCII_US ) ); in createInstance() 70 throw rExc; in createInstance()
|
/trunk/main/l10ntools/layout/ |
H A D | tralay.cxx | 350 catch ( xml::sax::SAXException& rExc ) in Main() local 352 OString aStr( OUStringToOString( rExc.Message, in Main() 355 if (rExc.WrappedException >>= exc) in Main() 363 catch ( uno::Exception& rExc ) in Main() local 365 OString aStr( OUStringToOString( rExc.Message, in Main()
|
/trunk/main/stoc/test/ |
H A D | testconv.cxx | 181 catch (Exception & rExc) in convertTo() local 183 aExcMsg = OUStringToOString( rExc.Message, RTL_TEXTENCODING_ASCII_US ); in convertTo() 235 catch (Exception & rExc) in convertTo() local 237 aExcMsg = OUStringToOString( rExc.Message, RTL_TEXTENCODING_ISO_8859_1 ); in convertTo() 690 catch (Exception & rExc) in SAL_IMPLEMENT_MAIN() local 693 OString aMsg( OUStringToOString( rExc.Message, RTL_TEXTENCODING_ASCII_US ) ); in SAL_IMPLEMENT_MAIN()
|
H A D | testproxyfac.cxx | 328 catch (Exception & rExc) in SAL_IMPLEMENT_MAIN() local 330 (void)rExc; in SAL_IMPLEMENT_MAIN() 334 rExc.Message, RTL_TEXTENCODING_ASCII_US ).getStr() ); in SAL_IMPLEMENT_MAIN()
|
H A D | testiadapter.cxx | 527 catch (IllegalArgumentException & rExc) in invoke() local 531 aExc.TargetException <<= rExc; in invoke() 919 catch (const RuntimeException & rExc) in raiseException() local 922 … rExc.Message.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("dum dum dum ich tanz im kreis herum...")), in raiseException() 926 Reference<XLanguageBindingTest >::query( rExc.Context ) ); in raiseException() 1055 catch (Exception & rExc) in SAL_IMPLEMENT_MAIN() local 1058 OString aMsg( OUStringToOString( rExc.Message, RTL_TEXTENCODING_ASCII_US ) ); in SAL_IMPLEMENT_MAIN()
|
H A D | testcorefl.cxx | 396 catch (Exception & rExc) in SAL_IMPLEMENT_MAIN() local 400 OUStringToOString( rExc.Message, RTL_TEXTENCODING_ASCII_US ) ); in SAL_IMPLEMENT_MAIN()
|
H A D | testintrosp.cxx | 1582 catch (Exception & rExc) in SAL_IMPLEMENT_MAIN() local 1585 OString aMsg( OUStringToOString( rExc.Message, RTL_TEXTENCODING_ASCII_US ) ); in SAL_IMPLEMENT_MAIN()
|
/trunk/main/testtools/source/bridgetest/cli/ |
H A D | cli_vb_bridgetest.vb | 730 Catch rExc As unoidl.com.sun.star.lang.IllegalArgumentException 731 If rExc.ArgumentPosition = 5 And _ 732 rExc.Context Is xLBT.Interface 742 Catch rExc As unoidl.com.sun.star.uno.RuntimeException 743 If rExc.Context Is xLBT.Interface 750 Catch rExc As unoidl.com.sun.star.uno.Exception 751 If rExc.Context Is xLBT.Interface
|
H A D | cli_cpp_bridgetest.cxx | 884 catch (unoidl::com::sun::star::uno::RuntimeException* rExc) 886 if (rExc->Context == xLBT->Interface ) 899 catch (unoidl::com::sun::star::uno::Exception* rExc) 901 if (rExc->Context == xLBT->Interface)
|
H A D | cli_cs_bridgetest.cs | 938 catch (unoidl.com.sun.star.uno.RuntimeException rExc) in raiseException() 940 if (rExc.Context == xLBT.Interface ) in raiseException() 956 catch (unoidl.com.sun.star.uno.Exception rExc) in raiseException() 958 if (rExc.Context == xLBT.Interface) in raiseException()
|
/trunk/main/cppuhelper/test/ |
H A D | testimplhelper.cxx | 542 catch (RuntimeException & rExc) in test_ImplHelper() local 544 …OSL_ENSURE( rExc.Message.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("runtime exc") ) && rExc.Context… in test_ImplHelper() 549 OUString( RTL_CONSTASCII_USTRINGPARAM("exc") ), rExc.Context ) ) ); in test_ImplHelper()
|
/trunk/main/cpputools/source/unoexe/ |
H A D | unoexe.cxx | 553 catch (Exception & rExc) in getInstance() local 556 out( rExc.Message ); in getInstance() 868 catch (Exception & rExc) variable 871 out( rExc.Message );
|
/trunk/main/testtools/source/bridgetest/ |
H A D | bridgetest.cxx | 992 catch (const RuntimeException & rExc) in raiseException() local 994 if (rExc.Context == xLBT->getInterface() in raiseException() 997 && rExc.Message.compareToAscii( STRING_TEST_CONSTANT ) == 0 in raiseException() 1012 catch (Exception & rExc) in raiseException() local 1014 if (rExc.Context == xLBT->getInterface() in raiseException() 1017 && rExc.Message.compareToAscii( STRING_TEST_CONSTANT ) == 0 in raiseException()
|
/trunk/main/cpputools/source/regsingleton/ |
H A D | regsingleton.cxx | 163 catch (Exception & rExc) in SAL_IMPLEMENT_MAIN_WITH_ARGS() local 165 OString msg( OUStringToOString( rExc.Message, RTL_TEXTENCODING_ASCII_US ) ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
/trunk/main/stoc/test/javavm/ |
H A D | testjavavm.cxx | 182 catch (Exception & rExc) in SAL_IMPLEMENT_MAIN() local 185 OString aMsg( OUStringToOString( rExc.Message, RTL_TEXTENCODING_ASCII_US ) ); in SAL_IMPLEMENT_MAIN()
|
/trunk/main/stoc/source/invocation/ |
H A D | invocation.cxx | 721 catch( CannotConvertException& rExc ) in invoke() local 723 rExc.ArgumentIndex = nPos; // optionalen Parameter Index hinzufuegen in invoke() 724 throw rExc; in invoke()
|
/trunk/main/testtools/source/performance/ |
H A D | ubtest.cxx | 1258 catch (Exception & rExc) in run() local 1262 throw RuntimeException( rExc.Message, rExc.Context ); in run()
|
/trunk/main/cppuhelper/inc/cppuhelper/ |
H A D | exc_hlp.hxx | 41 CPPUHELPER_DLLPUBLIC void SAL_CALL throwException( const ::com::sun::star::uno::Any & rExc )
|
/trunk/main/padmin/source/ |
H A D | pamain.cxx | 109 catch( com::sun::star::uno::Exception& rExc) in Main() local
|
/trunk/main/vcl/workben/ |
H A D | svpclient.cxx | 84 catch( com::sun::star::uno::Exception& rExc) in SAL_IMPLEMENT_MAIN() local
|