Searched refs:sServiceNames (Results 1 – 11 of 11) sorted by relevance
99 String[] sServiceNames = xServiceInfo.getSupportedServiceNames(); in getClassName() local100 for (int i = 0; i < sServiceNames.length; i++){ in getClassName()101 if (doesServiceSupportProperty(sServiceNames[i], m_sPropertyName)){ in getClassName()102 sClassName = sServiceNames[i]; in getClassName()
161 String[] sServiceNames = xMSF.getAvailableServiceNames (); in showServices() local163 + sServiceNames.length + " services"); in showServices()164 for (int i=0; i<sServiceNames.length; i++) in showServices()165 MessageArea.println (" service " + i + " : " + sServiceNames[i]); in showServices()
165 String[] sServiceNames = xMSF.getAvailableServiceNames (); in showServices() local167 + sServiceNames.length + " services"); in showServices()168 for (int i=0; i<sServiceNames.length; i++) in showServices()169 maOut.println (" service " + i + " : " + sServiceNames[i]); in showServices()
142 uno::Sequence< rtl::OUString > sServiceNames( getAvailableServiceNames() ); in hasServiceName() local143 sal_Int32 nLen = sServiceNames.getLength(); in hasServiceName()146 if ( sServiceNames[ index ].equals( serviceName ) ) in hasServiceName()
199 String[] sServiceNames = xConn.getAvailableServiceNames(); in createTestEnvironment() local200 if (! sServiceNames[0].equals("com.sun.star.sdb.SingleSelectQueryComposer")) in createTestEnvironment()205 oInterface = (XInterface) xConn.createInstance( sServiceNames[0]); in createTestEnvironment()
146 Sequence<OUString> sServiceNames = in ExportMapEntry() local148 sal_Int32 nLength = sServiceNames.getLength(); in ExportMapEntry()151 OUString& rName = sServiceNames[i]; in ExportMapEntry()
535 static const OUString sServiceNames[2] = { in getSupportedServiceNames() local541 return uno::Sequence<OUString> (sServiceNames, 2); in getSupportedServiceNames()
608 static const OUString sServiceNames[2] = { in getSupportedServiceNames() local614 return uno::Sequence<OUString> (sServiceNames, 2); in getSupportedServiceNames()
750 static const OUString sServiceNames[3] = { in getSupportedServiceNames() local758 return uno::Sequence<OUString> (sServiceNames, 3); in getSupportedServiceNames()
519 static const OUString sServiceNames[2] = { in getSupportedServiceNames() local525 return uno::Sequence<OUString> (sServiceNames, 2); in getSupportedServiceNames()
1306 Sequence< ::rtl::OUString > sServiceNames = xSI->getSupportedServiceNames(); in lcl_getModuleHelpModuleName() local1307 const ::rtl::OUString* pLoop = sServiceNames.getConstArray(); in lcl_getModuleHelpModuleName()1308 for ( sal_Int32 i=0; i<sServiceNames.getLength(); ++i, ++pLoop ) in lcl_getModuleHelpModuleName()
Completed in 54 milliseconds