19 #ifndef __com_sun_star_awt_XComboBox_idl__
20 #define __com_sun_star_awt_XComboBox_idl__
30 module com { module sun { module star { module awt {
61 void addItem( [in]
string aItem, [in]
short nPos );
66 void addItems( [in] sequence<string> aItems, [in]
short nPos );
71 void removeItems( [in]
short nPos, [in]
short nCount );
81 string getItem( [in]
short nPos );
86 sequence<string> getItems();
91 short getDropDownLineCount();
96 void setDropDownLineCount( [in]
short nLines );
makes it possible to receive action events.
Definition: XActionListener.idl:33
makes it possible to receive events from a component when the state of an item changes.
Definition: XItemListener.idl:34
base interface of all UNO interfaces
Definition: XInterface.idl:47
gives access to the items of a combo box and makes it possible to register item and action event list...
Definition: XComboBox.idl:36