diff options
author | Oliver Düsterhoff <od@openoffice.org> | 2002-10-11 10:37:10 +0000 |
---|---|---|
committer | Oliver Düsterhoff <od@openoffice.org> | 2002-10-11 10:37:10 +0000 |
commit | dba3fa0f63925a62bcd38ba57d9e807644588092 (patch) | |
tree | 9b7ce9bcfdfd54cac9c407ddb3dbaff1d6259b6f /sw/inc/frmfmt.hxx | |
parent | c48bde0d319c3008ca7d90bf976ed8897e411436 (diff) |
#103898# - new method SwFlyFrmFmt::IsBackgroundBrushInherited for transparency
Diffstat (limited to 'sw/inc/frmfmt.hxx')
-rw-r--r-- | sw/inc/frmfmt.hxx | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx index d944408b4fa3..9ba7254da1cd 100644 --- a/sw/inc/frmfmt.hxx +++ b/sw/inc/frmfmt.hxx @@ -2,9 +2,9 @@ * * $RCSfile: frmfmt.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: od $ $Date: 2002-08-28 12:02:47 $ + * last change: $Author: od $ $Date: 2002-10-11 11:37:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -185,7 +185,7 @@ public: 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. + Method determines, if background of fly frame is transparent. @author OD @@ -194,6 +194,19 @@ public: */ virtual const sal_Bool IsBackgroundTransparent() const; + /** SwFlyFrmFmt::IsBackgroundBrushInherited - for #103898# + + OD 08.10.2002 - method to determine, if the brush for drawing the + background is "inherited" from its parent/grandparent. + This is the case, if no background graphic is set and the background + color is "no fill"/"auto fill" + + @author OD + + @return true, if background brush is "inherited" from parent/grandparent + */ + const sal_Bool IsBackgroundBrushInherited() const; + DECL_FIXEDMEMPOOL_NEWDEL(SwFlyFrmFmt) }; |