20 #ifndef __com_sun_star_ui_dialogs_ListboxControlActions_idl__
21 #define __com_sun_star_ui_dialogs_ListboxControlActions_idl__
24 module com { module sun { module star { module ui { module dialogs {
31 published constants ListboxControlActions
const short GET_SELECTED_ITEM
Returns the currently selected item.
Definition: ControlActions.idl:70
const short ADD_ITEM
Adds an item to the content of the listbox.
Definition: ControlActions.idl:38
const short DELETE_ITEM
Removes an item from a listbox.
Definition: ControlActions.idl:49
const short DELETE_ITEMS
Removes all items from the listbox.
Definition: ControlActions.idl:53
const short GET_ITEMS
Returns all items of the listbox as a sequence of strings.
Definition: ControlActions.idl:65
const short ADD_ITEMS
Adds a sequence of strings to the content of the listbox.
Definition: ControlActions.idl:42
const short SET_SELECT_ITEM
Selects an item in a listbox.
Definition: ControlActions.idl:61