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

struct MailMergeEvent
Base Hierarchy
MailMergeEvent
 ┗ ::com::sun::star::lang::EventObject
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.

Since
OOo 1.1.2
See also
MailMerge

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