diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-12-05 11:11:01 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-12-05 11:14:05 -0500 |
commit | 13d64505214c33555dfbd61dbd9a177906df4981 (patch) | |
tree | a9366aa011c0f0a304d6481fa5af2c05bccff175 /sc/inc/table.hxx | |
parent | 42e9c74001b4799d8b874a000af2b11ebad2d8cc (diff) |
Create 2 variants of SortReorderByRow.
One for IsUpdateRefs() true, the other for IsUpdateRefs() false.
Change-Id: I2b18e2b8a9770fd9499dd9fc0d26397e67c1e8ae
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index 318805ab8376..ba5529d7759b 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -1053,7 +1053,9 @@ private: bool bKeepQuery, bool bUpdateRefs ); void QuickSort( ScSortInfoArray*, SCsCOLROW nLo, SCsCOLROW nHi); void SortReorderByColumn( ScSortInfoArray* pArray, SCROW nRow1, SCROW nRow2, bool bPattern, ScProgress* pProgress ); + void SortReorderByRow( ScSortInfoArray* pArray, SCCOL nCol1, SCCOL nCol2, ScProgress* pProgress ); + void SortReorderByRowRefUpdate( ScSortInfoArray* pArray, SCCOL nCol1, SCCOL nCol2, ScProgress* pProgress ); bool CreateExcelQuery(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, ScQueryParam& rQueryParam); bool CreateStarQuery(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, ScQueryParam& rQueryParam); |