summaryrefslogtreecommitdiffstats
path: root/sc/inc/externalrefmgr.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-10-15 18:56:22 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-10-15 20:10:28 +0200
commit65dedbd9c776afd9adf513336df80ef50d30934e (patch)
tree26510b8430cad6376203f71f72e434ed932428e0 /sc/inc/externalrefmgr.hxx
parentcoverity#1327168 see if stock SuppressWarnings is sufficient to (diff)
downloadcore-65dedbd9c776afd9adf513336df80ef50d30934e.tar.gz
core-65dedbd9c776afd9adf513336df80ef50d30934e.zip
store external range names in the cache, td#88179
Change-Id: I00b41f9b1fc2aec6f66c613cc02328b2968dca8d
Diffstat (limited to 'sc/inc/externalrefmgr.hxx')
-rw-r--r--sc/inc/externalrefmgr.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx
index d29006fbc5a3..af8921d17069 100644
--- a/sc/inc/externalrefmgr.hxx
+++ b/sc/inc/externalrefmgr.hxx
@@ -234,6 +234,7 @@ public:
ScExternalRefCache::TokenArrayRef getRangeNameTokens(sal_uInt16 nFileId, const OUString& rName);
void setRangeNameTokens(sal_uInt16 nFileId, const OUString& rName, TokenArrayRef pArray);
bool isValidRangeName(sal_uInt16 nFileId, const OUString& rName) const;
+ void setRangeName(sal_uInt16 nFileId, const OUString& rName);
void setCellData(sal_uInt16 nFileId, const OUString& rTabName,
SCCOL nCol, SCROW nRow, TokenRef pToken, sal_uLong nFmtIndex);