Home
last modified time | relevance | path

Searched refs:RowFiltered (Results 1 – 16 of 16) sorted by relevance

/aoo4110/main/sc/source/ui/docshell/
H A Dolinefun.cxx424 bool bFiltered = pDoc->RowFiltered( i, nTab, NULL, &nFilterEnd ); in SelectLevel()
532 bool bFiltered = pDoc->RowFiltered( i, nTab, NULL, &nFilterEnd ); in ShowMarkedOutlines()
705 bool bFiltered = pDoc->RowFiltered( i, nTab, NULL, &nFilterEnd ); in ShowOutline()
H A Dimpex.cxx1435 if (bIncludeFiltered || !pDoc->RowFiltered( nRow, aRange.aStart.Tab() )) in Doc2Text()
/aoo4110/main/sc/source/core/data/
H A Dtable5.cxx768 bool ScTable::RowFiltered(SCROW nRow, SCROW* pFirstRow, SCROW* pLastRow) const in RowFiltered() function in ScTable
810 bool bFiltered = RowFiltered(nRow, NULL, &nLastRow); in HasFilteredRows()
840 bool bFiltered = rTable.RowFiltered(nRow, NULL, &nLastRow); in CopyRowFiltered()
H A Ddociter.cxx345 if ( !bSubTotal || !pDoc->pTab[nTab]->RowFiltered( nRow-1 ) ) in GetThis()
1077 if ( !bSubTotal || !pDoc->pTab[nTab]->RowFiltered( nRow ) ) in GetThis()
1862 if ( !bSubTotal || !pDoc->pTab[nCurTab]->RowFiltered( nCurRow ) ) in GetNext()
H A Dtable3.cxx461 bool bRow1Filtered = RowFiltered(nRow1); in SwapRow()
462 bool bRow2Filtered = RowFiltered(nRow2); in SwapRow()
858 bBlockVis = !RowFiltered(nRow); in DoSubTotals()
H A Dtable2.cxx835 bool bFiltered = RowFiltered(i, NULL, &nLastRow); in CopyToTable()
3205 if (!RowFiltered(aRef.aStart.Row(), NULL, &nEndRow)) in RefVisible()
H A Ddocument.cxx2040 pCBFCP->pClipDoc->RowFiltered(nSourceRow, nFlagTab, NULL, &nLastRow); in CopyNonFilteredFromClip()
3697 bool ScDocument::RowFiltered(SCROW nRow, SCTAB nTab, SCROW* pFirstRow, SCROW* pLastRow) in RowFiltered() function in ScDocument
3702 return pTab[nTab]->RowFiltered(nRow, pFirstRow, pLastRow); in RowFiltered()
H A Dtable4.cxx638 if ( !RowFiltered(nRow) ) in FillAuto()
/aoo4110/main/sc/source/ui/view/
H A Dviewutil.cxx273 if (pDoc->RowFiltered(nRow, nTab, NULL, &nLastRow)) in UnmarkFiltered()
H A Dolinewin.cxx190 return !mbHoriz && GetDoc().RowFiltered( static_cast<SCROW>(nColRowIndex), GetTab() ); in IsFiltered()
/aoo4110/main/sc/source/ui/Accessibility/
H A DAccessibleCellBase.cxx98 bool bRowFiltered = mpDoc->RowFiltered(maCellAddress.Row(), maCellAddress.Tab()); in isVisible()
/aoo4110/main/sc/source/ui/app/
H A Dinputwin.cxx289 if (pDoc->RowFiltered(nRow, nTab)) in UseSubTotal()
/aoo4110/main/sc/inc/
H A Dtable.hxx754 bool RowFiltered(SCROW nRow, SCROW* pFirstRow = NULL, SCROW* pLastRow = NULL) const;
H A Ddocument.hxx1402 …bool RowFiltered(SCROW nRow, SCTAB nTab, SCROW* pFirstRow = NULL, SCROW* pL…
/aoo4110/main/sc/source/ui/unoobj/
H A Ddocuno.cxx3380 bool bVis = pDoc->RowFiltered(nStartRow, nTab); in getPropertyValue()
H A Dcellsuno.cxx9153 bool bVis = pDoc->RowFiltered(nRow, nTab); in GetOnePropertyValue()

Completed in 217 milliseconds