diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-02-18 16:45:02 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-02-18 16:51:18 -0500 |
commit | cdc8ebf9646e773351c91039a62f2414c7b02105 (patch) | |
tree | ed0cedf4dc04dd347293d4e40a04bb997c218fdb /sc/inc/table.hxx | |
parent | 3c7b65c171eeade3272cc766b813b99a35a6ef7d (diff) |
fdo#74573: Delete ranges that are non-empty before pasting from clipboard.
The conditional formatting part is still not working. But other bits
appear to be working now.
Change-Id: Ia8a2cbe57cd2fa9ca9ad46635a91a1d8b99b0e7d
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 1e8764b7f12c..563f17d9a7db 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -418,6 +418,8 @@ public: bool InitColumnBlockPosition( sc::ColumnBlockPosition& rBlockPos, SCCOL nCol ); + void DeleteBeforeCopyFromClip( sc::CopyFromClipContext& rCxt, const ScTable& rClipTab ); + void CopyOneCellFromClip( sc::CopyFromClipContext& rCxt, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ); |