Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/docshell/
H A Dolinefun.cxx423 SCROW nFilterEnd = i; in SelectLevel() local
425 nFilterEnd = std::min( nThisEnd, nFilterEnd ); in SelectLevel()
428 i = nFilterEnd; in SelectLevel()
531 SCROW nFilterEnd = i; in ShowMarkedOutlines() local
533 nFilterEnd = std::min( nMax, nFilterEnd ); in ShowMarkedOutlines()
535 pDoc->ShowRows( i, nFilterEnd, nTab, sal_True ); in ShowMarkedOutlines()
536 i = nFilterEnd; in ShowMarkedOutlines()
704 SCROW nFilterEnd = i; in ShowOutline() local
706 nFilterEnd = std::min( nEnd, nFilterEnd ); in ShowOutline()
708 pDoc->ShowRows( i, nFilterEnd, nTab, sal_True ); in ShowOutline()
[all …]

Completed in 70 milliseconds