Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dolinetab.cxx230 for ( short nMoveLevel = nDepth-1; nMoveLevel >= (short) nLevel; nMoveLevel-- ) in Insert() local
232 sal_uInt16 nCount = aCollections[nMoveLevel].GetCount(); in Insert()
236 ScOutlineEntry* pEntry = (ScOutlineEntry*) aCollections[nMoveLevel].At(i); in Insert()
240 if (nMoveLevel >= SC_OL_MAXDEPTH - 1) 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()
249 if (nMoveLevel == (short) nDepth - 1) in Insert()

Completed in 6 milliseconds