Home
last modified time | relevance | path

Searched refs:getBaseTypes (Results 1 – 10 of 10) sorted by relevance

/trunk/main/stoc/source/registry_tdprovider/
H A Dtdiface.cxx362 Sequence< Reference < XTypeDescription > > bases(desc->getBaseTypes()); in calculateBases()
418 Sequence< Reference< XTypeDescription > > aBaseTypes(getBaseTypes()); in getBaseType()
512 InterfaceTypeDescriptionImpl::getBaseTypes() { in getBaseTypes() function in stoc_rdbtdp::InterfaceTypeDescriptionImpl
H A Dbase.hxx243 SAL_CALL getBaseTypes();
/trunk/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx301 interface->getBaseTypes()); in run()
481 assertEqual< sal_Int32 >(1, interface->getBaseTypes().getLength()); in run()
485 interface->getBaseTypes()[0]->getName()); in run()
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr_check.cxx193 checkSeq( xNewTD->getBaseTypes(), xExistingTD->getBaseTypes(), in checkInterface()
/trunk/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx156 xIFace->getBaseTypes(); in getInheritedMemberCount()
376 xIFace->getBaseTypes(); in getTypeBlob()
/trunk/main/udkapi/com/sun/star/reflection/
H A DXInterfaceTypeDescription2.idl53 sequence<XTypeDescription> getBaseTypes();
/trunk/main/cppuhelper/source/
H A Dtdmgr.cxx421 Sequence< Reference< XTypeDescription > > aBases(xType->getBaseTypes()); in createCTD()
H A Dpropertysetmixin.cxx183 ifc->getBaseTypes()); in initProperties()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java608 XTypeDescription[] bases = ifc.getBaseTypes(); in initProperties()
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx777 xType->getBaseTypes();
893 Sequence<Reference< reflection::XTypeDescription > > seqBaseTypes( xType->getBaseTypes() );