diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-06-20 00:48:29 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-06-20 00:48:29 +0200 |
commit | 67fd96781f8fec42f7c39864ca4b7b833ff4f51d (patch) | |
tree | 8bc8fc824525a240137acf3558aaf1c06af8fb65 /offapi | |
parent | 9a4b737c86d9a9eb65611a96b1a4c0562c994885 (diff) | |
parent | fc54903531e08fa9c99008f8fa1c87456229a3ea (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; }; //============================================================================= |