|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module ui { module dialogs {
55 void setValue( [in]
short ControlId, [in]
short aControlAction, [in] any aValue );
79 any
getValue( [in]
short aControlId, [in]
short aControlAction );
93 void setLabel( [in]
short aControlId, [in]
string aLabel );
any getValue([in] short aControlId, [in] short aControlAction)
Get the value of an additional element within a FilePicker.
void setValue([in] short ControlId, [in] short aControlAction, [in] any aValue)
Set the value of an additional element within a FilePicker.
string getLabel([in] short aControlId)
Returns the label of the specified element.
Provides access to the controls of a FilePicker.
Definition: XFilePickerControlAccess.idl:32
void enableControl([in] short ControlId, [in] boolean bEnable)
Enables or disables a control.
void setLabel([in] short aControlId, [in] string aLabel)
Set the label of the specified element.
Definition: Ambiguous.idl:20
Specifies an interface for a FilePicker.
Definition: XFilePicker.idl:27