Searched refs:getConstructors (Results 1 – 11 of 11) sorted by relevance
514 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 …]
347 newCtors( xNewTD->getConstructors() ); in checkService()349 existingCtors( xExistingTD->getConstructors() ); in checkService()
51 Constructor ctors[] = _handlerClass.getConstructors(); in ComponentFactory()
74 Constructor [] aCtor = aMyClass.getConstructors(); in createInstance()
72 sequence<XServiceConstructorDescription> getConstructors();
330 ServiceTypeDescriptionImpl::getConstructors() throw (RuntimeException) { in getConstructors() function in stoc_rdbtdp::ServiceTypeDescriptionImpl
477 SAL_CALL getConstructors()
98 Constructor constructors[] = implClass.getConstructors(); in Factory()
637 xService->getConstructors()); in getTypeBlob()
1541 xServiceType->getConstructors(); in complete_service_type()
3619 …nce< Reference< XServiceConstructorDescription > > aSCDSeq = m_xServiceTypeDesc->getConstructors(); in Find()
Completed in 80 milliseconds