diff options
author | Pranam Lashkari <lpranam@collabora.com> | 2021-01-05 20:43:57 +0530 |
---|---|---|
committer | Pranam Lashkari <lpranam@collabora.com> | 2021-01-30 08:05:54 +0100 |
commit | 163fbf7231b26ec645365020cbef829a027e020a (patch) | |
tree | 105be1ac6203289e8d149f29bb8cee418d88a845 /sc/inc/sc.hrc | |
parent | ab91f93cfb0e16462a7979b12e3e3de843527548 (diff) |
Added uno command for formula range selection
Change-Id: I01cd06ed51197ffe21102fb1fd0fcdce88ab333b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108810
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
(cherry picked from commit e8a9157878f156e599e66349d7fb60ca39e62514)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109746
Reviewed-by: Pranam Lashkari <lpranam@collabora.com>
(cherry picked from commit 820984cdd2bc8f1bd8675606ec92eb42e01fff75)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109796
Tested-by: Jenkins
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index bb8652429b27..4f7ed6980636 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -603,7 +603,7 @@ #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) // idl parameter #define SID_SORT_BYROW (SC_PARAM_START) |