Lines Matching refs:i

171 		for(sal_uInt16 i = 0; i < pImpl->aForbiddenArr.Count(); i++)  in Commit()  local
175 sPrefix += pImpl->aForbiddenArr[i]->aLocale.Language; in Commit()
176 DBG_ASSERT(pImpl->aForbiddenArr[i]->aLocale.Language.getLength(), "illegal language"); in Commit()
178 sPrefix += pImpl->aForbiddenArr[i]->aLocale.Country; in Commit()
181 pSetValues[nSetValue++].Value <<= pImpl->aForbiddenArr[i]->sStartChars; in Commit()
183 pSetValues[nSetValue++].Value <<= pImpl->aForbiddenArr[i]->sEndChars; in Commit()
226 for(sal_uInt16 i = 0; i < pImpl->aForbiddenArr.Count(); i++) in GetStartEndCharLocales() local
228 pRet[i] = pImpl->aForbiddenArr[i]->aLocale; in GetStartEndCharLocales()
239 for(sal_uInt16 i = 0; i < pImpl->aForbiddenArr.Count(); i++) in GetStartEndChars() local
241 if(rLocale.Language == pImpl->aForbiddenArr[i]->aLocale.Language && in GetStartEndChars()
242 rLocale.Country == pImpl->aForbiddenArr[i]->aLocale.Country) in GetStartEndChars()
244 rStartChars = pImpl->aForbiddenArr[i]->sStartChars; in GetStartEndChars()
245 rEndChars = pImpl->aForbiddenArr[i]->sEndChars; in GetStartEndChars()
259 for(sal_uInt16 i = 0; i < pImpl->aForbiddenArr.Count(); i++) in SetStartEndChars() local
261 if(rLocale.Language == pImpl->aForbiddenArr[i]->aLocale.Language && in SetStartEndChars()
262 rLocale.Country == pImpl->aForbiddenArr[i]->aLocale.Country) in SetStartEndChars()
266 pImpl->aForbiddenArr[i]->sStartChars = *pStartChars; in SetStartEndChars()
267 pImpl->aForbiddenArr[i]->sEndChars = *pEndChars; in SetStartEndChars()
270 pImpl->aForbiddenArr.DeleteAndDestroy(i, 1); in SetStartEndChars()