LibreOffice
LibreOffice 24.2 SDK API Reference
|
Interface to be implemented in order to support listener management. More...
import"XFilePickerNotifier.idl";
Public Member Functions | |
void | addFilePickerListener ([in] XFilePickerListener xListener) |
Interface for clients to register as XFilePickerListener. More... | |
void | removeFilePickerListener ([in] XFilePickerListener xListener) |
Interface for clients to unregister as XFilePickerListener. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Interface to be implemented in order to support listener management.
void addFilePickerListener | ( | [in] XFilePickerListener | xListener | ) |
Interface for clients to register as XFilePickerListener.
xListener | The XFilePickerListener interface of the listener that wants to receive events of type FilePickerEvent. |
Invalid interfaces or NULL values will be ignored.
void removeFilePickerListener | ( | [in] XFilePickerListener | xListener | ) |
Interface for clients to unregister as XFilePickerListener.
xListener | The XFilePickerListener interface of the listener that wants to receive events of type FilePickerEvent. |
Invalid interfaces or NULL values will be ignored.