Lines Matching refs:aCollections

147         sal_uInt16 nCount = rArray.aCollections[nLevel].GetCount();  in ScOutlineArray()
150 ScOutlineEntry* pEntry = (ScOutlineEntry*) rArray.aCollections[nLevel].At(nEntry); in ScOutlineArray()
151 aCollections[nLevel].Insert( new ScOutlineEntry( *pEntry ) ); in ScOutlineArray()
166 ScOutlineCollection* pCollect = &aCollections[nLevel]; in FindEntry()
209 if ( ((ScOutlineEntry*)aCollections[nStartLevel-1].At(nStartIndex))-> in Insert()
213 if ( ((ScOutlineEntry*)aCollections[nEndLevel-1].At(nEndIndex))-> in Insert()
232 sal_uInt16 nCount = aCollections[nMoveLevel].GetCount(); in Insert()
236 ScOutlineEntry* pEntry = (ScOutlineEntry*) aCollections[nMoveLevel].At(i); in Insert()
245 aCollections[nMoveLevel+1].Insert( new ScOutlineEntry( *pEntry ) ); in Insert()
246 aCollections[nMoveLevel].AtFree( i ); in Insert()
247 nCount = aCollections[nMoveLevel].GetCount(); in Insert()
300 aCollections[nLevel].Insert( pNewEntry ); in Insert()
312 const ScOutlineCollection* pCollect = &aCollections[nLevel]; in FindTouchedLevel()
336 ScOutlineCollection* pCollect = &aCollections[nLevel]; in RemoveSub()
366 ScOutlineCollection* pCollect = &aCollections[nLevel]; in PromoteSub()
378 aCollections[nLevel-1].Insert( new ScOutlineEntry( *pEntry ) ); in PromoteSub()
395 if (aCollections[nDepth-1].GetCount() == 0) in DecDepth()
411 ScOutlineCollection* pCollect = &aCollections[nLevel]; in Remove()
443 return (ScOutlineEntry*)((nLevel < nDepth) ? aCollections[nLevel].At(nIndex) : NULL); in GetEntry()
448 return (nLevel < nDepth) ? aCollections[nLevel].GetCount() : 0; in GetCount()
503 pEntry = (ScOutlineEntry*) aCollections[nSubLevel].At(i); in SetVisibleBelow()
516 pEntry = (ScOutlineEntry*) aCollections[nSubLevel].At(i); in SetVisibleBelow()
527 sal_uInt16 nCount = aCollections[0].GetCount(); in GetRange()
530 rStart = ((ScOutlineEntry*) aCollections[0].At(0))->GetStart(); in GetRange()
531 rEnd = ((ScOutlineEntry*) aCollections[0].At(nCount-1))->GetEnd(); in GetRange()
548 pEntry = (ScOutlineEntry*) aCollections[nLevel].At(i); in ExtendBlock()
562 sal_uInt16 nCount = aCollections[0].GetCount(); in TestInsertSpace()
565 SCCOLROW nEnd = ((ScOutlineEntry*) aCollections[0].At(nCount-1))->GetEnd(); in TestInsertSpace()
673 aCollections[nLevel].FreeAll(); in RemoveAll()
736 ScOutlineEntry* pEntry = (ScOutlineEntry*) pArray->aCollections[nLevel].At(nEntry); in ScSubOutlineIterator()
753 pEntry = (ScOutlineEntry*) pArray->aCollections[nSubLevel].At(nSubEntry); in GetNext()
799 pArray->aCollections[nSubLevel].AtFree(nSubEntry); in DeleteLast()