summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-09-23 19:12:31 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-09-23 20:37:55 +0200
commitc7ac093eb5d8e60e565d00c7f1b62f52f6b0402e (patch)
tree1716c73b577419c4835064cda33aa9cb91ac85fe /sc/inc
parentb848a2eb7ff2d58251d1f83356c6e6e7a74f23ea (diff)
inital work for new "Manage Names" dialog
still missing: * change the more button to something more modern * change the position of the range options to the place below the more button * insert/paste button is missing * last inserted item should be selected by default additional future improvements: * filters * search bar
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/document.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index ca9806385e6c..30a3639989b4 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -466,6 +466,7 @@ public:
*/
SC_DLLPUBLIC void GetAllTabRangeNames(ScRangeName::TabNameCopyMap& rRangeNames) const;
SC_DLLPUBLIC void SetAllTabRangeNames(const ScRangeName::TabNameCopyMap& rRangeNames);
+ void GetTabRangeNameMap(std::map<rtl::OUString, ScRangeName*>& rRangeName);
SC_DLLPUBLIC ScRangeName* GetRangeName(SCTAB nTab) const;
SC_DLLPUBLIC ScRangeName* GetRangeName() const;
void SetRangeName(SCTAB nTab, ScRangeName* pNew);