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: ListboxControlActions.idl:68
const short ADD_ITEM
Adds an item to the content of the listbox.
Definition: ListboxControlActions.idl:36
const short ADD_ITEMS
Adds a sequence of strings to the content of the listbox.
Definition: ListboxControlActions.idl:40
const short DELETE_ITEM
Removes an item from a listbox.
Definition: ListboxControlActions.idl:47
const short SET_SELECT_ITEM
Selects an item in a listbox.
Definition: ListboxControlActions.idl:59
const short DELETE_ITEMS
Removes all items from the listbox.
Definition: ListboxControlActions.idl:51
const short GET_ITEMS
Returns all items of the listbox as a sequence of strings.
Definition: ListboxControlActions.idl:63
Definition: Ambiguous.idl:22