LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_util_XDataEditor_idl__
20 #define __com_sun_star_util_XDataEditor_idl__
27 module
com { module sun { module star { module util {
void addDataEditorListener([in] XDataEditorListener listener)
registers a listener to receive DataEditorEvents.
void show()
makes the data editor visible to the user.
com::sun::star::uno::XInterface getModel()
connects to a model and broadcasts status change events.
Definition: XDataEditor.idl:32
makes it possible to receive status change events from an XDataEditor.
Definition: XDataEditorListener.idl:33
void removeDataEditorListener([in] XDataEditorListener listener)
unregisters a listener.
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48
void setModel([in] com::sun::star::uno::XInterface model)
connects the data editor to a data model.