diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-04-16 22:04:55 -0400 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-04-30 14:56:54 +0200 |
commit | 6d7e1403d7e5581659cd84e3cb8f6bb05b0422c0 (patch) | |
tree | e2f85cc979b58a6ea7b862b236bfc2bdcb789e3f /sc/inc/attarray.hxx | |
parent | fbf19908b0b4b78be44a27196cee239329a1bad4 (diff) |
fdo#72741, fdo#76607: Backport of Calc sort rework.
This change requires mdds 0.10.3 as the baseline.
Conflicts:
configure.ac
sc/inc/fstalgorithm.hxx
sc/source/core/data/column.cxx
sc/source/core/data/table3.cxx
sc/source/ui/docshell/dbdocfun.cxx
Change-Id: Ia6d2bf1ee17e96c30b6d5310f5c49e5a4404e094
Reviewed-on: https://gerrit.libreoffice.org/9144
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc/attarray.hxx')
-rw-r--r-- | sc/inc/attarray.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx index c4f514bf145f..8e8b8f5f765c 100644 --- a/sc/inc/attarray.hxx +++ b/sc/inc/attarray.hxx @@ -187,6 +187,8 @@ public: SCROW nStartRow, SCROW nEndRow, long nDy, ScAttrArray& rAttrArray, sal_Int16 nStripFlags = 0) const; void DeleteHardAttr( SCROW nStartRow, SCROW nEndRow ); + + SCSIZE Count( SCROW nRow1, SCROW nRow2 ) const; }; // Iterator for attributes |