From 163fbf7231b26ec645365020cbef829a027e020a Mon Sep 17 00:00:00 2001 From: Pranam Lashkari Date: Tue, 5 Jan 2021 20:43:57 +0530 Subject: Added uno command for formula range selection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I01cd06ed51197ffe21102fb1fd0fcdce88ab333b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108810 Tested-by: Jenkins CollaboraOffice Reviewed-by: Szymon Kłos (cherry picked from commit e8a9157878f156e599e66349d7fb60ca39e62514) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109746 Reviewed-by: Pranam Lashkari (cherry picked from commit 820984cdd2bc8f1bd8675606ec92eb42e01fff75) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109796 Tested-by: Jenkins --- sc/inc/sc.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/sc.hrc') 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) -- cgit