diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-20 12:02:27 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-20 12:02:27 +0000 |
commit | ee82750a69350a3f3992a553eb5139d989874230 (patch) | |
tree | bbd0f136494dba1b488d94b462c0041c4f000742 /sw/inc | |
parent | e3b32538b66a1ac1e066c8c305857465bd9048e2 (diff) |
INTEGRATION: CWS swmailmerge (1.73.4); FILE MERGED
2004/09/15 13:33:07 os 1.73.4.4: RESYNC: (1.78-1.80); FILE MERGED
2004/08/13 14:20:32 os 1.73.4.3: RESYNC: (1.77-1.78); FILE MERGED
2004/07/07 14:58:45 os 1.73.4.2: RESYNC: (1.73-1.77); FILE MERGED
2004/06/17 07:02:20 os 1.73.4.1: #i25107# weekly check-in
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/doc.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 90c0df8d9db4..2da4a87cc715 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: doc.hxx,v $ * - * $Revision: 1.87 $ + * $Revision: 1.88 $ * - * last change: $Author: rt $ $Date: 2004-09-20 12:34:25 $ + * last change: $Author: rt $ $Date: 2004-09-20 13:02:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1902,6 +1902,8 @@ public: // loesche den nicht sichtbaren ::com::sun::star::ucb::Content aus dem Document, wie z.B.: // versteckte Bereiche, versteckte Absaetze sal_Bool RemoveInvisibleContent(); + // replace fields by text - mailmerge support + BOOL ConvertFieldsToText(); // embedded alle lokalen Links (Bereiche/Grafiken) sal_Bool EmbedAllLinks(); // erzeuge Anhand der vorgebenen Collection Teildokumente |