summaryrefslogtreecommitdiff
path: root/sw/inc/dcontact.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2002-10-29 07:57:32 +0000
committerFrank Meies <fme@openoffice.org>2002-10-29 07:57:32 +0000
commitba9e539fc7f85d9c8a635149ed5a7296c290f89d (patch)
tree151566bc89b01f6cd8e9e11996df7792db833fb5 /sw/inc/dcontact.hxx
parent4efe102ae1e9ae844242a8c330328a5aca29d2b2 (diff)
#101688# Check if position of draw objects is outside of page when switching layout direction
Diffstat (limited to 'sw/inc/dcontact.hxx')
-rw-r--r--sw/inc/dcontact.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/dcontact.hxx b/sw/inc/dcontact.hxx
index b91a07efb6a0..d8242c416e28 100644
--- a/sw/inc/dcontact.hxx
+++ b/sw/inc/dcontact.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dcontact.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:25 $
+ * last change: $Author: fme $ $Date: 2002-10-29 08:57:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,6 +95,9 @@ void ClrContourCache( const SdrObject *pObj );
// liefert BoundRect inklusive Abstand
SwRect GetBoundRect( const SdrObject* pObj );
+// Moves a SdrObj so that it fits to a given frame
+void CaptureDrawObj( SdrObject& rObj, const SwRect& rFrm );
+
//Liefert den UserCall ggf. vom Gruppenobjekt
SdrObjUserCall* GetUserCall( const SdrObject* );