diff options
author | Tünde Tóth <toth.tunde@nisz.hu> | 2021-02-15 13:45:54 +0100 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2021-02-17 13:20:54 +0100 |
commit | f89f806c88a8374e1dfd1d09747801377b8c0f36 (patch) | |
tree | 768186c8559d41271bf9d2103c4c41a26b4bc124 /sc/inc/sc.hrc | |
parent | 7943752b9e85c44460f3663560b086b6fc26f91e (diff) |
tdf#36466 calc UI: add option to Select Visible Cells Only
Implement "Select Visible Cells Only" option to deselect
the cells of the hidden rows in the actual selection.
Change-Id: Ifa5a5c3aeeb45a7960a387d91b176cc66733ab10
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110937
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 4f7ed6980636..55be197e79c4 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -603,7 +603,8 @@ #define FID_DELETE_ALL_NOTES (SID_NEW_SLOTS+104) #define SID_SCATTR_CELLPROTECTION (SID_NEW_SLOTS+105) #define SID_SELECT_UNPROTECTED_CELLS (SID_NEW_SLOTS+106) -#define SID_CURRENT_FORMULA_RANGE (SID_NEW_SLOTS+107) +#define SID_SELECT_VISIBLE_CELLS (SID_NEW_SLOTS+107) +#define SID_CURRENT_FORMULA_RANGE (SID_NEW_SLOTS+108) // idl parameter #define SID_SORT_BYROW (SC_PARAM_START) |