:: com :: sun :: star :: text ::

struct MailMergeEvent
Base Hierarchy
::com::sun::star::lang::EventObject
 |
 +-MailMergeEvent
Description
represents a mail merge event.

This type of event is being send by the mail merge service right before the merging of the next document to be processed. This allows for example to modify the document specifically before it gets merged.

See also
MailMerge
Since
OpenOffice 1.1.2

Elements' Summary
Model The model of the document to be processed next.  
Elements' Details
Model
::com::sun::star::frame::XModel Model;
Description
The model of the document to be processed next.
Top of Page