summaryrefslogtreecommitdiff
path: root/sw/inc/anchoreddrawobject.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-09-09 09:54:27 +0000
committerOliver Bolte <obo@openoffice.org>2004-09-09 09:54:27 +0000
commitce3f183a83d2025c89287593548d863968762280 (patch)
tree07107e7b5e5abe823f2bc819ac869abfbdece1dc /sw/inc/anchoreddrawobject.hxx
parent17aa757a1e2633a601ef2a115a78b599d22cf062 (diff)
INTEGRATION: CWS swqbugfixes06 (1.3.8); FILE MERGED
2004/08/30 12:35:20 od 1.3.8.3: RESYNC: (1.3-1.4); FILE MERGED resolve merge conflict. 2004/08/24 07:59:09 od 1.3.8.2: #i33313# <SwAnchoredDrawObject::AdjustPositioningAttr(..) - add second parameter <_pNewObjRect> 2004/08/12 14:20:02 od 1.3.8.1: #i28795# - add helper methods for <MakeObjPos()>
Diffstat (limited to 'sw/inc/anchoreddrawobject.hxx')
-rw-r--r--sw/inc/anchoreddrawobject.hxx32
1 files changed, 29 insertions, 3 deletions
diff --git a/sw/inc/anchoreddrawobject.hxx b/sw/inc/anchoreddrawobject.hxx
index a1c4df32869e..6cc1f4ea48d1 100644
--- a/sw/inc/anchoreddrawobject.hxx
+++ b/sw/inc/anchoreddrawobject.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: anchoreddrawobject.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2004-08-23 08:00:29 $
+ * last change: $Author: obo $ $Date: 2004-09-09 10:54:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,6 +94,23 @@ class SwAnchoredDrawObject : public SwAnchoredObject
// boolean changes its state.
bool mbNotYetPositioned;
+ /** method for the intrinsic positioning of a at-paragraph|at-character
+ anchored drawing object
+
+ OD 2004-08-12 #i32795# - helper method for method <MakeObjPos>
+
+ @author OD
+ */
+ void _MakeObjPosAnchoredAtPara();
+
+ /** method for the intrinsic positioning of a at-page|at-frame anchored
+ drawing object
+
+ OD 2004-08-12 #i32795# - helper method for method <MakeObjPos>
+
+ @author OD
+ */
+ void _MakeObjPosAnchoredAtLayout();
/** method to convert positioning attributes from horizontal
left-to-right layout to the layout direction of its anchor frame
@@ -172,10 +189,19 @@ class SwAnchoredDrawObject : public SwAnchoredObject
new anchor frame and the current absolute drawing object position.
Note: For correct Undo/Redo method should only be called inside a
Undo-/Redo-action.
+ OD 2004-08-24 #i33313# - add second optional parameter <_pNewObjRect>
@author OD
+
+ @param <_pNewAnchorFrm>
+ input parameter - new anchor frame for the anchored object.
+
+ @param <_pNewObjRect>
+ optional input parameter - proposed new object rectangle. If not
+ provided the current object rectangle is taken.
*/
- void AdjustPositioningAttr( const SwFrm* _pNewAnchorFrm );
+ void AdjustPositioningAttr( const SwFrm* _pNewAnchorFrm,
+ const SwRect* _pNewObjRect = 0L );
/** anchored drawing object not yet attached to a anchor frame