Home
last modified time | relevance | path

Searched refs:aCollections (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dolinetab.cxx147 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()
[all …]
/trunk/main/sc/inc/
H A Dolinetab.hxx82 ScOutlineCollection aCollections[SC_OL_MAXDEPTH]; member in ScOutlineArray