From e5ad8de8c8d4005e4b84e94fbaf59dd4cc8efedc Mon Sep 17 00:00:00 2001 From: Niklas Nebel Date: Mon, 15 Jul 2002 13:34:55 +0000 Subject: #101161# allow drawing objects at copy&paste of cells --- sc/inc/drwlayer.hxx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'sc/inc/drwlayer.hxx') 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; -- cgit