summaryrefslogtreecommitdiffstats
path: root/sc/inc/externalrefmgr.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2009-06-04 20:36:53 +0000
committerKurt Zenker <kz@openoffice.org>2009-06-04 20:36:53 +0000
commitadc000a73c3699f4d1d53ba7151eadd2ea5f8940 (patch)
tree62dafeef94488ac30450e312bdcce36c668a96cc /sc/inc/externalrefmgr.hxx
parentCWS-TOOLING: integrate CWS clnoundo (diff)
downloadcore-adc000a73c3699f4d1d53ba7151eadd2ea5f8940.tar.gz
core-adc000a73c3699f4d1d53ba7151eadd2ea5f8940.zip
CWS-TOOLING: integrate CWS calclinkfixes
2009-04-27 11:47:56 +0200 nn r271258 : #i101273# Uno broadcasts in DoRecalc/DoHardRecalc 2009-04-24 17:20:19 +0200 nn r271226 : #i101304# don't load source file of external ref for empty cells in the cached data 2009-04-24 14:15:43 +0200 nn r271212 : #i101319# handle merged cells and row groups when loading cached data for external refs
Diffstat (limited to 'sc/inc/externalrefmgr.hxx')
-rw-r--r--sc/inc/externalrefmgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx
index b4c63101ec70..07c8a6a6697f 100644
--- a/sc/inc/externalrefmgr.hxx
+++ b/sc/inc/externalrefmgr.hxx
@@ -173,7 +173,7 @@ public:
*/
ScExternalRefCache::TokenRef getCellData(
sal_uInt16 nFileId, const String& rTabName, SCCOL nCol, SCROW nRow,
- bool bEmptyCellOnNull, sal_uInt32* pnFmtIndex = NULL);
+ bool bEmptyCellOnNull, bool bWriteEmpty, sal_uInt32* pnFmtIndex);
/**
* Get a cached cell range data.
@@ -183,7 +183,7 @@ public:
* guaranteed if the TokenArrayRef is properly used..
*/
ScExternalRefCache::TokenArrayRef getCellRangeData(
- sal_uInt16 nFileId, const String& rTabName, const ScRange& rRange, bool bEmptyCellOnNull);
+ sal_uInt16 nFileId, const String& rTabName, const ScRange& rRange, bool bEmptyCellOnNull, bool bWriteEmpty);
ScExternalRefCache::TokenArrayRef getRangeNameTokens(sal_uInt16 nFileId, const String& rName);
void setRangeNameTokens(sal_uInt16 nFileId, const String& rName, TokenArrayRef pArray);