diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-10 14:00:59 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-10 16:05:21 +0200 |
commit | 80c233cddff5daca7ffa3fca0499f539fae5ce62 (patch) | |
tree | 4b591a1674dcfcac20ee8a6a46fbc6aba524e3bb /sc/inc/table.hxx | |
parent | 95803f44cfa0dc62b500e931e401e0593b0c3eae (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.hxx | 2 |
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; |