diff options
author | Niklas Nebel <nn@openoffice.org> | 2002-07-15 13:34:55 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2002-07-15 13:34:55 +0000 |
commit | e5ad8de8c8d4005e4b84e94fbaf59dd4cc8efedc (patch) | |
tree | 8c95933986c3f2d58d0a837a58c82c9c6b4678ab /sc/inc/drwlayer.hxx | |
parent | 28fe441ee7562d91b448f496a8d7a2c8bc5095bf (diff) |
#101161# allow drawing objects at copy&paste of cells
Diffstat (limited to 'sc/inc/drwlayer.hxx')
-rw-r--r-- | sc/inc/drwlayer.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/inc/drwlayer.hxx b/sc/inc/drwlayer.hxx index 3964366b3f69..628379c57eff 100644 --- a/sc/inc/drwlayer.hxx +++ b/sc/inc/drwlayer.hxx @@ -2,9 +2,9 @@ * * $RCSfile: drwlayer.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: nn $ $Date: 2001-10-05 14:14:51 $ + * last change: $Author: nn $ $Date: 2002-07-15 14:21:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -185,6 +185,11 @@ public: void DeleteObjectsInSelection( const ScMarkData& rMark ); void DeleteObjects( USHORT nTab ); + void CopyToClip( ScDocument* pClipDoc, USHORT nTab, const Rectangle& rRange ); + void CopyFromClip( ScDrawLayer* pClipModel, + USHORT nSourceTab, const Rectangle& rSourceRange, + const ScAddress& rDestPos, const Rectangle& rDestRange ); + void SetPageSize( USHORT nPageNo, const Size& rSize ); ULONG GetDefTextHeight() const; |