diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-11-30 17:39:51 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-11-30 22:15:38 +0100 |
commit | 316656755caabf4797391c46338c58945908837d (patch) | |
tree | 722d376aaf838cacd372e1f4a0f993274508df70 /offapi | |
parent | ebb4150463ef97571d8f4ffc0b8189ff94d5cf1a (diff) |
API CHANGE: Added XStyle::isHidden() and XStyle::setHidden()
Change-Id: I44770c05d51104b45d94145db8263187205daa84
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/style/XStyle.idl | 8 | ||||
-rw-r--r-- | offapi/type_reference/types.rdb | bin | 7453696 -> 7453696 bytes |
2 files changed, 8 insertions, 0 deletions
diff --git a/offapi/com/sun/star/style/XStyle.idl b/offapi/com/sun/star/style/XStyle.idl index 29932e4f7564..4367c5c57303 100644 --- a/offapi/com/sun/star/style/XStyle.idl +++ b/offapi/com/sun/star/style/XStyle.idl @@ -55,6 +55,14 @@ published interface XStyle: com::sun::star::container::XNamed void setParentStyle( [in] string aParentStyle ) raises( com::sun::star::container::NoSuchElementException ); + + /** tells whether the style is hidden in the UI. + */ + boolean isHidden(); + + /** sets whether a style should be hidden in the UI. + */ + void setHidden( [in] boolean hidden ); }; diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb Binary files differindex ab70f6772650..68c5ee86dfc0 100644 --- a/offapi/type_reference/types.rdb +++ b/offapi/type_reference/types.rdb |