Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/data/
H A Dolinetab.cxx500 for (sal_uInt16 nSubLevel=nLevel+1; nSubLevel<nDepth; nSubLevel++) in SetVisibleBelow() local
503 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 …]
/aoo4110/main/tools/source/fsys/
H A Ddirent.cxx3062 sal_uInt16 nSubLevel = rSubEntry.Level(); in Contains() local
3063 if ( nThisLevel < nSubLevel ) in Contains()
3065 for ( ; nThisLevel; --nThisLevel, --nSubLevel ) in Contains()
3066 if ( (*this)[nThisLevel-1] != rSubEntry[nSubLevel-1] ) in Contains()
/aoo4110/main/sc/inc/
H A Dolinetab.hxx158 sal_uInt16 nSubLevel; member in ScSubOutlineIterator

Completed in 39 milliseconds