Lines Matching refs:i

74     for (sal_Int32 i = 0;  i < nLen  &&  !bRes;  ++i)  in lcl_SeqHasString()  local
76 if (rText == pSeq[i]) in lcl_SeqHasString()
103 sal_Int32 i; in GetAvailLocales() local
105 for (i = 0; i < nNames; ++i) in GetAvailLocales()
111 xFac->createInstanceWithArguments( pImplNames[i], aArgs ), uno::UNO_QUERY ); in GetAvailLocales()
143 for (i = 0; aIt != aLanguages.end(); ++aIt, ++i) in GetAvailLocales()
146 pRes[i] = CreateLocale( nLang ); in GetAvailLocales()
175 sal_Int32 i; in HasLanguage() local
177 for ( i = 0; i < nCnt; ++i) in HasLanguage()
179 if (nLanguage == pLang[i]) in HasLanguage()
182 return i < nCnt; in HasLanguage()
214 for (sal_Int32 i = 0; i < nLen; ++i) in SetAvailableCfgServiceLists() local
223 aPropName += pNodeNames[i]; in SetAvailableCfgServiceLists()
242 LanguageType nLang = MsLangId::convertIsoStringToLanguage( pNodeNames[i] ); in SetAvailableCfgServiceLists()
646 for (sal_Int32 i = 0; i < nLen; ++i) in Notify() local
651 const OUString &rName = pPropertyNames[i]; in Notify()
1131 for (int i = 0; i < nLen; ++i) in SetCfgServiceLists() local
1134 aTmp += pNames[i]; in SetCfgServiceLists()
1135 pNames[i] = aTmp; in SetCfgServiceLists()
1142 for (sal_Int32 i = 0; i < nLen; ++i) in SetCfgServiceLists() local
1145 if (pValues[i] >>= aSvcImplNames) in SetCfgServiceLists()
1151 String aLocaleStr( pNames[i] ); in SetCfgServiceLists()
1174 for (int i = 0; i < nLen; ++i) in SetCfgServiceLists() local
1177 aTmp += pNames[i]; in SetCfgServiceLists()
1178 pNames[i] = aTmp; in SetCfgServiceLists()
1185 for (sal_Int32 i = 0; i < nLen; ++i) in SetCfgServiceLists() local
1188 if (pValues[i] >>= aSvcImplNames) in SetCfgServiceLists()
1198 String aLocaleStr( pNames[i] ); in SetCfgServiceLists()
1221 for (int i = 0; i < nLen; ++i) in SetCfgServiceLists() local
1224 aTmp += pNames[i]; in SetCfgServiceLists()
1225 pNames[i] = aTmp; in SetCfgServiceLists()
1232 for (sal_Int32 i = 0; i < nLen; ++i) in SetCfgServiceLists() local
1235 if (pValues[i] >>= aSvcImplNames) in SetCfgServiceLists()
1245 String aLocaleStr( pNames[i] ); in SetCfgServiceLists()
1268 for (int i = 0; i < nLen; ++i) in SetCfgServiceLists() local
1271 aTmp += pNames[i]; in SetCfgServiceLists()
1272 pNames[i] = aTmp; in SetCfgServiceLists()
1279 for (sal_Int32 i = 0; i < nLen; ++i) in SetCfgServiceLists() local
1282 if (pValues[i] >>= aSvcImplNames) in SetCfgServiceLists()
1288 String aLocaleStr( pNames[i] ); in SetCfgServiceLists()
1450 for (size_t i = 0; i < nMaxCnt; ++i) in getAvailableServices() local
1452 const SvcInfo *pInfo = (*pInfoArray)[i]; in getAvailableServices()
1530 for (sal_Int32 i = 0; i < nLen && bRes; ++i) in IsEqSvcList() local
1686 for (sal_Int32 i = 0; i < nLen; ++i) in SaveCfgSvcs() local
1689 aSvcImplNames = pDsp->GetServiceList( pLocale[i] ); in SaveCfgSvcs()
1707 LocaleToLanguage( pLocale[i] ) ) ); in SaveCfgSvcs()
1965 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService() local
1966 if( pArray[i] == ServiceName ) in supportsService()