Lines Matching refs:nSubLevel
500 for (sal_uInt16 nSubLevel=nLevel+1; nSubLevel<nDepth; nSubLevel++) in SetVisibleBelow() local
503 pEntry = (ScOutlineEntry*) aCollections[nSubLevel].At(i); in SetVisibleBelow()
512 SetVisibleBelow( nSubLevel, i, bValue, sal_True ); in SetVisibleBelow()
516 pEntry = (ScOutlineEntry*) aCollections[nSubLevel].At(i); in SetVisibleBelow()
520 nSubLevel = nDepth; // Abbruch in SetVisibleBelow()
726 nSubLevel( 0 ), in ScSubOutlineIterator()
739 nSubLevel = nLevel + 1; in ScSubOutlineIterator()
750 if (nSubLevel >= nDepth) in GetNext()
753 pEntry = (ScOutlineEntry*) pArray->aCollections[nSubLevel].At(nSubEntry); in GetNext()
757 ++nSubLevel; in GetNext()
772 return nSubLevel; in LastLevel()
787 if (nSubLevel >= nDepth) in DeleteLast()
799 pArray->aCollections[nSubLevel].AtFree(nSubEntry); in DeleteLast()