summaryrefslogtreecommitdiff
path: root/sc/inc/rangeutl.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2021-03-30 19:04:55 +0200
committerEike Rathke <erack@redhat.com>2021-03-30 22:28:45 +0200
commitfb68609fadc7fd46c44f404ac611d87e2cc03ea0 (patch)
tree4f5e06c4895503457e7764a941cfa1e9b9abce56 /sc/inc/rangeutl.hxx
parenta69ad67504b32dd644902d8acf4c2a0fef86d3c7 (diff)
Related: tdf#137577 Be able to select a global named range from Name Box
... if an identical sheet-local name exists. Change-Id: I6d92a7ed93e81da64f60c26fd81eb6775582b053 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113384 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'sc/inc/rangeutl.hxx')
-rw-r--r--sc/inc/rangeutl.hxx9
1 files changed, 8 insertions, 1 deletions
diff --git a/sc/inc/rangeutl.hxx b/sc/inc/rangeutl.hxx
index aca68c6c3def..2f4a988725be 100644
--- a/sc/inc/rangeutl.hxx
+++ b/sc/inc/rangeutl.hxx
@@ -32,7 +32,14 @@ class ScArea;
class ScDocument;
class ScRangeList;
-enum RutlNameScope { RUTL_NONE=0, RUTL_NAMES, RUTL_DBASE };
+enum RutlNameScope
+{
+ RUTL_NONE = 0,
+ RUTL_NAMES,
+ RUTL_NAMES_LOCAL,
+ RUTL_NAMES_GLOBAL,
+ RUTL_DBASE
+};
class SC_DLLPUBLIC ScRangeUtil
{