summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-06-16 15:55:22 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-06-16 15:55:22 +0200
commitba7b5326c1c155c4e8fa103c45856e1139c63eaf (patch)
treea8752ff73a76af835d74e950a18dfea4fe6218cd
parentfs33a: #i111238# [s|g]etUserData -> [s|g]etItemData (diff)
parentfs33a: oops, forgot this addition to the documentation of the UnoControlListB... (diff)
downloadcore-ba7b5326c1c155c4e8fa103c45856e1139c63eaf.tar.gz
core-ba7b5326c1c155c4e8fa103c45856e1139c63eaf.zip
Automated merge with ssh://hg@hg.services.openoffice.org/cws/fs33a
-rw-r--r--offapi/com/sun/star/awt/UnoControlListBoxModel.idl11
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;
};
//=============================================================================