Searched refs:nFilterEnd (Results 1 – 1 of 1) sorted by relevance
423 SCROW nFilterEnd = i; in SelectLevel() local425 nFilterEnd = std::min( nThisEnd, nFilterEnd ); in SelectLevel()428 i = nFilterEnd; in SelectLevel()531 SCROW nFilterEnd = i; in ShowMarkedOutlines() local533 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() local706 nFilterEnd = std::min( nEnd, nFilterEnd ); in ShowOutline()708 pDoc->ShowRows( i, nFilterEnd, nTab, sal_True ); in ShowOutline()[all …]
Completed in 7 milliseconds