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. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
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. |