Home
last modified time | relevance | path

Searched refs:sSupportedServiceNames (Results 1 – 15 of 15) sorted by path

/trunk/main/desktop/test/deployment/locationtest/
H A DLocationTest.java90 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local
91 return sSupportedServiceNames; in getServiceNames()
/trunk/main/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/
H A DOptionsEventHandler.java135 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local
136 return sSupportedServiceNames; in getServiceNames()
/trunk/main/desktop/test/deployment/update/updateinfocreation/build/
H A DTestExtension.java90 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local
91 return sSupportedServiceNames; in getServiceNames()
/trunk/main/javaunohelper/com/sun/star/comp/juhtest/
H A DSmoketestCommandEnvironment.java57 String[] sSupportedServiceNames = { __serviceName}; in getServiceNames() local
58 return sSupportedServiceNames; in getServiceNames()
/trunk/main/odk/examples/DevelopersGuide/Components/SimpleLicense/
H A DLicenseTest.java89 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local
90 return sSupportedServiceNames; in getServiceNames()
/trunk/main/odk/examples/DevelopersGuide/Components/dialogcomponent/
H A DDialogComponent.java225 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local
226 return sSupportedServiceNames; in getServiceNames()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample2.java100 String[] sSupportedServiceNames = oUnoDialogSample2.getSupportedServiceNames(); in main() local
105 …ertListBox(nControlPosX, nControlMargin, nListBoxHeight, nControlWidth, 2, sSupportedServiceNames); in main()
160 String[] sSupportedServiceNames = new String[]{}; in getSupportedServiceNames() local
165 sSupportedServiceNames = xServiceInfo.getSupportedServiceNames(); in getSupportedServiceNames()
167 return sSupportedServiceNames; in getSupportedServiceNames()
/trunk/main/odk/examples/java/Inspector/
H A DInspector.java330 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local
331 return sSupportedServiceNames; in getServiceNames()
H A DInspectorPane.java292 String[] sSupportedServiceNames = xServiceInfo.getSupportedServiceNames(); in addServicesToTreeNode() local
293 for ( int m = 0; m < sSupportedServiceNames.length; m++ ) { in addServicesToTreeNode()
294 String sServiceName = sSupportedServiceNames[m]; in addServicesToTreeNode()
296 … XUnoNode oUnoNode = addUnoNode(_oGrandParentNode, _oUnoObject, sSupportedServiceNames[m]); in addServicesToTreeNode()
H A DIntrospector.java574 String[] sSupportedServiceNames = xServiceInfo.getSupportedServiceNames(); in hasSupportedServices() local
575 bHasSupportedServices = sSupportedServiceNames.length > 0; in hasSupportedServices()
/trunk/main/odk/examples/java/MinimalComponent/
H A DMinimalComponent.java104 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local
105 return sSupportedServiceNames; in getServiceNames()
/trunk/main/odk/examples/java/ToDo/
H A DToDo.java132 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local
133 return sSupportedServiceNames; in getServiceNames()
/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpIndexer.java157 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local
158 return sSupportedServiceNames; in getServiceNames()
H A DHelpSearch.java115 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local
116 return sSupportedServiceNames; in getServiceNames()
/trunk/test/smoketestdoc/src/main/java/com/sun/star/comp/smoketest/
H A DTestExtension.java91 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local
92 return sSupportedServiceNames; in getServiceNames()

Completed in 74 milliseconds