Lines Matching refs:nLen

116     size_t nLen = rNew.size();  in Append()  local
117 for ( size_t i = 0; i < nLen; ++i) in Append()
127 sal_Int32 nLen = rNew.getLength(); in Append() local
129 for (sal_Int32 i = 0; i < nLen; ++i) in Append()
142 size_t nLen = aVec.size(); in Count() local
143 for (size_t i = 0; i < nLen; ++i) in Count()
157 sal_Int32 nLen = aVec.size(); in GetSequence() local
158 for (sal_Int32 i = 0; i < nLen; ++i) in GetSequence()
170 size_t nLen = aVec.size(); in Remove() local
171 for (size_t i = 0; i < nLen; ++i) in Remove()
193 sal_Int32 nLen = rEntry.aSvcRefs.getLength(); in SvcListHasLanguage() local
194 for (sal_Int32 k = 0; k < nLen && !bHasLanguage; ++k) in SvcListHasLanguage()
350 sal_Int32 nLen = pEntry->aSvcRefs.getLength(); in isValid_Impl() local
351 DBG_ASSERT( nLen == pEntry->aSvcImplNames.getLength(), in isValid_Impl()
353 DBG_ASSERT( pEntry->nLastTriedSvcIndex < nLen, in isValid_Impl()
394 && pEntry->nLastTriedSvcIndex < nLen - 1) in isValid_Impl()
409 while (i < nLen && (!bTmpResValid || sal_False == bTmpRes)) in isValid_Impl()
457 if (i == nLen) in isValid_Impl()
518 sal_Int32 nLen = pEntry->aSvcRefs.getLength(); in spell_Impl() local
519 DBG_ASSERT( nLen == pEntry->aSvcImplNames.getLength(), in spell_Impl()
521 DBG_ASSERT( pEntry->nLastTriedSvcIndex < nLen, in spell_Impl()
580 && pEntry->nLastTriedSvcIndex < nLen - 1) in spell_Impl()
596 while (i < nLen && (!bTmpResValid || xTmpRes.is())) in spell_Impl()
662 if (i == nLen) in spell_Impl()
812 sal_Int32 nLen = rSvcImplNames.getLength(); in SetServiceList() local
813 if (0 == nLen) in SetServiceList()
824 pEntry->aSvcRefs = Sequence< Reference < XSpellChecker > > ( nLen ); in SetServiceList()
829 pTmpEntry->aSvcRefs = Sequence< Reference < XSpellChecker > >( nLen ); in SetServiceList()