diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-07-06 15:24:32 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-07-06 15:24:32 +0200 |
commit | d297ee4d52d3d43f9a2112ad2628fbeb67b9a378 (patch) | |
tree | b96b4664835c4aa085670e8421ac774ba805129c /offapi | |
parent | 414d7d423fa1edc68459e72c43e6d29f7e667ca2 (diff) | |
parent | 67fd96781f8fec42f7c39864ca4b7b833ff4f51d (diff) |
Automated merge with ssh://hg@hg.services.openoffice.org/cws/unoawt2
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/UnoControlListBoxModel.idl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl b/offapi/com/sun/star/awt/UnoControlListBoxModel.idl index 1cd36de93231..1ecf338bf095 100644 --- a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl +++ b/offapi/com/sun/star/awt/UnoControlListBoxModel.idl @@ -213,8 +213,19 @@ published service UnoControlListBoxModel /** allows mmanipulating the list of items in the list box more fine-grained than the <member>StringItemList</member> property. + + @since OOo 3.3 */ [optional] interface XItemList; + + /** specifies where an item separator - a horizontal line - is drawn. + + <p>If this is not <NULL/>, then a horizontal line will be drawn between the item at the given position, + and the following item.</p> + + @since OOo 3.3 + */ + [optional, property, maybevoid] short ItemSeparatorPos; }; //============================================================================= |