LibreOffice
LibreOffice 24.2 SDK API Reference
|
used to notify listeners about mail merge events. More...
import"XMailMergeListener.idl";
Public Member Functions | |
void | notifyMailMergeEvent ([in] com::sun::star::text::MailMergeEvent aEvent) |
Notifies the listener about mail merge events. 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... | |
used to notify listeners about mail merge events.
Registered listeners will be notified with a com::sun::star::text::MailMergeEvent when a document is about to get merged.
void notifyMailMergeEvent | ( | [in] com::sun::star::text::MailMergeEvent | aEvent | ) |
Notifies the listener about mail merge events.
aEvent | The Event containing the model of the document to be merged that is send to the listener. |