Searched refs:bWasVis (Results 1 – 1 of 1) sorted by relevance
2598 bool bWasVis = !ColHidden(nCol); in ShowCol() local2599 if (bWasVis != bShow) in ShowCol()2631 bool bWasVis = !RowHidden(nRow); in ShowRow() local2632 if (bWasVis != bShow) in ShowRow()2670 bool bWasVis = !RowHidden(nRow); in DBShowRow() local2673 if (bWasVis != bShow) in DBShowRow()2692 if (bWasVis != bShow) in DBShowRow()2719 bool bWasVis = !RowHidden(nStartRow, nEndRow); in DBShowRows() local2723 sal_Bool bChanged = ( bWasVis != bShow ); in DBShowRows()2779 bool bWasVis = !RowHidden(nStartRow, nEndRow); in ShowRows() local[all …]
Completed in 27 milliseconds