summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-10 14:00:59 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-10 16:05:21 +0200
commit80c233cddff5daca7ffa3fca0499f539fae5ce62 (patch)
tree4b591a1674dcfcac20ee8a6a46fbc6aba524e3bb /sc/inc/table.hxx
parent95803f44cfa0dc62b500e931e401e0593b0c3eae (diff)
search for hidden rows/columns and not filtered areas, fdo#48449
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r--sc/inc/table.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index cec3676f7dd0..0c440f9f4fe7 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -674,7 +674,7 @@ public:
/// @return the index of the last changed row (flags and row height, auto pagebreak is ignored).
SCROW GetLastChangedRow() const;
- bool IsDataFiltered() const;
+ bool IsDataFiltered(SCCOL nColStart, SCROW nRowStart, SCCOL nColEnd, SCROW nRowEnd) const;
sal_uInt8 GetColFlags( SCCOL nCol ) const;
sal_uInt8 GetRowFlags( SCROW nRow ) const;