diff options
author | obo <obo@openoffice.org> | 2010-06-15 12:54:21 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-15 12:54:21 +0200 |
commit | 1dec06fb3a6f9d11374060d3dcd14143704d43eb (patch) | |
tree | 33fa363e97e466ba15e0b78eb859bfeee285cdbb | |
parent | 116886820fea0b349cb3fbf3ab2b3de531a515d2 (diff) | |
parent | b5d9898dc435265285bf127999fc0df025abea6f (diff) |
CWS-TOOLING: integrate CWS impressbi01
Notes
split repo tag: ure_ooo/DEV300_m83
-rw-r--r-- | offapi/com/sun/star/drawing/Shape.idl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/offapi/com/sun/star/drawing/Shape.idl b/offapi/com/sun/star/drawing/Shape.idl index f57369e87f49..3bf1c6fa15cc 100644 --- a/offapi/com/sun/star/drawing/Shape.idl +++ b/offapi/com/sun/star/drawing/Shape.idl @@ -136,6 +136,14 @@ published service Shape //------------------------------------------------------------------------- /** If this is <FALSE/>, the <type>Shape</type> is not visible + on screen outputs. Please note that the <type>Shape</type> may still + be visible when printed, see <member>Printable</member>. + */ + [optional, property] boolean Visible; + + //------------------------------------------------------------------------- + + /** If this is <FALSE/>, the <type>Shape</type> is not visible on printer outputs. */ [optional, property] boolean Printable; |