19 #ifndef __com_sun_star_awt_XListBox_idl__
20 #define __com_sun_star_awt_XListBox_idl__
30 module
com { module sun { module star { module awt {
61 void addItem( [in]
string aItem,
67 void addItems( [in] sequence<string> aItems,
73 void removeItems( [in]
short nPos,
84 string getItem( [in]
short nPos );
89 sequence<string> getItems();
96 short getSelectedItemPos();
101 sequence<short> getSelectedItemsPos();
108 string getSelectedItem();
113 sequence<string> getSelectedItems();
118 void selectItemPos( [in]
short nPos,
119 [in]
boolean bSelect );
124 void selectItemsPos( [in] sequence<short> aPositions,
125 [in]
boolean bSelect );
130 void selectItem( [in]
string aItem,
131 [in]
boolean bSelect );
137 boolean isMutipleMode();
142 void setMultipleMode( [in]
boolean bMulti );
147 short getDropDownLineCount();
152 void setDropDownLineCount( [in]
short nLines );
157 void makeVisible( [in]
short nEntry );