diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2017-05-06 04:47:46 +0300 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-06-12 13:11:14 +0200 |
commit | ed715a460254e4d72c78ff6eb244a9fc6692e2a6 (patch) | |
tree | 0bbfea1dd708eb5a8a13daeeee089eda8a02db62 /sc/inc/column.hxx | |
parent | 7260bb7160fe58ac63b6b5dd9a322805b1eacab4 (diff) |
tdf#95883 Select Unprotected Cells in Calc
Change-Id: I20a71f66154675de9c2c47ff32e859c899fe9103
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/37424
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 16a2733495b7..e4700e9e6e48 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -250,6 +250,7 @@ public: bool TestInsertCol( SCROW nStartRow, SCROW nEndRow) const; bool TestInsertRow( SCROW nStartRow, SCSIZE nSize ) const; void InsertRow( SCROW nStartRow, SCSIZE nSize ); + void GetUnprotectedCells(SCROW nStartRow, SCROW nEndRow, ScRangeList& rRangeList ) const; /** * @param nStartRow top row position |