Home
last modified time | relevance | path

Searched refs:Factory_Test (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DFactory_Test.java45 public class Factory_Test class
49 static final String m_impl_name = Factory_Test.class.getName();
54 public Factory_Test() in Factory_Test() method in Factory_Test
58 public Factory_Test( XComponentContext xContext ) in Factory_Test() method in Factory_Test
71 return new Factory_Test( xContext ); in __create()
102 Factory_Test.class, Factory_Test.m_supported_services ); in __getComponentFactory()
110 m_impl_name, Factory_Test.m_supported_services, xKey ); in __writeRegistryServiceInfo()
176 service_info_test( new Factory_Test() ); in main()
178 service_info_test( new Factory_Test( xContext ) ); in main()
180 service_info_test( Factory_Test.__create( xContext ) ); in main()
H A Dmakefile.mk46 $(CLASSDIR)$/$(PACKAGE)$/Factory_Test.class
57 $(OUT)$/bin$/factory_test.jar : $(CLASSDIR)$/$(PACKAGE)$/Factory_Test.class
59 @echo RegistrationClassName: com.sun.star.lib.uno.helper.Factory_Test > $(OUT)$/bin$/manifest.mf
60 -jar cvfm $@ $(OUT)$/bin$/manifest.mf -C $(CLASSDIR) $(PACKAGE)$/Factory_Test.class
64 …-java -classpath $(CPATH) com.sun.star.lib.uno.helper.Factory_Test $(OUT)$/bin$/factory_test.jar $…

Completed in 12 milliseconds