Home
last modified time | relevance | path

Searched refs:getOptionalInterfaces (Results 1 – 6 of 6) sorted by relevance

/trunk/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx505 assertEqual< sal_Int32 >(0, service->getOptionalInterfaces().getLength()); in run()
565 assertEqual< sal_Int32 >(1, service->getOptionalInterfaces().getLength()); in run()
569 service->getOptionalInterfaces()[0]->getName()); in run()
588 assertEqual< sal_Int32 >(0, service->getOptionalInterfaces().getLength()); in run()
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr_check.cxx401 checkSeq( xNewTD->getOptionalInterfaces(), in checkService()
402 xExistingTD->getOptionalInterfaces(), in checkService()
/trunk/main/udkapi/com/sun/star/reflection/
H A DXServiceTypeDescription.idl90 sequence< XInterfaceTypeDescription > getOptionalInterfaces();
/trunk/main/stoc/source/registry_tdprovider/
H A Dtdservice.cxx204 ServiceTypeDescriptionImpl::getOptionalInterfaces() in getOptionalInterfaces() function in stoc_rdbtdp::ServiceTypeDescriptionImpl
H A Dbase.hxx452 getOptionalInterfaces();
/trunk/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx651 optionalInterfaces = xService->getOptionalInterfaces(); in getTypeBlob()