Searched refs:Factory_Test (Results 1 – 2 of 2) sorted by relevance
45 public class Factory_Test class49 static final String m_impl_name = Factory_Test.class.getName();54 public Factory_Test() in Factory_Test() method in Factory_Test58 public Factory_Test( XComponentContext xContext ) in Factory_Test() method in Factory_Test71 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()
46 $(CLASSDIR)$/$(PACKAGE)$/Factory_Test.class57 $(OUT)$/bin$/factory_test.jar : $(CLASSDIR)$/$(PACKAGE)$/Factory_Test.class59 @echo RegistrationClassName: com.sun.star.lib.uno.helper.Factory_Test > $(OUT)$/bin$/manifest.mf60 -jar cvfm $@ $(OUT)$/bin$/manifest.mf -C $(CLASSDIR) $(PACKAGE)$/Factory_Test.class64 …-java -classpath $(CPATH) com.sun.star.lib.uno.helper.Factory_Test $(OUT)$/bin$/factory_test.jar $…
Completed in 9 milliseconds