Home
last modified time | relevance | path

Searched refs:SetRowFiltered (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dtable2.cxx839 pDestTab->SetRowFiltered(i, nLastRow, bFiltered); in CopyToTable()
2649 SetRowFiltered(nRow, nRow, false); in ShowRow()
2689 SetRowFiltered(nRow, nRow, !bShow); in DBShowRow()
2742 SetRowFiltered(nStartRow, nEndRow, !bShow); in DBShowRows()
2802 SetRowFiltered(nStartRow, nEndRow, false); in ShowRows()
2822 SetRowFiltered(nRow1, nRow2, false); in ShowRows()
H A Dtable3.cxx463 SetRowFiltered(nRow1, nRow1, bRow2Filtered); in SwapRow()
464 SetRowFiltered(nRow2, nRow2, bRow1Filtered); in SwapRow()
1603 SetRowFiltered(aParam.nRow1 + nHeader, aParam.nRow2, false); in Query()
1616 SetRowFiltered(nStartRow, nEndRow, true); in Query()
H A Dtable5.cxx843 SetRowFiltered(nRow, nLastRow, bFiltered); in CopyRowFiltered()
848 void ScTable::SetRowFiltered(SCROW nStartRow, SCROW nEndRow, bool bFiltered) in SetRowFiltered() function in ScTable
H A Ddocument.cxx3723 void ScDocument::SetRowFiltered(SCROW nStartRow, SCROW nEndRow, SCTAB nTab, bool bFiltered) in SetRowFiltered() function in ScDocument
3728 pTab[nTab]->SetRowFiltered(nStartRow, nEndRow, bFiltered); in SetRowFiltered()
/trunk/main/sc/source/filter/excel/
H A Dcolrowst.cxx313 rDoc.SetRowFiltered(nScRow, nScRow, nScTab, true); in ConvertHiddenFlags()
/trunk/main/sc/source/filter/xml/
H A Dxmlrowi.cxx224 … pDoc->SetRowFiltered((SCROW)nFirstRow, (SCROW)nCurrentRow, (SCTAB)nSheet, true); in EndElement()
/trunk/main/sc/inc/
H A Dtable.hxx759 void SetRowFiltered(SCROW nStartRow, SCROW nEndRow, bool bFiltered);
H A Ddocument.hxx1405 …SC_DLLPUBLIC void SetRowFiltered(SCROW nStartRow, SCROW nEndRow, SCTAB nTab, bool bFilte…
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx3324 pDoc->SetRowFiltered(nStartRow, nEndRow, nTab, true); in setPropertyValue()
3326 pDoc->SetRowFiltered(nStartRow, nEndRow, nTab, false); in setPropertyValue()
H A Dcellsuno.cxx9095 pDoc->SetRowFiltered(nRow, nRow, nTab, bFil); in SetOnePropertyValue()

Completed in 161 milliseconds