Home
last modified time | relevance | path

Searched refs:ShowRows (Results 1 – 25 of 26) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Dolinefun.cxx405 rDoc.ShowRows( i, nFilterEnd, nTab, bShow ); in SelectLevel()
515 rDoc.ShowRows( i, nFilterEnd, nTab, true ); in ShowMarkedOutlines()
685 rDoc.ShowRows( i, nFilterEnd, nTab, true ); in ShowOutline()
701 rDoc.ShowRows( nSubStart, nSubEnd, nTab, false ); in ShowOutline()
770 rDoc.ShowRows( nStart, nEnd, nTab, false ); in HideOutline()
H A Ddocfunc.cxx3731 rDoc.ShowRows( nStartNo, nEndNo, nTab, true ); in SetWidthOrHeight()
3744 rDoc.ShowRows( nStartNo, nEndNo, nTab, nSizeTwips != 0 ); in SetWidthOrHeight()
3748 rDoc.ShowRows( nStartNo, nEndNo, nTab, true ); in SetWidthOrHeight()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Dolinefun.cxx404 rDoc.ShowRows( i, nFilterEnd, nTab, bShow ); in SelectLevel()
515 rDoc.ShowRows( i, nFilterEnd, nTab, true ); in ShowMarkedOutlines()
685 rDoc.ShowRows( i, nFilterEnd, nTab, true ); in ShowOutline()
701 rDoc.ShowRows( nSubStart, nSubEnd, nTab, false ); in ShowOutline()
770 rDoc.ShowRows( nStart, nEnd, nTab, false ); in HideOutline()
H A Ddocfunc.cxx3698 rDoc.ShowRows( nStartNo, nEndNo, nTab, true ); in SetWidthOrHeight()
3711 rDoc.ShowRows( nStartNo, nEndNo, nTab, nSizeTwips != 0 ); in SetWidthOrHeight()
3715 rDoc.ShowRows( nStartNo, nEndNo, nTab, true ); in SetWidthOrHeight()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dcolrowst.cxx331 rDoc.ShowRows( mnLastScRow + 1, rDoc.MaxRow(), nScTab, false ); in ConvertHiddenFlags()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dcolrowst.cxx331 rDoc.ShowRows( mnLastScRow + 1, rDoc.MaxRow(), nScTab, false ); in ConvertHiddenFlags()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Dfilters-test.cxx570 rDoc.ShowRows(0, 9, 0, true); // show relevant rows in testLegacyCellAnchoredRotatedShape()
H A Ducalc.cxx2736 m_pDoc->ShowRows(0, 100, 0, false); in testGraphicsInGroup()
2740 m_pDoc->ShowRows(0, 100, 0, true); in testGraphicsInGroup()
2749 m_pDoc->ShowRows(0, 100, 0, false); in testGraphicsInGroup()
2759 m_pDoc->ShowRows(0, 100, 0, true); in testGraphicsInGroup()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Dfilters-test.cxx607 rDoc.ShowRows(0, 9, 0, true); // show relevant rows in testLegacyCellAnchoredRotatedShape()
H A Ducalc.cxx3068 m_pDoc->ShowRows(0, 100, 0, false); in testGraphicsInGroup()
3072 m_pDoc->ShowRows(0, 100, 0, true); in testGraphicsInGroup()
3081 m_pDoc->ShowRows(0, 100, 0, false); in testGraphicsInGroup()
3088 m_pDoc->ShowRows(0, 100, 0, true); in testGraphicsInGroup()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddocumentimport.cxx596 getDoc().ShowRows(nRowStart, nRowEnd, nTab, false); in setRowsVisible()
H A Ddocument.cxx4297 void ScDocument::ShowRows(SCROW nRow1, SCROW nRow2, SCTAB nTab, bool bShow) in ShowRows() function in ScDocument
4300 maTabs[nTab]->ShowRows( nRow1, nRow2, bShow ); in ShowRows()
H A Dtable2.cxx3426 void ScTable::ShowRows(SCROW nRow1, SCROW nRow2, bool bShow) in ShowRows() function in ScTable
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dviewfunc.cxx2180 rDoc.ShowRows( nStartNo, nEndNo, nTab, true ); in SetWidthOrHeight()
2193 rDoc.ShowRows( nStartNo, nEndNo, nTab, nSizeTwips != 0 ); in SetWidthOrHeight()
2202 rDoc.ShowRows( nStartNo, nEndNo, nTab, true ); in SetWidthOrHeight()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dviewfunc.cxx2165 rDoc.ShowRows( nStartNo, nEndNo, nTab, true ); in SetWidthOrHeight()
2178 rDoc.ShowRows( nStartNo, nEndNo, nTab, nSizeTwips != 0 ); in SetWidthOrHeight()
2187 rDoc.ShowRows( nStartNo, nEndNo, nTab, true ); in SetWidthOrHeight()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddocumentimport.cxx614 getDoc().ShowRows(nRowStart, nRowEnd, nTab, false); in setRowsVisible()
H A Ddocument.cxx4340 void ScDocument::ShowRows(SCROW nRow1, SCROW nRow2, SCTAB nTab, bool bShow) in ShowRows() function in ScDocument
4343 maTabs[nTab]->ShowRows( nRow1, nRow2, bShow ); in ShowRows()
H A Dtable2.cxx3639 void ScTable::ShowRows(SCROW nRow1, SCROW nRow2, bool bShow) in ShowRows() function in ScTable
/dports/devel/upp/upp/uppsrc/GridCtrl/
H A DGridCtrl.cpp449 ShowRows(); in SetFindOpts()
7683 void GridCtrl::ShowRows(bool repaint) in ShowRows() function in Upp::GridCtrl
7712 ShowRows(true); in ShowMatchedRows()
7851 ShowRows(true); in ClearFound()
H A DGridCtrl.h1207 void ShowRows(bool repaint = false);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dtable.hxx836 void ShowRows(SCROW nRow1, SCROW nRow2, bool bShow);
H A Ddocument.hxx1894 SC_DLLPUBLIC void ShowRows(SCROW nRow1, SCROW nRow2, SCTAB nTab, bool bShow);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dtable.hxx855 void ShowRows(SCROW nRow1, SCROW nRow2, bool bShow);
H A Ddocument.hxx1937 SC_DLLPUBLIC void ShowRows(SCROW nRow1, SCROW nRow2, SCTAB nTab, bool bShow);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog1172005 SetRowHidden() is more light-weight than ShowRows(). Let's stick with

12