summaryrefslogtreecommitdiff
path: root/sw/inc/anchoredobject.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 10:50:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 10:50:28 +0000
commitfdb7a48705961f70c43fcd8ae024b76dab9b3b30 (patch)
tree3896f6402f89857d8b6620cda422e8a2f318ea0e /sw/inc/anchoredobject.hxx
parent6ff5e03ae859fde1def43b5e6a136fbf19def3cf (diff)
INTEGRATION: CWS swqbugfixes16 (1.10.76); FILE MERGED
2005/03/03 08:36:55 od 1.10.76.3: RESYNC: (1.10-1.11); FILE MERGED 2005/03/03 07:37:04 od 1.10.76.2: #i43913# class <SwAnchoredObject> - new method <ResetLayoutProcessBools()> 2005/02/22 13:28:53 od 1.10.76.1: #i43255# class <SwAnchoredObject> - new method <ConsiderObjWrapInfluenceOfOtherObjs()>
Diffstat (limited to 'sw/inc/anchoredobject.hxx')
-rw-r--r--sw/inc/anchoredobject.hxx25
1 files changed, 23 insertions, 2 deletions
diff --git a/sw/inc/anchoredobject.hxx b/sw/inc/anchoredobject.hxx
index 1ed377456c2d..a6f2c376b640 100644
--- a/sw/inc/anchoredobject.hxx
+++ b/sw/inc/anchoredobject.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: anchoredobject.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: vg $ $Date: 2005-02-22 08:16:03 $
+ * last change: $Author: vg $ $Date: 2005-03-23 11:50:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -237,6 +237,15 @@ class SwAnchoredObject
*/
virtual void ObjectAttachedToAnchorFrame();
+ /** method to determine, if other anchored objects, also attached at
+ to the anchor frame, have to consider its wrap influence.
+
+ // --> OD 2005-02-22 #i43255#
+
+ @author OD
+ */
+ bool ConsiderObjWrapInfluenceOfOtherObjs() const;
+
public:
TYPEINFO();
@@ -473,6 +482,18 @@ class SwAnchoredObject
bool ClearedEnvironment() const;
void SetClearedEnvironment( const bool _bClearedEnvironment );
// <--
+ // --> OD 2005-03-03 #i43913# - reset booleans for layout process
+ inline void ResetLayoutProcessBools()
+ {
+ mbPositioningInProgress = false;
+ mbConsiderForTextWrap = false;
+ mbPositionLocked = false;
+ mbKeepPositionLockedForSection = false;
+ mbRestartLayoutProcess = false;
+ mbClearedEnvironment = false;
+ mbTmpConsiderWrapInfluence = false;
+ }
+ // <--
/** method to determine, if due to anchored object size and wrapping
style, its layout environment is cleared.