Home
last modified time | relevance | path

Searched refs:getExceptions (Results 1 – 15 of 15) sorted by relevance

/trunk/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx328 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 …]
/trunk/main/stoc/source/registry_tdprovider/
H A Dtdiface.cxx95 …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 Dtdservice.cxx65 getExceptions() throw (RuntimeException) in getExceptions() function in __anon62d11fca0111::Constructor
66 { return m_desc.getExceptions(); } in getExceptions()
H A Dfunctiondescription.hxx58 getExceptions() const;
H A Dfunctiondescription.cxx63 FunctionDescription::getExceptions() const { in getExceptions() function in FunctionDescription
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr_check.cxx270 checkSeq( xNewTD->getExceptions(), xExistingTD->getExceptions(), in checkMethod()
385 checkSeq( xNewCtor->getExceptions(), xExistingCtor->getExceptions(), in checkService()
/trunk/main/idlc/inc/idlc/
H A Dastoperation.hxx56 const DeclList& getExceptions() in getExceptions() function in AstOperation
/trunk/main/udkapi/com/sun/star/reflection/
H A DXInterfaceMethodTypeDescription.idl76 sequence<com::sun::star::reflection::XTypeDescription> getExceptions();
H A DXServiceConstructorDescription.idl74 sequence<XCompoundTypeDescription> getExceptions();
/trunk/main/stoc/test/tdmanager/
H A Dtesttdmanager.cxx263 assertEqual< sal_Int32 >(0, method->getExceptions().getLength()); in run()
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx1679 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()
/trunk/main/rdbmaker/source/rdbmaker/
H A Dtypeblop.cxx185 Sequence< Reference< XTypeDescription > > exceptions( xMethod->getExceptions() ); in writeMethodData()
/trunk/main/cppuhelper/source/
H A Dtdmgr.cxx376 const Sequence<Reference< XTypeDescription > > & rExceptions = xMethod->getExceptions(); in createCTD()
/trunk/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx175 Sequence< Reference< XTypeDescription > > exceptions(xMethod->getExceptions()); in writeMethodData()
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx1830 sal_Int32 getExceptions = dumpAttributeExceptionTypeNames( in dumpCppuAttributes() local
1843 << getExceptions << ", " in dumpCppuAttributes()
1844 << (getExceptions == 0 ? "0" : "the_getExceptions") << ", " in dumpCppuAttributes()

Completed in 98 milliseconds