diff options
author | László Németh <laszlo.nemeth@collabora.com> | 2015-02-17 16:43:38 +0100 |
---|---|---|
committer | László Németh <laszlo.nemeth@collabora.com> | 2015-02-17 16:47:04 +0100 |
commit | 4de4f1fd1125bc8cf6059cf143bb76d1ab212434 (patch) | |
tree | 999a6a447a12fd4e40b0e6e8915e32b5e6ada2d4 /sc/inc/dociter.hxx | |
parent | 4ed53dffa64670fafe298826c7901f7b436dfab9 (diff) |
tdf#89436 fix ScHorizontalAttrIterator performance
Change-Id: I69be1a85b74ede8f02788a6370d4ebb40bddbe11
Diffstat (limited to 'sc/inc/dociter.hxx')
-rw-r--r-- | sc/inc/dociter.hxx | 3 |
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, |