summaryrefslogtreecommitdiff
path: root/sc/inc/rangenam.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-04-19 23:26:16 +0200
committerEike Rathke <erack@redhat.com>2012-04-19 23:26:16 +0200
commit409f11ae387c859dcf9275c08093649a676e1f9e (patch)
tree1d72e2c89f33b93a31f8f0aa275247819e9c2e7e /sc/inc/rangenam.hxx
parent791687613a66c13ee9f5f12b9859bc4ed0eff67e (diff)
fdo#48856 update sheet-local named expressions correctly
* Named expression must be updated before any formulas that would access them. * Handle all ocName tokens differentiating between global and sheet-local names.
Diffstat (limited to 'sc/inc/rangenam.hxx')
-rw-r--r--sc/inc/rangenam.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/rangenam.hxx b/sc/inc/rangenam.hxx
index 2e3c007adb1c..dfb7d9e5bca2 100644
--- a/sc/inc/rangenam.hxx
+++ b/sc/inc/rangenam.hxx
@@ -201,7 +201,7 @@ public:
SC_DLLPUBLIC const ScRangeData* findByRange(const ScRange& rRange) const;
SC_DLLPUBLIC ScRangeData* findByUpperName(const rtl::OUString& rName);
SC_DLLPUBLIC const ScRangeData* findByUpperName(const rtl::OUString& rName) const;
- SC_DLLPUBLIC ScRangeData* findByIndex(sal_uInt16 i);
+ SC_DLLPUBLIC ScRangeData* findByIndex(sal_uInt16 i) const;
void UpdateReference(UpdateRefMode eUpdateRefMode, const ScRange& rRange,
SCsCOL nDx, SCsROW nDy, SCsTAB nDz, bool bLocal = false);
void UpdateTabRef(SCTAB nTable, sal_uInt16 nFlag, SCTAB nNewTable = 0, SCTAB nNewSheets = 1);