summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/flyfrms.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-09-04 10:47:16 +0000
committerOliver Bolte <obo@openoffice.org>2003-09-04 10:47:16 +0000
commit17f2e50b08dc974f234364038362883aed4afeef (patch)
tree2ce3e6d97a001e883249b2927ed2f2826b170030 /sw/source/core/inc/flyfrms.hxx
parentd22ef375b443a5a3ba740db2c143c10521ee27f4 (diff)
INTEGRATION: CWS geordi2q04 (1.3.380); FILE MERGED
2003/09/02 10:38:02 rt 1.3.380.1: #111934#: Join CWS sw7pp1.
Diffstat (limited to 'sw/source/core/inc/flyfrms.hxx')
-rw-r--r--sw/source/core/inc/flyfrms.hxx19
1 files changed, 17 insertions, 2 deletions
diff --git a/sw/source/core/inc/flyfrms.hxx b/sw/source/core/inc/flyfrms.hxx
index b42ee3bb3fc8..ec7e4f08254e 100644
--- a/sw/source/core/inc/flyfrms.hxx
+++ b/sw/source/core/inc/flyfrms.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: flyfrms.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mib $ $Date: 2001-10-12 13:22:10 $
+ * last change: $Author: obo $ $Date: 2003-09-04 11:47:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,6 +71,20 @@ class SwFlyFreeFrm : public SwFlyFrm
void CheckClip( const SwFmtFrmSize &rSz ); //'Emergency' Clipping.
+ /** determines, if direct environment of fly frame has 'auto' size
+
+ OD 07.08.2003 #i17297#, #111066#, #111070#
+ start with anchor frame and search for a header, footer, row or fly frame
+ stopping at page frame.
+ return <true>, if such a frame is found and it has 'auto' size.
+ otherwise <false> is returned.
+
+ @author OD
+
+ @return boolean indicating, that direct environment has 'auto' size
+ */
+ bool HasEnvironmentAutoSize() const;
+
protected:
virtual void NotifyBackground( SwPageFrm *pPage,
const SwRect& rRect, PrepareHint eHint);
@@ -86,6 +100,7 @@ public:
SwPageFrm *GetPage() { return pPage; }
const SwPageFrm *GetPage() const { return pPage; }
void SetPage( SwPageFrm *pNew ) { pPage = pNew; }
+
};