summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 17:19:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 17:19:07 +0000
commit3b370046ce99414527457c309469bde7dcc3b22d (patch)
tree9f843e6c1577e80c1c295297cd6d1d2fb22f088f
parent7fc203b3b8360e9a6664d5ca67bf2d8a1f7add04 (diff)
INTEGRATION: CWS swobjpos02 (1.32.52); FILE MERGED
2004/01/21 08:50:51 od 1.32.52.3: RESYNC: (1.33-1.34); FILE MERGED 2004/01/13 13:37:15 od 1.32.52.2: RESYNC: (1.32-1.33); FILE MERGED 2003/10/02 10:14:25 od 1.32.52.1: #110978# class <SwFrm> - replace method <IsMoveable()>
-rw-r--r--sw/source/core/inc/frame.hxx24
1 files changed, 21 insertions, 3 deletions
diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx
index b40ec075d819..d37d44b1eef6 100644
--- a/sw/source/core/inc/frame.hxx
+++ b/sw/source/core/inc/frame.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: frame.hxx,v $
*
- * $Revision: 1.34 $
+ * $Revision: 1.35 $
*
- * last change: $Author: obo $ $Date: 2004-01-13 11:11:03 $
+ * last change: $Author: hr $ $Date: 2004-02-02 18:19:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -584,7 +584,25 @@ public:
// returns upper left frame position for LTR and
// upper right frame position for Asian / RTL frames
Point GetFrmAnchorPos( sal_Bool bIgnoreFlysAnchoredAtThisFrame ) const;
- BOOL IsMoveable() const;
+
+ /** determine, if frame is moveable in given environment
+
+ OD 08.08.2003 #110978#
+ method replaced 'old' method <BOOL IsMoveable() const>.
+ Determines, if frame is moveable in given environment. if no environment
+ is given (parameter _pLayoutFrm == 0L), the movability in the actual
+ environment (<this->GetUpper()) is checked.
+
+ @author OD
+
+ @param _pLayoutFrm
+ input parameter - given environment (layout frame), in which the movability
+ will be checked. If not set ( == 0L ), actual environment is taken.
+
+ @return boolean, indicating, if frame is moveable in given environment
+ */
+// BOOL IsMoveable() const;
+ bool IsMoveable( const SwLayoutFrm* _pLayoutFrm = 0L ) const;
//Ist es fuer den (Txt)Frm in der aktuellen Umgebung erlaubt eine
//Fussnote einzufuegen (nicht z.B. in wiederholten TabellenHeadlines).