Home
last modified time | relevance | path

Searched refs:TestComponent (Results 1 – 12 of 12) sorted by relevance

/trunk/main/cppuhelper/test/testcmp/
H A DTestComponent.cxx63 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 Dmakefile.mk26 TARGET := TestComponent.uno
34 SHL1OBJS := $(SLO)$/TestComponent.obj
38 SHL1DEF := TestComponent.uno.def
/trunk/main/stoc/test/javavm/testcomponent/
H A DTestComponent.java47 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 Dmanifest1 RegistrationClassName: TestComponent
H A Dmakefile.mk42 TestComponent.java
/trunk/main/jvmaccess/workbench/java/
H A DTestComponent.java46 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 Dmanifest1 RegistrationClassName: com.sun.star.comp.jvmaccess.workbench.TestComponent
H A Dmakefile.mk33 JAVACLASSFILES = $(CLASSDIR)$/$(PACKAGE)$/TestComponent.class
/trunk/main/testtools/com/sun/star/comp/bridge/
H A Dmanifest1 RegistrationClassName: com.sun.star.comp.bridge.TestComponent
H A Dmakefile.mk42 $(CLASSDIR)$/$(PACKAGE)$/TestComponent.class \
H A DTestComponentMain.java105 Object o = com.sun.star.comp.bridge.TestComponent.__getServiceFactory( in main()
H A DTestComponent.java65 public class TestComponent { class

Completed in 65 milliseconds