Lines Matching refs:nCount

147         sal_uInt16 nCount = rArray.aCollections[nLevel].GetCount();  in ScOutlineArray()  local
148 for (sal_uInt16 nEntry=0; nEntry<nCount; nEntry++) in ScOutlineArray()
167 sal_uInt16 nCount = pCollect->GetCount(); in FindEntry() local
168 for (sal_uInt16 i=0; i<nCount; i++) in FindEntry()
232 sal_uInt16 nCount = aCollections[nMoveLevel].GetCount(); in Insert() local
234 for ( sal_uInt16 i=0; i<nCount; i += bMoved ? 0 : 1 ) in Insert()
247 nCount = aCollections[nMoveLevel].GetCount(); in Insert()
313 sal_uInt16 nCount = pCollect->GetCount(); in FindTouchedLevel() local
314 for (sal_uInt16 i=0; i<nCount; i++) in FindTouchedLevel()
337 sal_uInt16 nCount = pCollect->GetCount(); in RemoveSub() local
339 for ( sal_uInt16 i=0; i<nCount; i += ( bFound ? 0 : 1 ) ) in RemoveSub()
350 nCount = pCollect->GetCount(); in RemoveSub()
367 sal_uInt16 nCount = pCollect->GetCount(); in PromoteSub() local
369 for ( sal_uInt16 i=0; i<nCount; i += ( bFound ? 0 : 1 ) ) in PromoteSub()
380 nCount = pCollect->GetCount(); in PromoteSub()
412 sal_uInt16 nCount = pCollect->GetCount(); in Remove() local
415 for ( sal_uInt16 i=0; i<nCount; i += ( bFound ? 0 : 1 ) ) in Remove()
427 nCount = pCollect->GetCount(); in Remove()
453 sal_uInt16 nCount = GetCount( nLevel ); in GetEntryByPos() local
456 for (sal_uInt16 nIndex = 0; nIndex < nCount; nIndex++) in GetEntryByPos()
468 sal_uInt16 nCount = GetCount( nLevel ); in GetEntryIndex() local
469 for ( rnIndex = 0; rnIndex < nCount; ++rnIndex ) in GetEntryIndex()
482 sal_uInt16 nCount = GetCount( nLevel ); in GetEntryIndexInRange() local
483 for ( rnIndex = 0; rnIndex < nCount; ++rnIndex ) in GetEntryIndexInRange()
527 sal_uInt16 nCount = aCollections[0].GetCount(); in GetRange() local
528 if (nCount) in GetRange()
531 rEnd = ((ScOutlineEntry*) aCollections[0].At(nCount-1))->GetEnd(); in GetRange()
539 sal_uInt16 nCount; in ExtendBlock() local
545 nCount = GetCount(nLevel); in ExtendBlock()
546 for ( i=0; i<nCount; i++ ) in ExtendBlock()
562 sal_uInt16 nCount = aCollections[0].GetCount(); in TestInsertSpace() local
563 if (nCount) in TestInsertSpace()
565 SCCOLROW nEnd = ((ScOutlineEntry*) aCollections[0].At(nCount-1))->GetEnd(); in TestInsertSpace()