summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-07-01 11:52:27 +0200
committerOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-07-01 11:52:27 +0200
commitf938ba01accd59845de858c77a6825d37e2bc5a2 (patch)
tree351fd2d0f0e9f38d0e575080008ba2982a4cd1e7
parent414d7d423fa1edc68459e72c43e6d29f7e667ca2 (diff)
unoawt2: add XItemList same as for listbox model
-rw-r--r--offapi/com/sun/star/awt/UnoControlComboBoxModel.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl b/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
index 83057417edbf..eedd7b78c346 100644
--- a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
@@ -39,6 +39,7 @@
#include <com/sun/star/util/Color.idl>
#endif
+#include <com/sun/star/awt/XItemList.idl>
//=============================================================================
@@ -225,6 +226,11 @@ published service UnoControlComboBoxModel
this is possible.</p>
*/
[optional, property] short MouseWheelBehavior;
+
+ /** allows mmanipulating the list of items in the combo box more fine-grained than the
+ <member>StringItemList</member> property.
+ */
+ [optional] interface XItemList;
};
//=============================================================================