Home
last modified time | relevance | path

Searched refs:getConstructors (Results 1 – 11 of 11) sorted by relevance

/aoo4110/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx514 assertEqual< sal_Int32 >(2, service->getConstructors().getLength()); in run()
517 service->getConstructors()[0]->getName()); in run()
519 0, service->getConstructors()[0]->getParameters().getLength()); in run()
521 0, service->getConstructors()[0]->getExceptions().getLength()); in run()
524 service->getConstructors()[1]->getName()); in run()
526 1, service->getConstructors()[1]->getParameters().getLength()); in run()
529 service->getConstructors()[1]->getParameters()[0]->getName()); in run()
532 (service->getConstructors()[1]->getParameters()[0]->getType()-> in run()
544 1, service->getConstructors()[1]->getExceptions().getLength()); in run()
548 service->getConstructors()[1]->getExceptions()[0]->getName()); in run()
[all …]
/aoo4110/main/stoc/source/tdmanager/
H A Dtdmgr_check.cxx347 newCtors( xNewTD->getConstructors() ); in checkService()
349 existingCtors( xExistingTD->getConstructors() ); in checkService()
/aoo4110/main/extensions/qa/integration/extensions/
H A DComponentFactory.java51 Constructor ctors[] = _handlerClass.getConstructors(); in ComponentFactory()
/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DOneInstanceFactory.java74 Constructor [] aCtor = aMyClass.getConstructors(); in createInstance()
/aoo4110/main/udkapi/com/sun/star/reflection/
H A DXServiceTypeDescription2.idl72 sequence<XServiceConstructorDescription> getConstructors();
/aoo4110/main/stoc/source/registry_tdprovider/
H A Dtdservice.cxx330 ServiceTypeDescriptionImpl::getConstructors() throw (RuntimeException) { in getConstructors() function in stoc_rdbtdp::ServiceTypeDescriptionImpl
H A Dbase.hxx477 SAL_CALL getConstructors()
/aoo4110/main/jurt/com/sun/star/comp/loader/
H A DFactoryHelper.java98 Constructor constructors[] = implClass.getConstructors(); in Factory()
/aoo4110/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx637 xService->getConstructors()); in getTypeBlob()
/aoo4110/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx1541 xServiceType->getConstructors(); in complete_service_type()
/aoo4110/main/basic/source/classes/
H A Dsbunoobj.cxx3619 …nce< Reference< XServiceConstructorDescription > > aSCDSeq = m_xServiceTypeDesc->getConstructors(); in Find()

Completed in 105 milliseconds