21 module com { module sun { module star { module ui { module dialogs {
28 published constants ListboxControlActions
const short GET_SELECTED_ITEM
Returns the currently selected item.
Definition: ControlActions.idl:67
const short ADD_ITEM
Adds an item to the content of the listbox.
Definition: ControlActions.idl:35
const short DELETE_ITEM
Removes an item from a listbox.
Definition: ControlActions.idl:46
const short DELETE_ITEMS
Removes all items from the listbox.
Definition: ControlActions.idl:50
const short GET_ITEMS
Returns all items of the listbox as a sequence of strings.
Definition: ControlActions.idl:62
const short ADD_ITEMS
Adds a sequence of strings to the content of the listbox.
Definition: ControlActions.idl:39
const short SET_SELECT_ITEM
Selects an item in a listbox.
Definition: ControlActions.idl:58