Searched refs:TestComponent (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/cppuhelper/test/testcmp/ |
H A D | TestComponent.cxx | 63 class TestComponent: public cppu::WeakImplHelper1<lang::XServiceInfo> class 77 virtual ~TestComponent(); 95 uno::Reference<uno::XInterface> SAL_CALL TestComponent::create( in create() 102 return static_cast<cppu::OWeakObject *>(new TestComponent(xCtx)); in create() 120 TestComponent::TestComponent(uno::Reference<uno::XComponentContext> const & xCtx) in TestComponent() function in TestComponent 126 TestComponent::~TestComponent() in ~TestComponent() 131 rtl::OUString SAL_CALL TestComponent::getImplementationName() in getImplementationName() 137 void SAL_CALL TestComponent::acquire() throw () in acquire() 142 void SAL_CALL TestComponent::release() throw () in release() 200 TestComponent::create, in component_getFactory() [all …]
|
H A D | makefile.mk | 26 TARGET := TestComponent.uno 34 SHL1OBJS := $(SLO)$/TestComponent.obj 38 SHL1DEF := TestComponent.uno.def
|
/aoo42x/main/stoc/test/javavm/testcomponent/ |
H A D | TestComponent.java | 47 public class TestComponent implements XServiceInfo, XTypeProvider class 62 return TestComponent.class.getName().getBytes(); in getImplementationId() 126 if (implName.equals( TestComponent.class.getName()) ) in __getServiceFactory() 127 xSingleServiceFactory = FactoryHelper.getServiceFactory( TestComponent.class, in __getServiceFactory() 128 TestComponent.__serviceName, in __getServiceFactory() 145 return FactoryHelper.writeRegistryServiceInfo( TestComponent.class.getName(), in __writeRegistryServiceInfo() 146 TestComponent.__serviceName, regKey); in __writeRegistryServiceInfo()
|
H A D | manifest | 1 RegistrationClassName: TestComponent
|
H A D | makefile.mk | 42 TestComponent.java
|
/aoo42x/main/jvmaccess/workbench/java/ |
H A D | TestComponent.java | 46 public final class TestComponent implements XTypeProvider, XServiceInfo, XMain { class 84 if (implName.equals(TestComponent.class.getName())) { in __getServiceFactory() 85 return FactoryHelper.getServiceFactory(TestComponent.class, in __getServiceFactory() 95 TestComponent.class.getName(), serviceName, regKey); in __writeRegistryServiceInfo()
|
H A D | manifest | 1 RegistrationClassName: com.sun.star.comp.jvmaccess.workbench.TestComponent
|
H A D | makefile.mk | 33 JAVACLASSFILES = $(CLASSDIR)$/$(PACKAGE)$/TestComponent.class
|
/aoo42x/main/testtools/com/sun/star/comp/bridge/ |
H A D | manifest | 1 RegistrationClassName: com.sun.star.comp.bridge.TestComponent
|
H A D | makefile.mk | 42 $(CLASSDIR)$/$(PACKAGE)$/TestComponent.class \
|
H A D | TestComponentMain.java | 105 Object o = com.sun.star.comp.bridge.TestComponent.__getServiceFactory( in main()
|
H A D | TestComponent.java | 65 public class TestComponent { class
|
Completed in 56 milliseconds