diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-11 09:45:09 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-11 09:45:09 +0000 |
commit | a3f1b71d21fcd13e2f85406e80aefc533bf387dc (patch) | |
tree | 5281e72762fc6bceda43a4839991391435475930 /sw/inc/swevent.hxx | |
parent | c2eec1f33c483c05480e1d902d7b3253fd77a066 (diff) |
INTEGRATION: CWS os54 (1.2.900); FILE MERGED
2005/02/22 12:11:08 os 1.2.900.1: #i30510# added events to be sent before and after merging data into fields
Diffstat (limited to 'sw/inc/swevent.hxx')
-rw-r--r-- | sw/inc/swevent.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/swevent.hxx b/sw/inc/swevent.hxx index bd20bea2e425..823cb684a983 100644 --- a/sw/inc/swevent.hxx +++ b/sw/inc/swevent.hxx @@ -2,9 +2,9 @@ * * $RCSfile: swevent.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2003-06-27 09:08:16 $ + * last change: $Author: vg $ $Date: 2005-03-11 10:45:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,8 @@ #define SW_EVENT_FRM_MOVE ( EVENT_APP_START + 7 ) #define SW_EVENT_PAGE_COUNT ( EVENT_APP_START + 8 ) #define SW_EVENT_MAIL_MERGE_END ( EVENT_APP_START + 9 ) - +#define SW_EVENT_FIELD_MERGE ( EVENT_APP_START + 10 ) +#define SW_EVENT_FIELD_MERGE_FINISHED ( EVENT_APP_START + 11 ) class SwFrmFmt; class SwFmtINetFmt; |