Lines Matching refs:i

94     for (size_t i = 0;  !bFound && i < nCnt;  ++i)  in HasEntry()  local
96 if (aVec[i] == rText) in HasEntry()
117 for ( size_t i = 0; i < nLen; ++i) in Append() local
119 const OUString &rText = rNew[i]; in Append()
129 for (sal_Int32 i = 0; i < nLen; ++i) in Append() local
131 const OUString &rText = pNew[i]; in Append()
143 for (size_t i = 0; i < nLen; ++i) in Count() local
145 if (aVec[i].getLength() != 0) in Count()
158 for (sal_Int32 i = 0; i < nLen; ++i) in GetSequence() local
160 const OUString &rText = aVec[i]; in GetSequence()
171 for (size_t i = 0; i < nLen; ++i) in Remove() local
173 OUString &rEntry = aVec[i]; in Remove()
356 sal_Int32 i = 0; in isValid_Impl() local
364 while (i <= pEntry->nLastTriedSvcIndex in isValid_Impl()
368 if (pRef[i].is() && pRef[i]->hasLocale( aLocale )) in isValid_Impl()
373 bTmpRes = pRef[i]->isValid( aChkWord, aLocale, rProperties ); in isValid_Impl()
388 ++i; in isValid_Impl()
409 while (i < nLen && (!bTmpResValid || sal_False == bTmpRes)) in isValid_Impl()
417 pImplNames[i], aArgs ), UNO_QUERY ); in isValid_Impl()
423 pRef [i] = xSpell; in isValid_Impl()
451 pEntry->nLastTriedSvcIndex = (sal_Int16) i; in isValid_Impl()
452 ++i; in isValid_Impl()
457 if (i == nLen) in isValid_Impl()
524 sal_Int32 i = 0; in spell_Impl() local
532 while (i <= pEntry->nLastTriedSvcIndex in spell_Impl()
536 if (pRef[i].is() && pRef[i]->hasLocale( aLocale )) in spell_Impl()
543 xTmpRes = pRef[i]->spell( aChkWord, aLocale, rProperties ); in spell_Impl()
574 ++i; in spell_Impl()
596 while (i < nLen && (!bTmpResValid || xTmpRes.is())) in spell_Impl()
604 pImplNames[i], aArgs ), UNO_QUERY ); in spell_Impl()
610 pRef [i] = xSpell; in spell_Impl()
656 pEntry->nLastTriedSvcIndex = (sal_Int16) i; in spell_Impl()
657 ++i; in spell_Impl()
662 if (i == nLen) in spell_Impl()