diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-10 18:45:21 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-18 08:31:53 -0500 |
commit | ff5aad0a26aac46a3a540ac6ed2b7eca4a8cd23d (patch) | |
tree | 14072cd770393b9734df69e7ec8152d0c1f7da88 /sc/inc/column.hxx | |
parent | 136eed0f538a7b647323773c47a692d65f5b2ae9 (diff) |
Speed up pasting of single row onto multiple destination rows.
This is an extension of the earlier paste optimization of a single cell
across multiple destination cells.
Change-Id: I3a60300d3d0e11420d997bea8f7f540e948f56cc
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 1877a93fc610..d9b208c34453 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -245,7 +245,7 @@ public: bool InitBlockPosition( sc::ColumnBlockConstPosition& rBlockPos ) const; void DeleteBeforeCopyFromClip( sc::CopyFromClipContext& rCxt, const ScColumn& rClipCol ); - void CopyOneCellFromClip( sc::CopyFromClipContext& rCxt, SCROW nRow1, SCROW nRow2 ); + void CopyOneCellFromClip( sc::CopyFromClipContext& rCxt, SCROW nRow1, SCROW nRow2, size_t nColOffset ); void CopyFromClip( sc::CopyFromClipContext& rCxt, SCROW nRow1, SCROW nRow2, long nDy, ScColumn& rColumn ); |