21 module
com { module sun { module star { module ui { module dialogs {
28 published constants ListboxControlActions
const short ADD_ITEMS
Adds a sequence of strings to the content of the listbox.
Definition: ListboxControlActions.idl:37
Definition: Ambiguous.idl:20
const short GET_ITEMS
Returns all items of the listbox as a sequence of strings.
Definition: ListboxControlActions.idl:60
const short ADD_ITEM
Adds an item to the content of the listbox.
Definition: ListboxControlActions.idl:33
const short GET_SELECTED_ITEM
Returns the currently selected item.
Definition: ListboxControlActions.idl:65
const short DELETE_ITEM
Removes an item from a listbox.
Definition: ListboxControlActions.idl:44
const short DELETE_ITEMS
Removes all items from the listbox.
Definition: ListboxControlActions.idl:48
const short SET_SELECT_ITEM
Selects an item in a listbox.
Definition: ListboxControlActions.idl:56