Searched refs:sSupportedServiceNames (Results 1 – 15 of 15) sorted by relevance
100 String[] sSupportedServiceNames = oUnoDialogSample2.getSupportedServiceNames(); in main() local105 …ertListBox(nControlPosX, nControlMargin, nListBoxHeight, nControlWidth, 2, sSupportedServiceNames); in main()160 String[] sSupportedServiceNames = new String[]{}; in getSupportedServiceNames() local165 sSupportedServiceNames = xServiceInfo.getSupportedServiceNames(); in getSupportedServiceNames()167 return sSupportedServiceNames; in getSupportedServiceNames()
292 String[] sSupportedServiceNames = xServiceInfo.getSupportedServiceNames(); in addServicesToTreeNode() local293 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()
330 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local331 return sSupportedServiceNames; in getServiceNames()
574 String[] sSupportedServiceNames = xServiceInfo.getSupportedServiceNames(); in hasSupportedServices() local575 bHasSupportedServices = sSupportedServiceNames.length > 0; in hasSupportedServices()
89 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local90 return sSupportedServiceNames; in getServiceNames()
104 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local105 return sSupportedServiceNames; in getServiceNames()
91 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local92 return sSupportedServiceNames; in getServiceNames()
90 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local91 return sSupportedServiceNames; in getServiceNames()
57 String[] sSupportedServiceNames = { __serviceName}; in getServiceNames() local58 return sSupportedServiceNames; in getServiceNames()
157 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local158 return sSupportedServiceNames; in getServiceNames()
115 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local116 return sSupportedServiceNames; in getServiceNames()
225 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local226 return sSupportedServiceNames; in getServiceNames()
135 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local136 return sSupportedServiceNames; in getServiceNames()
132 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames() local133 return sSupportedServiceNames; in getServiceNames()
Completed in 93 milliseconds