Home
last modified time | relevance | path

Searched refs:ColFiltered (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/sc/source/core/data/
H A Dtable5.cxx786 bool ScTable::ColFiltered(SCCOL nCol, SCCOL* pFirstCol, SCCOL* pLastCol) const in ColFiltered() function in ScTable
825 bool bFiltered = rTable.ColFiltered(nCol, NULL, &nLastCol); in CopyColFiltered()
H A Ddocument.cxx3713 bool ScDocument::ColFiltered(SCCOL nCol, SCTAB nTab, SCCOL* pFirstCol, SCCOL* pLastCol) in ColFiltered() function in ScDocument
3718 return pTab[nTab]->ColFiltered(nCol, pFirstCol, pLastCol); in ColFiltered()
/aoo4110/main/sc/source/ui/Accessibility/
H A DAccessibleCellBase.cxx97 bool bColFiltered = mpDoc->ColFiltered(maCellAddress.Col(), maCellAddress.Tab()); in isVisible()
/aoo4110/main/sc/inc/
H A Dtable.hxx755 bool ColFiltered(SCCOL nCol, SCCOL* pFirstCol = NULL, SCCOL* pLastCol = NULL) const;
H A Ddocument.hxx1404 …bool ColFiltered(SCCOL nCol, SCTAB nTab, SCCOL* pFirstCol = NULL, SCCOL* pL…

Completed in 79 milliseconds