| /AOO41X/main/odk/examples/DevelopersGuide/GUI/ |
| H A D | UnoDialogSample2.java | 100 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()
|
| /AOO41X/main/odk/examples/java/Inspector/ |
| H A D | InspectorPane.java | 292 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 D | Inspector.java | 330 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local 331 return sSupportedServiceNames; in getServiceNames()
|
| H A D | Introspector.java | 574 String[] sSupportedServiceNames = xServiceInfo.getSupportedServiceNames(); in hasSupportedServices() local 575 bHasSupportedServices = sSupportedServiceNames.length > 0; in hasSupportedServices()
|
| /AOO41X/main/odk/examples/DevelopersGuide/Components/SimpleLicense/ |
| H A D | LicenseTest.java | 89 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local 90 return sSupportedServiceNames; in getServiceNames()
|
| /AOO41X/main/odk/examples/java/MinimalComponent/ |
| H A D | MinimalComponent.java | 104 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local 105 return sSupportedServiceNames; in getServiceNames()
|
| /AOO41X/main/desktop/test/deployment/update/updateinfocreation/build/ |
| H A D | TestExtension.java | 90 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local 91 return sSupportedServiceNames; in getServiceNames()
|
| /AOO41X/main/desktop/test/deployment/locationtest/ |
| H A D | LocationTest.java | 90 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local 91 return sSupportedServiceNames; in getServiceNames()
|
| /AOO41X/main/smoketestdoc/com/sun/star/comp/smoketest/ |
| H A D | TestExtension.java | 91 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local 92 return sSupportedServiceNames; in getServiceNames()
|
| /AOO41X/main/javaunohelper/com/sun/star/comp/juhtest/ |
| H A D | SmoketestCommandEnvironment.java | 57 String[] sSupportedServiceNames = { __serviceName}; in getServiceNames() local 58 return sSupportedServiceNames; in getServiceNames()
|
| /AOO41X/main/xmlhelp/source/com/sun/star/help/ |
| H A D | HelpIndexer.java | 157 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local 158 return sSupportedServiceNames; in getServiceNames()
|
| H A D | HelpSearch.java | 115 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local 116 return sSupportedServiceNames; in getServiceNames()
|
| /AOO41X/main/odk/examples/DevelopersGuide/Components/dialogcomponent/ |
| H A D | DialogComponent.java | 225 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local 226 return sSupportedServiceNames; in getServiceNames()
|
| /AOO41X/main/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/ |
| H A D | OptionsEventHandler.java | 135 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local 136 return sSupportedServiceNames; in getServiceNames()
|
| /AOO41X/main/odk/examples/java/ToDo/ |
| H A D | ToDo.java | 132 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local 133 return sSupportedServiceNames; in getServiceNames()
|