Home
last modified time | relevance | path

Searched refs:__serviceName (Results 26 – 50 of 59) sorted by relevance

123

/aoo41x/main/desktop/test/deployment/update/updateinfocreation/build/
H A DTestExtension.java50 static private final String __serviceName = field in TestExtension._TestExtension
90 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames()
100 return sServiceName.equals( __serviceName ); in supportsService()
/aoo41x/main/smoketestdoc/com/sun/star/comp/smoketest/
H A DTestExtension.java51 static private final String __serviceName = field in TestExtension._TestExtension
91 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames()
101 return sServiceName.equals( __serviceName ); in supportsService()
/aoo41x/main/desktop/test/deployment/locationtest/
H A DLocationTest.java50 static private final String __serviceName = field in LocationTest._LocationTest
90 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames()
100 return sServiceName.equals( __serviceName ); in supportsService()
/aoo41x/main/javaunohelper/com/sun/star/comp/juhtest/
H A DSmoketestCommandEnvironment.java39 static private final String __serviceName = field in SmoketestCommandEnvironment
57 String[] sSupportedServiceNames = { __serviceName}; in getServiceNames()
69 if (sServiceName.equals(__serviceName)) in supportsService()
/aoo41x/main/qadevOOo/runner/basicrunner/basichelper/
H A DDispatchProviderInterceptor.java43 static final String __serviceName = field in DispatchProviderInterceptor
88 return __serviceName.equals(name); in supportsService()
96 return new String[] {__serviceName}; in getSupportedServiceNames()
H A DFilter.java45 static final String __serviceName = "basichelper.Filter"; field in Filter
101 return __serviceName.equals(name); in supportsService()
109 return new String[] {__serviceName}; in getSupportedServiceNames()
H A DConnector.java46 static final String __serviceName = "basichelper.Connector"; field in Connector
101 return __serviceName.equals(name); in supportsService()
109 return new String[] {__serviceName}; in getSupportedServiceNames()
H A DDocumentHandler.java46 static final String __serviceName = "basichelper.DocumentHandler"; field in DocumentHandler
102 return __serviceName.equals(name); in supportsService()
110 return new String[] {__serviceName}; in getSupportedServiceNames()
H A DThreadRunner.java49 static final String __serviceName = "basichelper.ThreadRunner"; field in ThreadRunner
77 return __serviceName.equals(name); in supportsService()
81 return new String[] {__serviceName}; in getSupportedServiceNames()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOFunctionManager.java50 private static final String __serviceName = field in SOFunctionManager
87 __serviceName in getServiceNames()
99 return sServiceName.equals(__serviceName); in supportsService()
H A DSOFormulaOpCodeMapper.java39 private static final String __serviceName = "com.sun.star.report.pentaho.SOFormulaOpCodeMapper"; field in SOFormulaOpCodeMapper
129 return sServiceName.equals(__serviceName); in supportsService()
146 __serviceName in getServiceNames()
/aoo41x/main/xmerge/source/bridge/java/
H A DXMergeBridge.java107 static private final String __serviceName = "com.sun.star.documentconversion.XMergeBridge"; field in XMergeBridge._XMergeBridge
647 return( __serviceName ); in getServiceName()
652 return( stringServiceName.equals( __serviceName ) ); in supportsService()
660 String[] stringSupportedServiceNames = { __serviceName }; in getSupportedServiceNames()
686 _XMergeBridge.__serviceName, in __getServiceFactory()
/aoo41x/main/xmlhelp/source/com/sun/star/help/
H A DHelpIndexer.java42 static private final String __serviceName = field in HelpIndexer
157 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames()
169 return sServiceName.equals( __serviceName ); in supportsService()
H A DHelpSearch.java71 static private final String __serviceName = field in HelpSearch._HelpSearch
115 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames()
126 return sServiceName.equals( __serviceName ); in supportsService()
/aoo41x/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java69 static private final String __serviceName = "com.sun.star.comp.benchmark.JavaTestObject"; field in TestComponent._PerformancTestObject
265 return __serviceName; in getImplementationName()
280 return new String[]{__serviceName}; in getSupportedServiceNames()
299 static private final String __serviceName = "com.sun.star.test.bridge.JavaTestObject"; field in TestComponent._TestObject
929 return __serviceName; in getImplementationName()
944 return new String[]{__serviceName}; in getSupportedServiceNames()
1297 _TestObject.__serviceName,
1303 _PerformancTestObject.__serviceName,
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/
H A DFlatXml.java53 static private final String __serviceName = "devguide.officedev.samples.filter.FlatXmlJava"; field in FlatXml
70 return( __serviceName ); in getServiceName()
248 Class.forName(implName), __serviceName, multiFactory, regKey); in __getServiceFactory()
/aoo41x/main/odk/examples/DevelopersGuide/Components/dialogcomponent/
H A DDialogComponent.java65 static final String __serviceName= "com.sun.star.test.TestDialogHandler"; field in DialogComponent._DialogComponent
225 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames()
236 return sServiceName.equals( __serviceName ); in supportsService()
/aoo41x/main/scripting/java/Framework/com/sun/star/script/framework/security/
H A DSecurityDialog.java61 static final String __serviceName = "com.sun.star.script.framework.security.SecurityDialog"; field in SecurityDialog
209 SecurityDialog.class, SecurityDialog.__serviceName, multiFactory, regKey ); in __getServiceFactory()
221 if ( serviceName.equals( __serviceName)) in supportsService()
229 retValue[0] = __serviceName; in getSupportedServiceNames()
/aoo41x/main/odk/examples/DevelopersGuide/Components/JavaComponent/
H A DTestServiceProvider.java40 TestComponentA.class, TestComponentA.__serviceName, in __getServiceFactory()
44 TestComponentB.class, TestComponentB.__serviceName, in __getServiceFactory()
/aoo41x/main/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/
H A DOptionsEventHandler.java62 static private final String __serviceName = field in OptionsEventHandler._OptionsEventHandler
135 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames()
145 return sServiceName.equals( __serviceName ); in supportsService()
/aoo41x/main/jurt/com/sun/star/lib/connections/pipe/
H A DpipeAcceptor.java57 public static final String __serviceName field in pipeAcceptor
78 pipeAcceptor.class, __serviceName, multiFactory, regKey) in __getServiceFactory()
H A DpipeConnector.java57 public static final String __serviceName = "com.sun.star.connection.pipeConnector"; field in pipeConnector
77 __serviceName, multiFactory, in __getServiceFactory()
/aoo41x/main/jurt/com/sun/star/comp/connections/
H A DConnector.java57 public static final String __serviceName field in Connector
77 ? FactoryHelper.getServiceFactory(Connector.class, __serviceName, in __getServiceFactory()
H A DConstantInstanceProvider.java57 static private final String __serviceName = "com.sun.star.comp.connection.InstanceProvider"; field in ConstantInstanceProvider
77 __serviceName, in __getServiceFactory()
H A DAcceptor.java57 public static final String __serviceName field in Acceptor
77 ? FactoryHelper.getServiceFactory(Acceptor.class, __serviceName, in __getServiceFactory()

Completed in 117 milliseconds

123