Lines Matching refs:bShow

2594 void ScTable::ShowCol(SCCOL nCol, bool bShow)  in ShowCol()  argument
2599 if (bWasVis != bShow) in ShowCol()
2606 if (bShow) in ShowCol()
2612 SetColHidden(nCol, nCol, !bShow); in ShowCol()
2627 void ScTable::ShowRow(SCROW nRow, bool bShow) in ShowRow() argument
2632 if (bWasVis != bShow) in ShowRow()
2639 if (bShow) in ShowRow()
2647 SetRowHidden(nRow, nRow, !bShow); in ShowRow()
2648 if (bShow) in ShowRow()
2666 void ScTable::DBShowRow(SCROW nRow, bool bShow) in DBShowRow() argument
2673 if (bWasVis != bShow) in DBShowRow()
2678 if (bShow) in DBShowRow()
2688 SetRowHidden(nRow, nRow, !bShow); in DBShowRow()
2689 SetRowFiltered(nRow, nRow, !bShow); in DBShowRow()
2692 if (bWasVis != bShow) in DBShowRow()
2699 UpdateOutlineRow( nRow, nRow, bShow ); in DBShowRow()
2711 void ScTable::DBShowRows(SCROW nRow1, SCROW nRow2, bool bShow, bool bSetFlags) in DBShowRows() argument
2723 sal_Bool bChanged = ( bWasVis != bShow ); in DBShowRows()
2730 if (bShow) in DBShowRows()
2741 SetRowHidden(nStartRow, nEndRow, !bShow); in DBShowRows()
2742 SetRowFiltered(nStartRow, nEndRow, !bShow); in DBShowRows()
2759 UpdateOutlineRow( nRow1, nRow2, bShow ); in DBShowRows()
2763 void ScTable::ShowRows(SCROW nRow1, SCROW nRow2, bool bShow) in ShowRows() argument
2783 sal_Bool bChanged = ( bWasVis != bShow ); in ShowRows()
2789 if (bShow) in ShowRows()
2800 SetRowHidden(nStartRow, nEndRow, !bShow); in ShowRows()
2801 if (bShow) in ShowRows()
2820 SetRowHidden(nRow1, nRow2, !bShow); in ShowRows()
2821 if (bShow) in ShowRows()
2828 if ( bShow ) in ShowRows()
2966 sal_Bool ScTable::UpdateOutlineCol( SCCOL nStartCol, SCCOL nEndCol, sal_Bool bShow ) in UpdateOutlineCol() argument
2971 return pOutlineTable->GetColArray()->ManualAction( nStartCol, nEndCol, bShow, *this, true ); in UpdateOutlineCol()
2978 sal_Bool ScTable::UpdateOutlineRow( SCROW nStartRow, SCROW nEndRow, sal_Bool bShow ) in UpdateOutlineRow() argument
2981 return pOutlineTable->GetRowArray()->ManualAction( nStartRow, nEndRow, bShow, *this, false ); in UpdateOutlineRow()