Searched refs:RowFiltered (Results 1 – 16 of 16) sorted by relevance
/aoo4110/main/sc/source/ui/docshell/ |
H A D | olinefun.cxx | 424 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 D | impex.cxx | 1435 if (bIncludeFiltered || !pDoc->RowFiltered( nRow, aRange.aStart.Tab() )) in Doc2Text()
|
/aoo4110/main/sc/source/core/data/ |
H A D | table5.cxx | 768 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 D | dociter.cxx | 345 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 D | table3.cxx | 461 bool bRow1Filtered = RowFiltered(nRow1); in SwapRow() 462 bool bRow2Filtered = RowFiltered(nRow2); in SwapRow() 858 bBlockVis = !RowFiltered(nRow); in DoSubTotals()
|
H A D | table2.cxx | 835 bool bFiltered = RowFiltered(i, NULL, &nLastRow); in CopyToTable() 3205 if (!RowFiltered(aRef.aStart.Row(), NULL, &nEndRow)) in RefVisible()
|
H A D | document.cxx | 2040 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 D | table4.cxx | 638 if ( !RowFiltered(nRow) ) in FillAuto()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | viewutil.cxx | 273 if (pDoc->RowFiltered(nRow, nTab, NULL, &nLastRow)) in UnmarkFiltered()
|
H A D | olinewin.cxx | 190 return !mbHoriz && GetDoc().RowFiltered( static_cast<SCROW>(nColRowIndex), GetTab() ); in IsFiltered()
|
/aoo4110/main/sc/source/ui/Accessibility/ |
H A D | AccessibleCellBase.cxx | 98 bool bRowFiltered = mpDoc->RowFiltered(maCellAddress.Row(), maCellAddress.Tab()); in isVisible()
|
/aoo4110/main/sc/source/ui/app/ |
H A D | inputwin.cxx | 289 if (pDoc->RowFiltered(nRow, nTab)) in UseSubTotal()
|
/aoo4110/main/sc/inc/ |
H A D | table.hxx | 754 bool RowFiltered(SCROW nRow, SCROW* pFirstRow = NULL, SCROW* pLastRow = NULL) const;
|
H A D | document.hxx | 1402 …bool RowFiltered(SCROW nRow, SCTAB nTab, SCROW* pFirstRow = NULL, SCROW* pL…
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 3380 bool bVis = pDoc->RowFiltered(nStartRow, nTab); in getPropertyValue()
|
H A D | cellsuno.cxx | 9153 bool bVis = pDoc->RowFiltered(nRow, nTab); in GetOnePropertyValue()
|
Completed in 204 milliseconds