summaryrefslogtreecommitdiff
path: root/sw/inc/frmfmt.hxx
diff options
context:
space:
mode:
authorOliver Düsterhoff <od@openoffice.org>2002-08-28 11:02:47 +0000
committerOliver Düsterhoff <od@openoffice.org>2002-08-28 11:02:47 +0000
commit48354982465edded8e9eb0770c9d522019021a3a (patch)
treeb4c24edb081dd4ce899dd8b1ca36c70bc7e801e5 /sw/inc/frmfmt.hxx
parent3fc51d6aeb3a3e6123a7cf98803eb500e27a6c06 (diff)
#99657# - new method for transparent background of fly frames
Diffstat (limited to 'sw/inc/frmfmt.hxx')
-rw-r--r--sw/inc/frmfmt.hxx17
1 files changed, 15 insertions, 2 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx
index ed22cfea3b22..d944408b4fa3 100644
--- a/sw/inc/frmfmt.hxx
+++ b/sw/inc/frmfmt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: frmfmt.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:26 $
+ * last change: $Author: od $ $Date: 2002-08-28 12:02:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -181,6 +181,19 @@ public:
virtual BOOL GetInfo( SfxPoolItem& rInfo ) const;
+ /** SwFlyFrmFmt::IsBackgroundTransparent - for #99657#
+
+ OD 22.08.2002 - overloading virtual method and its default implementation,
+ because format of fly frame provides transparent backgrounds.
+ Method determines, if background of fly frame has to be drawn transparent.
+
+ @author OD
+
+ @return true, if background color is transparent, but not "no fill"
+ or a existing background graphic is transparent.
+ */
+ virtual const sal_Bool IsBackgroundTransparent() const;
+
DECL_FIXEDMEMPOOL_NEWDEL(SwFlyFrmFmt)
};