summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-10-24 07:33:08 +0000
committerSascha Ballach <sab@openoffice.org>2001-10-24 07:33:08 +0000
commit8ffd80d6af5996c2081ede80829a8e6ab497a604 (patch)
tree29e6acb24bede5c1daa713822d236625021d343b /sc/inc/cellsuno.hxx
parentbf956bd6d0ba91ac36dc70af4556f8a840148a39 (diff)
#92553#; cache the ScMarkData
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index f6d95a4cc9c6..cd80322fcb62 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cellsuno.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2001-10-23 11:14:49 $
+ * last change: $Author: sab $ $Date: 2001-10-24 08:33:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -278,6 +278,7 @@ private:
ScPatternAttr* pCurrentFlat;
ScPatternAttr* pCurrentDeep;
SfxItemSet* pCurrentDataSet;
+ ScMarkData* pMarkData;
ScRangeList aRanges;
BOOL bChartColAsHdr;
BOOL bChartRowAsHdr;
@@ -296,6 +297,7 @@ private:
const ScPatternAttr* GetCurrentAttrsFlat();
const ScPatternAttr* GetCurrentAttrsDeep();
SfxItemSet* GetCurrentDataSet();
+ const ScMarkData* GetMarkData();
void ForgetCurrentAttrs();
com::sun::star::uno::Reference<com::sun::star::sheet::XSheetCellRanges>