/aoo41x/main/bean/com/sun/star/comp/beans/ |
H A D | OOoBean.java | 132 catch ( HasConnectionException aExc ) in OOoBean() 177 catch ( java.lang.Throwable aExc ) in setOOoConnection() 277 catch ( HasConnectionException aExc ) in getOOoConnection() 335 catch ( com.sun.star.uno.Exception aExc ) in getOOoDesktop() 410 catch ( NoConnectionException aExc ) in clear() 412 catch ( SystemWindowException aExc ) in clear() 429 catch ( java.lang.Throwable aExc ) in clear() 680 catch ( NoConnectionException aExc ) in loadFromURL() 693 aExc.printStackTrace(); in loadFromURL() 1421 catch ( Throwable aExc ) {}; in end() [all …]
|
/aoo41x/main/odk/examples/DevelopersGuide/OfficeBean/ |
H A D | OOoBeanViewer.java | 182 catch ( Throwable aExc ) in init() 184 System.err.println( "storeToBuffer failed: " + aExc ); in init() 185 aExc.printStackTrace( System.err ); in init() 199 catch ( Throwable aExc ) in init() 201 System.err.println( "loadFromBuffer failed: " + aExc ); in init() 202 aExc.printStackTrace( System.err ); in init() 307 catch ( com.sun.star.comp.beans.SystemWindowException aExc ) in createBlankDoc() 310 aExc.printStackTrace(); in createBlankDoc() 315 aExc.printStackTrace(); in createBlankDoc() 317 catch ( Exception aExc ) in createBlankDoc() [all …]
|
/aoo41x/main/stoc/test/ |
H A D | testiadapter.cxx | 532 throw aExc; in invoke() 864 aExc.ArgumentPosition = 5; in raiseException() 866 aExc.Context = *this; in raiseException() 867 throw aExc; in raiseException() 872 RuntimeException aExc; in getRuntimeException() local 874 aExc.Context = *this; in getRuntimeException() 875 throw aExc; in getRuntimeException() 880 RuntimeException aExc; in setRuntimeException() local 882 aExc.Context = *this; in setRuntimeException() 883 throw aExc; in setRuntimeException() [all …]
|
/aoo41x/main/autodoc/source/display/idl/ |
H A D | hfi_method.cxx | 149 aExc(Env(), rExcOut, true); 150 aExc.Produce_byData(*i_rExceptions); 157 aExc.Produce_byData(*i_rExceptions); 240 aExc(Env(), rExcOut, true); in write_Declaration() local 241 aExc.Produce_byData(*i_rExceptions); in write_Declaration() 248 aExc.Produce_byData(*i_rExceptions); in write_Declaration()
|
H A D | hfi_property.cxx | 199 aExc(Env(), rGet, true); in write_Declaration() local 203 aExc.Produce_byData(*itExc); in write_Declaration() 208 aExc.Produce_byData(*itExc); in write_Declaration() 220 aExc(Env(), rSet, true); in write_Declaration() local 224 aExc.Produce_byData(*itExc); in write_Declaration() 229 aExc.Produce_byData(*itExc); in write_Declaration()
|
/aoo41x/main/stoc/source/corereflection/ |
H A D | criface.cxx | 197 uno_Any aExc; in get() local 198 uno_Any * pExc = &aExc; in get() 286 uno_Any aExc; in set() local 287 uno_Any * pExc = &aExc; in set() 707 IllegalArgumentException aExc( in invoke() local 721 throw aExc; in invoke() 745 InvocationTargetException aExc; in invoke() local 746 aExc.Context = *(const Reference< XInterface > *)rObj.getValue(); in invoke() 749 &aExc.TargetException, in invoke() 752 &aExc.TargetException, pUnoExc, ::getCppuType( (const Any *)0 ).getTypeLibType(), in invoke() [all …]
|
/aoo41x/main/filter/source/pdf/ |
H A D | pdfinteract.cxx | 61 task::PDFExportException aExc; in handleInteractionRequest() local 62 if( aRequest >>= aExc ) in handleInteractionRequest() 65 sal_Int32 nCodes = aExc.ErrorCodes.getLength(); in handleInteractionRequest() 67 aCodes.insert( (vcl::PDFWriter::ErrorCode)aExc.ErrorCodes.getConstArray()[i] ); in handleInteractionRequest()
|
/aoo41x/main/testtools/source/bridgetest/ |
H A D | cppobj.cxx | 632 IllegalArgumentException aExc; in raiseException() local 633 aExc.ArgumentPosition = nArgumentPos; in raiseException() 634 aExc.Message = _aData.String = rMsg; in raiseException() 636 throw aExc; in raiseException() 642 RuntimeException aExc; in raiseRuntimeExceptionOneway() local 643 aExc.Message = _aData.String = rMsg; in raiseRuntimeExceptionOneway() 645 throw aExc; in raiseRuntimeExceptionOneway() 700 RuntimeException aExc; in setRuntimeException() local 701 aExc.Message = _aData.String; in setRuntimeException() 702 aExc.Context = _aData.Interface; in setRuntimeException() [all …]
|
/aoo41x/main/stoc/source/invocation/ |
H A D | invocation.cxx | 705 CannotConvertException aExc; in invoke() local 706 aExc.Context = *this; in invoke() 707 aExc.Message = OUString( RTL_CONSTASCII_USTRINGPARAM("invocation type mismatch!") ); in invoke() 708 throw aExc; in invoke() 745 RuntimeException aExc; in invoke() local 746 aExc.Context = *this; in invoke() 747 …aExc.Message = OUString( RTL_CONSTASCII_USTRINGPARAM("invocation lacking of introspection access!"… in invoke() 748 throw aExc; in invoke()
|
/aoo41x/main/ucb/source/core/ |
H A D | ucbcmds.cxx | 1495 uno::Any aExc; in globalTransfer_() local 1502 aExc, in globalTransfer_() 1509 cppu::throwException( aExc ); in globalTransfer_() 1523 aExc ); in globalTransfer_() 1556 aExc ); in globalTransfer_() 1891 uno::Any aExc; in globalTransfer() local 1899 aExc, in globalTransfer() 1906 cppu::throwException( aExc ); in globalTransfer() 1920 aExc ); in globalTransfer()
|
/aoo41x/main/bridges/source/cpp_uno/cc50_solaris_sparc/ |
H A D | uno2cpp.cxx | 381 ::com::sun::star::uno::RuntimeException aExc( in unoInterfaceProxyDispatch() 385 Type const & rExcType = ::getCppuType( &aExc ); in unoInterfaceProxyDispatch() 387 ::uno_type_any_construct( *ppException, &aExc, rExcType.getTypeLibType(), 0 ); in unoInterfaceProxyDispatch()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_intel/ |
H A D | uno2cpp.cxx | 445 ::com::sun::star::uno::RuntimeException aExc( in unoInterfaceProxyDispatch() 449 Type const & rExcType = ::getCppuType( &aExc ); in unoInterfaceProxyDispatch() 451 ::uno_type_any_construct( *ppException, &aExc, rExcType.getTypeLibType(), 0 ); in unoInterfaceProxyDispatch()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_intel/ |
H A D | uno2cpp.cxx | 436 ::com::sun::star::uno::RuntimeException aExc( in unoInterfaceProxyDispatch() 440 Type const & rExcType = ::getCppuType( &aExc ); in unoInterfaceProxyDispatch() 442 ::uno_type_any_construct( *ppException, &aExc, rExcType.getTypeLibType(), 0 ); in unoInterfaceProxyDispatch()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_netbsd_intel/ |
H A D | uno2cpp.cxx | 417 ::com::sun::star::uno::RuntimeException aExc( in cppu_unoInterfaceProxy_dispatch() 421 Type const & rExcType = ::getCppuType( &aExc ); in cppu_unoInterfaceProxy_dispatch() 423 ::uno_type_any_construct( *ppException, &aExc, rExcType.getTypeLibType(), 0 ); in cppu_unoInterfaceProxy_dispatch()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_solaris_intel/ |
H A D | uno2cpp.cxx | 427 ::com::sun::star::uno::RuntimeException aExc( in unoInterfaceProxyDispatch() 431 Type const & rExcType = ::getCppuType( &aExc ); in unoInterfaceProxyDispatch() 433 ::uno_type_any_construct( *ppException, &aExc, rExcType.getTypeLibType(), 0 ); in unoInterfaceProxyDispatch()
|
/aoo41x/main/bridges/source/cpp_uno/cc50_solaris_intel/ |
H A D | uno2cpp.cxx | 403 ::com::sun::star::uno::RuntimeException aExc( in unoInterfaceProxyDispatch() 407 Type const & rExcType = ::getCppuType( &aExc ); in unoInterfaceProxyDispatch() 409 ::uno_type_any_construct( *ppException, &aExc, rExcType.getTypeLibType(), 0 ); in unoInterfaceProxyDispatch()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_sparc/ |
H A D | uno2cpp.cxx | 585 ::com::sun::star::uno::RuntimeException aExc( in unoInterfaceProxyDispatch() 589 Type const & rExcType = ::getCppuType( &aExc ); in unoInterfaceProxyDispatch() 591 ::uno_type_any_construct( *ppException, &aExc, rExcType.getTypeLibType(), 0 ); in unoInterfaceProxyDispatch()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_macosx_intel/ |
H A D | uno2cpp.cxx | 484 ::com::sun::star::uno::RuntimeException aExc( in unoInterfaceProxyDispatch() 488 Type const & rExcType = ::getCppuType( &aExc ); in unoInterfaceProxyDispatch() 490 ::uno_type_any_construct( *ppException, &aExc, rExcType.getTypeLibType(), 0 ); in unoInterfaceProxyDispatch()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_os2_intel/ |
H A D | uno2cpp.cxx | 436 ::com::sun::star::uno::RuntimeException aExc( in unoInterfaceProxyDispatch() 440 Type const & rExcType = ::getCppuType( &aExc ); in unoInterfaceProxyDispatch() 442 ::uno_type_any_construct( *ppException, &aExc, rExcType.getTypeLibType(), 0 ); in unoInterfaceProxyDispatch()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_solaris_sparc/ |
H A D | uno2cpp.cxx | 580 ::com::sun::star::uno::RuntimeException aExc( in unoInterfaceProxyDispatch() 584 Type const & rExcType = ::getCppuType( &aExc ); in unoInterfaceProxyDispatch() 586 ::uno_type_any_construct( *ppException, &aExc, rExcType.getTypeLibType(), 0 ); in unoInterfaceProxyDispatch()
|
/aoo41x/main/bridges/source/cpp_uno/mingw_intel/ |
H A D | uno2cpp.cxx | 485 ::com::sun::star::uno::RuntimeException aExc( in unoInterfaceProxyDispatch() 489 Type const & rExcType = ::getCppuType( &aExc ); in unoInterfaceProxyDispatch() 491 ::uno_type_any_construct( *ppException, &aExc, rExcType.getTypeLibType(), 0 ); in unoInterfaceProxyDispatch()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/ |
H A D | uno2cpp.cxx | 657 ::com::sun::star::uno::RuntimeException aExc( 661 Type const & rExcType = ::getCppuType( &aExc ); 663 ::uno_type_any_construct( *ppException, &aExc, rExcType.getTypeLibType(), 0 );
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_m68k/ |
H A D | uno2cpp.cxx | 476 ::com::sun::star::uno::RuntimeException aExc( in unoInterfaceProxyDispatch() 480 Type const & rExcType = ::getCppuType( &aExc ); in unoInterfaceProxyDispatch() 482 ::uno_type_any_construct( *ppException, &aExc, rExcType.getTypeLibType(), 0 ); in unoInterfaceProxyDispatch()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_mips/ |
H A D | uno2cpp.cxx | 582 ::com::sun::star::uno::RuntimeException aExc( in unoInterfaceProxyDispatch() 586 Type const & rExcType = ::getCppuType( &aExc ); in unoInterfaceProxyDispatch() 588 ::uno_type_any_construct( *ppException, &aExc, rExcType.getTypeLibType(), 0 ); in unoInterfaceProxyDispatch()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_powerpc/ |
H A D | uno2cpp.cxx | 657 ::com::sun::star::uno::RuntimeException aExc( 661 Type const & rExcType = ::getCppuType( &aExc ); 663 ::uno_type_any_construct( *ppException, &aExc, rExcType.getTypeLibType(), 0 );
|