summaryrefslogtreecommitdiff
path: root/sc/inc/dociter.hxx
diff options
context:
space:
mode:
authorLászló Németh <laszlo.nemeth@collabora.com>2015-02-17 16:43:38 +0100
committerLászló Németh <laszlo.nemeth@collabora.com>2015-02-17 16:47:04 +0100
commit4de4f1fd1125bc8cf6059cf143bb76d1ab212434 (patch)
tree999a6a447a12fd4e40b0e6e8915e32b5e6ada2d4 /sc/inc/dociter.hxx
parent4ed53dffa64670fafe298826c7901f7b436dfab9 (diff)
tdf#89436 fix ScHorizontalAttrIterator performance
Change-Id: I69be1a85b74ede8f02788a6370d4ebb40bddbe11
Diffstat (limited to 'sc/inc/dociter.hxx')
-rw-r--r--sc/inc/dociter.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx
index 2230b81c9c8e..65023b0434dd 100644
--- a/sc/inc/dociter.hxx
+++ b/sc/inc/dociter.hxx
@@ -487,11 +487,14 @@ private:
SCROW nEndRow;
SCROW* pNextEnd;
+ SCCOL* pPrevColEnd;
SCSIZE* pIndices;
const ScPatternAttr** ppPatterns;
SCCOL nCol;
SCROW nRow;
bool bRowEmpty;
+ bool bRepeatedRow;
+ SCROW nMinNextEnd;
public:
ScHorizontalAttrIterator( ScDocument* pDocument, SCTAB nTable,