summaryrefslogtreecommitdiff
path: root/sw/source/filter/writer
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-03-06 10:17:30 +0000
committerMichael Brauer <mib@openoffice.org>2001-03-06 10:17:30 +0000
commit3358aeb95e37b3e36aba09e90ba396a79c16e4b1 (patch)
tree9cec2961e14e9f9689be8ac681bd7b2a75efcf2e /sw/source/filter/writer
parent86b7bd8cbfda37f9c21bb05fb1c6c4f050e47ec7 (diff)
organizer support for XML file format
Diffstat (limited to 'sw/source/filter/writer')
-rw-r--r--sw/source/filter/writer/writer.cxx15
1 files changed, 10 insertions, 5 deletions
diff --git a/sw/source/filter/writer/writer.cxx b/sw/source/filter/writer/writer.cxx
index f59c68e70fae..c9ae47052145 100644
--- a/sw/source/filter/writer/writer.cxx
+++ b/sw/source/filter/writer/writer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: writer.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: os $ $Date: 2001-02-27 14:59:28 $
+ * last change: $Author: mib $ $Date: 2001-03-06 11:13:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -219,7 +219,8 @@ Writer::Writer()
{
bWriteAll = bShowProgress = bUCS2_WithStartChar = TRUE;
bASCII_NoLastLineEnd = bASCII_ParaAsBlanc = bASCII_ParaAsCR =
- bWriteClipboardDoc = bWriteOnlyFirstTable = bBlock = FALSE;
+ bWriteClipboardDoc = bWriteOnlyFirstTable = bBlock =
+ bOrganizerMode = FALSE;
}
Writer::~Writer()
@@ -245,7 +246,8 @@ void Writer::ResetWriter()
bShowProgress = bUCS2_WithStartChar = TRUE;
bASCII_NoLastLineEnd = bASCII_ParaAsBlanc = bASCII_ParaAsCR =
- bWriteClipboardDoc = bWriteOnlyFirstTable = bBlock = FALSE;
+ bWriteClipboardDoc = bWriteOnlyFirstTable = bBlock =
+ bOrganizerMode = FALSE;
}
BOOL Writer::CopyNextPam( SwPaM ** ppPam )
@@ -658,11 +660,14 @@ ULONG StgWriter::Write( SwPaM& rPaM, SvStorage& rStg, const String* pFName )
Source Code Control System - Header
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/writer/writer.cxx,v 1.8 2001-02-27 14:59:28 os Exp $
+ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/writer/writer.cxx,v 1.9 2001-03-06 11:13:10 mib Exp $
Source Code Control System - Update
$Log: not supported by cvs2svn $
+ Revision 1.8 2001/02/27 14:59:28 os
+ Complete use of DefaultNumbering component
+
Revision 1.7 2001/01/22 12:29:52 mib
Block mode for Writers added