Searched refs:nSubLevel (Results 1 – 3 of 3) sorted by relevance
500 for (sal_uInt16 nSubLevel=nLevel+1; nSubLevel<nDepth; nSubLevel++) in SetVisibleBelow() local503 pEntry = (ScOutlineEntry*) aCollections[nSubLevel].At(i); 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()757 ++nSubLevel; in GetNext()772 return nSubLevel; in LastLevel()787 if (nSubLevel >= nDepth) in DeleteLast()[all …]
3062 sal_uInt16 nSubLevel = rSubEntry.Level(); in Contains() local3063 if ( nThisLevel < nSubLevel ) in Contains()3065 for ( ; nThisLevel; --nThisLevel, --nSubLevel ) in Contains()3066 if ( (*this)[nThisLevel-1] != rSubEntry[nSubLevel-1] ) in Contains()
158 sal_uInt16 nSubLevel; member in ScSubOutlineIterator
Completed in 36 milliseconds