LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_sdb_application_XCopyTableListener_idl__
21 #define __com_sun_star_sdb_application_XCopyTableListener_idl__
27 module
com { module sun { module star { module sdb { module application {
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
void copyingRow([in] CopyTableRowEvent Event)
is called when a row is about to be copied.
void copiedRow([in] CopyTableRowEvent Event)
is called when a row was successfully copied.
specifies the interface required to listen for progress in copying table rows via a CopyTableWizard.
Definition: XCopyTableListener.idl:37
short copyRowError([in] CopyTableRowEvent Event)
is called when copying a row failed.
Definition: Ambiguous.idl:22
specifies an event happening while copying table data between databases.
Definition: CopyTableRowEvent.idl:39