Searched refs:implClass (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/jurt/com/sun/star/comp/loader/ |
H A D | FactoryHelper.java | 88 protected Factory(Class implClass, in Factory() argument 95 _implName = implClass.getName(); in Factory() 98 Constructor constructors[] = implClass.getConstructors(); in Factory() 442 static public XSingleServiceFactory getServiceFactory(Class implClass, in getServiceFactory() argument 452 serviceName = implClass.getField("__serviceName"); in getServiceFactory() 455 serviceName = implClass.getField("serviceName"); // old style in getServiceFactory() 458 …xSingleServiceFactory = new Factory(implClass, (String)serviceName.get(null), multiFactory, regKe… in getServiceFactory() 480 static public XSingleServiceFactory getServiceFactory(Class implClass, in getServiceFactory() argument 485 return new Factory(implClass, serviceName, multiFactory, regKey); in getServiceFactory() 493 static public Object createComponentFactory( Class implClass, String serviceName ) in createComponentFactory() argument [all …]
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | servicedecl.hxx | 116 ServiceDecl( ImplClassT const& implClass, in ServiceDecl() argument 119 : m_createFunc(implClass.m_createFunc), in ServiceDecl()
|
Completed in 9 milliseconds