diff options
author | Katarina Machalkova <kmachalkova@suse.cz> | 2011-04-12 23:50:03 +0200 |
---|---|---|
committer | Katarina Machalkova <kmachalkova@suse.cz> | 2011-04-12 23:50:03 +0200 |
commit | 2c2ea10d446b32d24f6268116093969b454f47b8 (patch) | |
tree | 4d374e47ffd3777e2ac3d199e8f748fa093ffeb9 /sc/inc/table.hxx | |
parent | 0ebbbaccdb81fa12c75c25b2809558d1421d2bd4 (diff) |
fdo#35345: Don't overwrite hidden cells in drag-fill operation
Also i#89232. Extracting relevant parts from 'calc66' CWS
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index 14f8ddf821bb..634acac0be6c 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -690,6 +690,7 @@ public: /// @return the index of the last changed row (flags and row height, auto pagebreak is ignored). SCROW GetLastChangedRow() const; + sal_Bool IsDataFiltered() const; sal_uInt8 GetColFlags( SCCOL nCol ) const; sal_uInt8 GetRowFlags( SCROW nRow ) const; |