LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_ui_dialogs_XFilePickerListener_idl__
21 #define __com_sun_star_ui_dialogs_XFilePickerListener_idl__
27 module
com { module sun { module star { module ui { module dialogs {
Interface to be implemented by a FilePicker listener.
Definition: XFilePickerListener.idl:38
void controlStateChanged([in] FilePickerEvent aEvent)
A client receives this event if the state of a control within the FilePicker service dialog changes.
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
void directoryChanged([in] FilePickerEvent aEvent)
A client receives this event if the directory selection within the FilePicker dialog changes.
void dialogSizeChanged()
A client receives this event if the size of the FilePicker dialog has changed.
Context information in case of a FilePicker event.
Definition: FilePickerEvent.idl:32
string helpRequested([in] FilePickerEvent aEvent)
A client receives this event if the F1 key or the help button was pressed.
Definition: Ambiguous.idl:22
void fileSelectionChanged([in] FilePickerEvent aEvent)
A client receives this event if the file selection within the FilePicker service dialog changes.