21 module
com { module sun { module star { module ui { module dialogs {
30 published constants ControlActions
Definition: Ambiguous.idl:20
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 SET_HELP_URL
Sets the help URL of a control.
Definition: ControlActions.idl:78
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 GET_SELECTED_ITEM_INDEX
Returns the zero based index of the currently selected item.
Definition: ControlActions.idl:74
const short ADD_ITEMS
Adds a sequence of strings to the content of the listbox.
Definition: ControlActions.idl:39
const short GET_HELP_URL
Retrieves the help URL of a control.
Definition: ControlActions.idl:82
const short SET_SELECT_ITEM
Selects an item in a listbox.
Definition: ControlActions.idl:58