Lines Matching refs:i

416 		for (SCCOLROW i=nThisStart; i<=nThisEnd; i++)  in SelectLevel()  local
419 pDoc->ShowCol( static_cast<SCCOL>(i), nTab, bShow ); in SelectLevel()
423 SCROW nFilterEnd = i; in SelectLevel()
424 bool bFiltered = pDoc->RowFiltered( i, nTab, NULL, &nFilterEnd ); in SelectLevel()
427 pDoc->ShowRows( i, nFilterEnd, nTab, bShow ); in SelectLevel()
428 i = nFilterEnd; in SelectLevel()
471 SCCOLROW i; in ShowMarkedOutlines() local
507 for ( i=nMin; i<=nMax; i++ ) in ShowMarkedOutlines()
508 pDoc->ShowCol( static_cast<SCCOL>(i), nTab, sal_True ); in ShowMarkedOutlines()
528 for ( i=nMin; i<=nMax; i++ ) in ShowMarkedOutlines()
531 SCROW nFilterEnd = i; in ShowMarkedOutlines()
532 bool bFiltered = pDoc->RowFiltered( i, nTab, NULL, &nFilterEnd ); in ShowMarkedOutlines()
535 pDoc->ShowRows( i, nFilterEnd, nTab, sal_True ); in ShowMarkedOutlines()
536 i = nFilterEnd; in ShowMarkedOutlines()
580 sal_uInt16 i; in HideMarkedOutlines() local
614 for ( i=0; i<nCount; i++ ) in HideMarkedOutlines()
616 pEntry = pColArray->GetEntry(nColLevel,i); in HideMarkedOutlines()
621 HideOutline( nTab, sal_True, nColLevel, i, sal_False, sal_False, bApi ); in HideMarkedOutlines()
627 for ( i=0; i<nCount; i++ ) in HideMarkedOutlines()
629 pEntry = pRowArray->GetEntry(nRowLevel,i); in HideMarkedOutlines()
634 HideOutline( nTab, sal_False, nRowLevel, i, sal_False, sal_False, bApi ); in HideMarkedOutlines()
696 SCCOLROW i; in ShowOutline() local
697 for ( i = nStart; i <= nEnd; i++ ) in ShowOutline()
700 pDoc->ShowCol( static_cast<SCCOL>(i), nTab, sal_True ); in ShowOutline()
704 SCROW nFilterEnd = i; in ShowOutline()
705 bool bFiltered = pDoc->RowFiltered( i, nTab, NULL, &nFilterEnd ); in ShowOutline()
708 pDoc->ShowRows( i, nFilterEnd, nTab, sal_True ); in ShowOutline()
709 i = nFilterEnd; in ShowOutline()
721 for ( i = nSubStart; i <= nSubEnd; i++ ) in ShowOutline()
722 pDoc->ShowCol( static_cast<SCCOL>(i), nTab, sal_False ); in ShowOutline()
788 SCCOLROW i; in HideOutline() local
790 for ( i = nStart; i <= nEnd; i++ ) in HideOutline()
791 pDoc->ShowCol( static_cast<SCCOL>(i), nTab, sal_False ); in HideOutline()