/aoo42x/main/stoc/test/registry_tdprovider/ |
H A D | testregistrytdprovider.cxx | 328 getExceptions; in run() local 353 getExceptions = attribute->getGetExceptions(); in run() 354 assertEqual< sal_Int32 >(0, getExceptions.getLength()); in run() 376 getExceptions = attribute->getGetExceptions(); in run() 377 assertEqual< sal_Int32 >(2, getExceptions.getLength()); in run() 382 getExceptions[0]->getName()); in run() 386 getExceptions[1]->getName()); in run() 417 getExceptions = attribute->getGetExceptions(); in run() 418 assertEqual< sal_Int32 >(1, getExceptions.getLength()); in run() 423 getExceptions[0]->getName()); in run() [all …]
|
/aoo42x/main/stoc/source/registry_tdprovider/ |
H A D | tdiface.cxx | 95 …virtual Sequence< Reference< XTypeDescription > > SAL_CALL getExceptions() throw(::com::sun::star:… 169 Sequence<Reference<XTypeDescription > > InterfaceMethodImpl::getExceptions() in getExceptions() function in stoc_rdbtdp::InterfaceMethodImpl 173 _desc.getExceptions()); in getExceptions() 251 return _getter->getExceptions(); in getGetExceptions() 261 return _setter->getExceptions(); in getSetExceptions()
|
H A D | tdservice.cxx | 65 getExceptions() throw (RuntimeException) in getExceptions() function in __anon454289330111::Constructor 66 { return m_desc.getExceptions(); } in getExceptions()
|
H A D | functiondescription.hxx | 58 getExceptions() const;
|
H A D | functiondescription.cxx | 63 FunctionDescription::getExceptions() const { in getExceptions() function in FunctionDescription
|
/aoo42x/main/stoc/source/tdmanager/ |
H A D | tdmgr_check.cxx | 270 checkSeq( xNewTD->getExceptions(), xExistingTD->getExceptions(), in checkMethod() 385 checkSeq( xNewCtor->getExceptions(), xExistingCtor->getExceptions(), in checkService()
|
/aoo42x/main/idlc/inc/idlc/ |
H A D | astoperation.hxx | 56 const DeclList& getExceptions() in getExceptions() function in AstOperation
|
/aoo42x/main/udkapi/com/sun/star/reflection/ |
H A D | XInterfaceMethodTypeDescription.idl | 76 sequence<com::sun::star::reflection::XTypeDescription> getExceptions();
|
H A D | XServiceConstructorDescription.idl | 74 sequence<XCompoundTypeDescription> getExceptions();
|
/aoo42x/main/stoc/test/tdmanager/ |
H A D | testtdmanager.cxx | 263 assertEqual< sal_Int32 >(0, method->getExceptions().getLength()); in run()
|
/aoo42x/main/cli_ure/source/climaker/ |
H A D | climaker_emit.cxx | 1679 get_service_ctor_method_exceptions_reduced(ctorDes->getExceptions()); in complete_service_type() 1928 return get_exception_attribute(ctorDes->getExceptions()); in get_service_exception_attribute() 1935 const Sequence<Reference<reflection::XTypeDescription> > seqTD = xMethod->getExceptions(); in get_iface_method_exception_attribute()
|
/aoo42x/main/rdbmaker/source/rdbmaker/ |
H A D | typeblop.cxx | 185 Sequence< Reference< XTypeDescription > > exceptions( xMethod->getExceptions() ); in writeMethodData()
|
/aoo42x/main/cppuhelper/source/ |
H A D | tdmgr.cxx | 376 const Sequence<Reference< XTypeDescription > > & rExceptions = xMethod->getExceptions(); in createCTD()
|
/aoo42x/main/unodevtools/source/unodevtools/ |
H A D | typeblob.cxx | 175 Sequence< Reference< XTypeDescription > > exceptions(xMethod->getExceptions()); in writeMethodData()
|
/aoo42x/main/codemaker/source/cppumaker/ |
H A D | cpputype.cxx | 1830 sal_Int32 getExceptions = dumpAttributeExceptionTypeNames( in dumpCppuAttributes() local 1843 << getExceptions << ", " in dumpCppuAttributes() 1844 << (getExceptions == 0 ? "0" : "the_getExceptions") << ", " in dumpCppuAttributes()
|