summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/filter/ascii/ascatr.cxx110
-rw-r--r--sw/source/filter/ascii/parasc.cxx100
-rw-r--r--sw/source/filter/ascii/wrtasc.cxx49
-rw-r--r--sw/source/filter/basflt/docfact.cxx79
-rw-r--r--sw/source/filter/ww1/fltshell.cxx175
-rw-r--r--sw/source/filter/ww1/w1class.cxx73
-rw-r--r--sw/source/filter/ww1/w1class.hxx64
-rw-r--r--sw/source/filter/ww1/w1filter.cxx103
-rw-r--r--sw/source/filter/ww1/w1par.cxx77
-rw-r--r--sw/source/filter/ww1/w1sprm.cxx64
10 files changed, 20 insertions, 874 deletions
diff --git a/sw/source/filter/ascii/ascatr.cxx b/sw/source/filter/ascii/ascatr.cxx
index 0a41a50e9a12..73327494ea80 100644
--- a/sw/source/filter/ascii/ascatr.cxx
+++ b/sw/source/filter/ascii/ascatr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ascatr.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2001-01-19 12:40:07 $
+ * last change: $Author: os $ $Date: 2001-09-28 08:00:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -289,109 +289,3 @@ SwNodeFnTab aASCNodeFnTab = {
/* RES_OLENODE */ 0
};
-/*************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/ascii/ascatr.cxx,v 1.2 2001-01-19 12:40:07 jp Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 17:14:53 hr
- initial import
-
- Revision 1.59 2000/09/18 16:04:38 willem.vandorp
- OpenOffice header added.
-
- Revision 1.58 2000/05/08 17:36:58 jp
- Changes for Unicode
-
- Revision 1.57 2000/02/11 14:36:19 hr
- #70473# changes for unicode ( patched by automated patchtool )
-
- Revision 1.56 1999/11/01 17:49:58 jp
- own convert from char to UNICODE char
-
- Revision 1.55 1999/11/01 11:11:14 jp
- call string-convert with the CharSet of the font
-
- Revision 1.54 1999/08/26 18:34:10 JP
- load and save Text with more options (charset/language/lineend/font)
-
-
- Rev 1.53 26 Aug 1999 20:34:10 JP
- load and save Text with more options (charset/language/lineend/font)
-
- Rev 1.52 27 Jun 1998 16:01:50 JP
- Writer mit neuen Flags; fuer den ASCII-Writer, etwas aufgeraeumt
-
- Rev 1.51 27 Jan 1998 19:37:12 HR
- Ueberfluessige Klammern weg, HPUX mag sie nicht
-
- Rev 1.50 25 Nov 1997 18:55:18 MA
- includes
-
- Rev 1.49 03 Nov 1997 14:03:46 MA
- precomp entfernt
-
- Rev 1.48 10 Oct 1997 12:19:46 JP
- beim Clipboard das letzte CR/LF nicht schreiben
-
- Rev 1.47 14 Jan 1997 08:43:32 MA
- includes
-
- Rev 1.46 23 Oct 1996 19:49:00 JP
- String Umstellung: [] -> GetChar()
-
- Rev 1.45 28 Jun 1996 13:59:08 MA
- includes
-
- Rev 1.44 03 Apr 1996 12:32:26 JP
- OutSwTxtNode: nur im letzten Node entscheiden, ob CRLF geschrieben wird
-
- Rev 1.43 26 Mar 1996 15:24:08 JP
- Bugfix: unbeannte Zeichen richtig schreiben
-
- Rev 1.42 13 Feb 1996 19:41:30 JP
- Bug #25428#: LineEnd von SV holen und entsp. auswerten
-
- Rev 1.41 31 Jan 1996 14:27:36 mk
- SINIX
-
- Rev 1.40 24 Nov 1995 17:24:46 OM
- PCH->PRECOMPILED
-
- Rev 1.39 30 Oct 1995 13:03:38 MA
- chg: ConvertUnknown direkt eingebaut.
-
- Rev 1.38 02 Oct 1995 13:10:48 JP
- Umstellung auf schreiben verschiedener CodeSets
-
- Rev 1.37 25 Oct 1994 15:10:22 MA
- PreHdr.
-
- Rev 1.36 21 Jul 1994 09:29:52 JP
- OutASC_SwTxtNode: fuer den ZeilenUmbruch im Translate die Laenge vom Node
- benutzen und nicht die vom String. Stehen Felder/Nummern/usw. im String
- kann es nie passen!
-
- Rev 1.35 04 Mar 1994 10:58:28 JP
- Translate: auf const char* casten.
-
- Rev 1.34 25 Feb 1994 12:54:46 JP
- schreibe mit expandierten Feldern und Numerierung
-
- Rev 1.33 15 Feb 1994 08:24:10 MI
- Filter ab jetzt handsegmentiert
-
- Rev 1.32 28 Jan 1994 11:28:36 MI
- TCOV() entfernt, SW_... nach SEG_... umbenannt
-
- Rev 1.31 13 Jan 1994 08:28:28 MI
- Segmentierung per #define ermoeglicht
-
- Rev 1.30 12 Jan 1994 11:22:46 MI
- Segmentierungs-Probleme
-
-*************************************************************************/
diff --git a/sw/source/filter/ascii/parasc.cxx b/sw/source/filter/ascii/parasc.cxx
index 36098d25d5fc..e52ade7708ea 100644
--- a/sw/source/filter/ascii/parasc.cxx
+++ b/sw/source/filter/ascii/parasc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: parasc.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jp $ $Date: 2001-09-19 17:04:14 $
+ * last change: $Author: os $ $Date: 2001-09-28 08:00:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -963,99 +963,3 @@ ULONG SwASCIIParser::ReadChars()
#endif
-/*************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/ascii/parasc.cxx,v 1.3 2001-09-19 17:04:14 jp Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.2 2001/01/19 12:40:07 jp
- use new stream interface instead of one implementation; Bugfix: #76023#: Textfilter use system charset
-
- Revision 1.1.1.1 2000/09/18 17:14:53 hr
- initial import
-
- Revision 1.25 2000/09/18 16:04:39 willem.vandorp
- OpenOffice header added.
-
- Revision 1.24 2000/08/04 16:25:28 jp
- read/write unicode ascii files
-
- Revision 1.23 2000/05/08 17:37:02 jp
- Changes for Unicode
-
- Revision 1.22 2000/03/16 16:42:31 kz
- chg. include to sfx2/printer
-
- Revision 1.21 1999/10/25 19:26:58 jp
- Bug #69048#: dont change LF to #
-
- Revision 1.20 1999/10/08 16:31:54 jp
- Bug #69048#: dont change tab to #
-
- Revision 1.19 1999/08/26 18:34:10 JP
- load and save Text with more options (charset/language/lineend/font)
-
-
- Rev 1.18 26 Aug 1999 20:34:10 JP
- load and save Text with more options (charset/language/lineend/font)
-
- Rev 1.17 23 Jul 1998 11:11:14 JP
- Task #52654#: Einfuegen Doc nicht mit einer CrsrShell sondern mit einen PaM
-
- Rev 1.16 29 Jun 1998 13:01:16 JP
- SvxFmtBreakItem ohne Flag!
-
- Rev 1.15 29 Apr 1998 08:17:14 MIB
- MUSS-Aenderung: SvStream::operator!() faellt weg
-
- Rev 1.14 27 Feb 1998 09:19:56 JP
- ObjectDying-MessageItem umbenannt
-
- Rev 1.13 22 Jan 1998 20:00:10 JP
- CTOR des SwPaM umgestellt
-
- Rev 1.12 30 Oct 1997 17:13:52 AMA
- Chg: Kein AutoFlag mehr an Break bzw. PageDesc-Attributen
-
- Rev 1.11 10 Oct 1997 12:20:22 JP
- Warnings vom Ueberlauf entfernt
-
- Rev 1.10 09 Oct 1997 14:26:02 JP
- Umstellung NodeIndex/-Array/BigPtrArray
-
- Rev 1.9 12 Aug 1997 10:06:46 OS
- Header-Umstellung
-
- Rev 1.8 07 Aug 1997 15:07:08 OM
- Headerfile-Umstellung
-
- Rev 1.7 06 Aug 1997 12:46:52 HJS
- includes
-
- Rev 1.6 13 Dec 1996 12:18:58 JP
- Bug #34482#: nach dem Lesen auf SystemCodeSet umschalten
-
- Rev 1.5 29 Oct 1996 12:10:24 JP
- am Doc ist das NodesArray nur noch ueber Get..() zugaenglich
-
- Rev 1.4 09 Oct 1996 17:58:46 MA
- Progress
-
- Rev 1.3 28 Jun 1996 13:59:08 MA
- includes
-
- Rev 1.2 02 May 1996 11:48:46 JP
- zum Testen: asynchrones Laden erweitert
-
- Rev 1.1 30 Apr 1996 12:09:38 JP
- Vorbereitung fuer asynchrones laden
-
- Rev 1.0 29 Apr 1996 18:11:00 JP
- Initial revision.
-
-*************************************************************************/
-
diff --git a/sw/source/filter/ascii/wrtasc.cxx b/sw/source/filter/ascii/wrtasc.cxx
index 0277872fc132..77f23aedc2a9 100644
--- a/sw/source/filter/ascii/wrtasc.cxx
+++ b/sw/source/filter/ascii/wrtasc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrtasc.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2001-01-19 12:40:07 $
+ * last change: $Author: os $ $Date: 2001-09-28 08:00:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -266,49 +266,4 @@ void GetASCWriter( const String& rFltNm, WriterRef& xRet )
xRet = new SwASCWriter( rFltNm );
}
-/*************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/ascii/wrtasc.cxx,v 1.2 2001-01-19 12:40:07 jp Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 17:14:53 hr
- initial import
-
- Revision 1.61 2000/09/18 16:04:39 willem.vandorp
- OpenOffice header added.
-
- Revision 1.60 2000/08/04 16:25:32 jp
- read/write unicode ascii files
-
- Revision 1.59 2000/05/08 17:37:06 jp
- Changes for Unicode
-
- Revision 1.58 2000/03/03 16:23:14 pl
- #73771# workaround for c50 intel compiler
-
- Revision 1.57 1999/08/30 08:01:52 JP
- WriteStream - set lineend string
-
-
- Rev 1.56 30 Aug 1999 10:01:52 JP
- WriteStream - set lineend string
-
- Rev 1.55 26 Aug 1999 20:34:10 JP
- load and save Text with more options (charset/language/lineend/font)
-
- Rev 1.54 16 Jun 1999 19:47:26 JP
- Change interface of base class Writer
-
- Rev 1.53 04 May 1999 14:59:40 JP
- FilterExportklasse Writer von SvRef abgeleitet, damit sie immer zerstoert wird
-
- Rev 1.52 27 Jun 1998 16:01:50 JP
- Writer mit neuen Flags; fuer den ASCII-Writer, etwas aufgeraeumt
-
-*************************************************************************/
-
diff --git a/sw/source/filter/basflt/docfact.cxx b/sw/source/filter/basflt/docfact.cxx
index d4c83c9c42ed..f70c566d75d4 100644
--- a/sw/source/filter/basflt/docfact.cxx
+++ b/sw/source/filter/basflt/docfact.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docfact.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-19 10:59:14 $
+ * last change: $Author: os $ $Date: 2001-09-28 08:04:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -142,79 +142,4 @@ ULONG SwDocFac::Count() const
return pDoc ? pDoc->GetNodes().GetEndOfContent().GetIndex() - 10 : 0;
}
-/*************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/basflt/docfact.cxx,v 1.1.1.1 2000-09-19 10:59:14 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.36 2000/09/18 16:04:39 willem.vandorp
- OpenOffice header added.
-
- Revision 1.35 2000/05/08 16:42:28 jp
- Changes for Unicode
-
- Revision 1.34 1999/06/29 10:14:48 KZ
- ins. #include <tools/ref.hxx>
-
-
- Rev 1.33 29 Jun 1999 12:14:48 KZ
- ins. #include <tools/ref.hxx>
-
- Rev 1.32 25 Nov 1997 19:07:32 MA
- includes
-
- Rev 1.31 03 Nov 1997 14:04:36 MA
- precomp entfernt
-
- Rev 1.30 09 Oct 1997 14:30:40 JP
- Umstellung NodeIndex/-Array/BigPtrArray
-
- Rev 1.29 03 Dec 1996 16:55:58 AMA
- Chg: Der Drucker wird nur im !Browsemodus angelegt.
-
- Rev 1.28 29 Oct 1996 12:05:40 JP
- am Doc ist das NodesArray nur noch ueber Get..() zugaenglich
-
- Rev 1.27 28 Jun 1996 14:18:54 MA
- includes
-
- Rev 1.26 24 Nov 1995 17:24:12 OM
- PCH->PRECOMPILED
-
- Rev 1.25 22 Nov 1995 15:31:34 JP
- Segementierung - virtual Methoden impl.
-
- Rev 1.24 02 Oct 1995 18:30:42 JP
- Durcker ItemSet erweitert
-
- Rev 1.23 28 Apr 1995 17:05:34 OS
- Range fuer Printer-Options-Item veraendert
-
- Rev 1.22 25 Apr 1995 19:41:54 JP
- ueberfluessige Methoden entfernt (rund um JobSetup)
-
- Rev 1.21 22 Apr 1995 19:09:04 JP
- CTOR: AddLink auf vorhandenes Doc; GetDoc: Printer nur auf bedarf anlegen (Bug 11653)
-
- Rev 1.20 04 Apr 1995 15:05:14 MA
- unuetze deletez entfernt.
-
- Rev 1.19 12 Feb 1995 18:14:40 JP
- GetDoc: falls Printer schon vorhanden ist nicht neu setzen - ClipBoard !!!!
-
- Rev 1.18 15 Dec 1994 20:49:14 SWG
- *ARR* Ersetzungen, svmem, __far_data etc.
-
- Rev 1.17 08 Nov 1994 16:17:58 OK
- Pre.Hdr gerichtet
-
- Rev 1.16 03 Nov 1994 17:38:52 PK
- sfxitemset fuer printer
-
-*************************************************************************/
-
diff --git a/sw/source/filter/ww1/fltshell.cxx b/sw/source/filter/ww1/fltshell.cxx
index 9fd285bd97e2..4eeaa2c4fb7f 100644
--- a/sw/source/filter/ww1/fltshell.cxx
+++ b/sw/source/filter/ww1/fltshell.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fltshell.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jp $ $Date: 2001-09-27 17:18:03 $
+ * last change: $Author: os $ $Date: 2001-09-28 08:07:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2186,174 +2186,3 @@ void SwFltShell::NextStyle(USHORT nWhich, USHORT nNext)
*pColls[nNext]->GetColl() );
}
-/**********************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/ww1/fltshell.cxx,v 1.3 2001-09-27 17:18:03 jp Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.2 2001/01/26 15:42:07 jp
- Bug #77951#: MakePageDesc - create I18N names
-
- Revision 1.1.1.1 2000/09/18 17:14:57 hr
- initial import
-
- Revision 1.57 2000/09/18 16:04:55 willem.vandorp
- OpenOffice header added.
-
- Revision 1.56 2000/08/30 16:46:59 jp
- use CharClass instead of international
-
- Revision 1.55 2000/07/28 15:26:54 khz
- #73796# don't delete NumRule from Attr but set it into pDoc
-
- Revision 1.54 2000/07/25 16:58:34 khz
- #74876# MakeRegion() don't use different Nodes for same Node Index
-
- Revision 1.53 2000/07/24 16:39:49 khz
- #75701# set Break or PageDesc item BEHIND TOX if not found before the #0x0C
-
- Revision 1.52 2000/07/12 11:37:05 khz
- #76503# SwFltStackEntry.bOld prevents from killing attributes in ww8par.cxx
-
- Revision 1.51 2000/06/28 08:10:17 khz
- #70915# new: MoveAttrsToNextTextNode() [see coment in ww8/ww8par.cxx]
-
- Revision 1.50 2000/06/26 12:53:42 os
- INetURLObject::SmartRelToAbs removed
-
- Revision 1.49 2000/06/13 11:22:33 os
- SUPD removed
-
- Revision 1.48 2000/06/13 09:38:40 os
- using UCB
-
- Revision 1.47 2000/05/26 11:41:20 hr
- SwFltShell& SwFltShell::operator << ( const sal_Unicode c )
-
- Revision 1.46 2000/05/11 16:06:41 jp
- Changes for Unicode
-
- Revision 1.45 2000/02/11 14:39:29 hr
- #70473# changes for unicode ( patched by automated patchtool )
-
- Revision 1.44 1999/11/25 17:00:35 khz
- Task #70133# new method SwFltControlStack::KillUnlockedAttrs()
-
- Revision 1.43 1999/11/25 16:38:15 khz
- Task #70133# new method SwFltControlStack::KillUnlockedAttrs()
-
- Revision 1.42 1999/10/29 12:08:16 khz
- import new TOX_CONTENT and TOX_INDEX features
-
- Revision 1.41 1999/10/25 19:35:23 tl
- ongoing ONE_LINGU implementation
-
- Revision 1.40 1999/10/08 09:29:10 khz
- Import Redlining
-
- Revision 1.39 1999/04/27 12:19:10 KHZ
- Task #65353# Section ins Doc einfuegen nur mit Parameter bUpdate = FALSE
-
-
- Rev 1.38 27 Apr 1999 14:19:10 KHZ
- Task #65353# Section ins Doc einfuegen nur mit Parameter bUpdate = FALSE
-
- Rev 1.37 12 May 1998 15:52:14 JP
- rund um Flys/DrawObjs im Doc/FESh umgestellt/optimiert
-
- Rev 1.36 27 Feb 1998 19:12:42 HJS
- SH 27.02.98
-
- Rev 1.33 22 Jan 1998 20:06:44 JP
- CTOR des SwPaM umgestellt
-
- Rev 1.32 02 Dec 1997 17:25:56 MA
- includes
-
- Rev 1.31 29 Nov 1997 17:37:12 MA
- includes
-
- Rev 1.30 17 Nov 1997 09:57:14 JP
- Umstellung Numerierung
-
- Rev 1.29 30 Oct 1997 18:17:16 AMA
- Chg: Kein AutoFlag mehr an Break bzw. PageDesc-Attributen
-
- Rev 1.28 09 Oct 1997 14:14:32 JP
- Aenderungen von SH und Umstellung NodeIndex/-Array/BigPtrArray
-
- Rev 1.27 02 Oct 1997 15:26:00 OM
- Feldumstellung
-
- Rev 1.26 12 Sep 1997 11:17:24 OS
- ITEMID_* definiert
-
- Rev 1.25 04 Sep 1997 11:18:00 JP
- include
-
- Rev 1.24 03 Sep 1997 14:17:32 SH
- Flys, Tabellen ok, Style-Abhaengigkeiten u.v.a.m
-
- Rev 1.23 15 Aug 1997 12:50:36 OS
- charatr/frmatr/txtatr aufgeteilt
-
- Rev 1.22 12 Aug 1997 14:16:32 OS
- Header-Umstellung
-
- Rev 1.21 11 Aug 1997 14:07:40 OM
- Headerfile-Umstellung
-
- Rev 1.20 11 Aug 1997 12:50:34 SH
- Flys und einfache Tabellen und Tabulatoren
-
- Rev 1.19 18 Jul 1997 09:31:36 MA
- Stand von SH, #41738# GPF und Tabellen etwas besser
-
- Rev 1.16 11 Jul 1997 14:54:44 SH
- #40772#, #41459#
-
- Rev 1.15 16 Jun 1997 13:08:58 MA
- Stand Micheal Dietrich
-
- Rev 1.13 27 Apr 1997 16:27:28 SH
- Sonderwunsch Hypo: Ref-Feld auf Frage-Feld
-
- Rev 1.12 01 Apr 1997 22:41:04 SH
- MoveAttrs fuer Hypo-Bookmarks
-
- Rev 1.11 12 Mar 1997 19:13:06 SH
- MDT: Progressbar, Pagedesc-Bug, Spalten, Anfang Tabellen u.a.
-
- Rev 1.10 24 Jan 1997 19:49:32 SH
- Bookmarks verschraenkt und verschachtelt
-
- Rev 1.9 22 Jan 1997 12:01:52 JP
- neu: Tabellen Box Attribute
-
- Rev 1.8 10 Jan 1997 18:42:00 SH
- Stabiler und mehr von MDT
-
- Rev 1.7 28 Nov 1996 18:07:52 SH
- Schneller Schoener Weiter von MDT
-
- Rev 1.6 29 Oct 1996 13:11:24 JP
- am Doc ist das NodesArray nur noch ueber Get..() zugaenglich
-
- Rev 1.5 24 Oct 1996 17:16:44 JP
- Optimierung: Find...ByName
-
- Rev 1.4 09 Oct 1996 13:08:14 JP
- SwNodes::GoNext/-Prev (-Sect) returnt statt BOOL den gefundenen ContentNode
-
- Rev 1.3 08 Oct 1996 22:09:18 SH
- Zusammenfassung Anchor + GrafAnchor
-
- Rev 1.2 30 Sep 1996 23:20:30 SH
- neu von MDA
-
-**********************************************************************/
-//)}]
diff --git a/sw/source/filter/ww1/w1class.cxx b/sw/source/filter/ww1/w1class.cxx
index df103c764ad3..dfc8238c6688 100644
--- a/sw/source/filter/ww1/w1class.cxx
+++ b/sw/source/filter/ww1/w1class.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: w1class.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2001-05-21 19:08:14 $
+ * last change: $Author: os $ $Date: 2001-09-28 08:07:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1376,73 +1376,4 @@ BOOL Ww1Manager::HasPDxaAbs()
return aPap.HasId(26); // Ww1SingleSprmPDxaAbs
}
-/**********************************************************************
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/ww1/w1class.cxx,v 1.2 2001-05-21 19:08:14 jp Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 17:14:57 hr
- initial import
-
- Revision 1.19 2000/09/18 16:04:56 willem.vandorp
- OpenOffice header added.
-
- Revision 1.18 2000/05/11 16:06:45 jp
- Changes for Unicode
-
- Revision 1.17 1998/02/19 16:00:42 HJS
- fuer sh eingechecked
-
-
- Rev 1.16 19 Feb 1998 17:00:42 HJS
- fuer sh eingechecked
-
- Rev 1.15 29 Nov 1997 17:37:08 MA
- includes
-
- Rev 1.14 09 Oct 1997 14:13:46 JP
- Aenderungen von SH
-
- Rev 1.13 03 Sep 1997 14:15:58 SH
- Flys, Tabellen ok, Style-Abhaengigkeiten u.v.a.m
-
- Rev 1.12 11 Aug 1997 12:49:08 SH
- Flys und einfache Tabellen und Tabulatoren
-
- Rev 1.11 18 Jul 1997 09:31:38 MA
- Stand von SH, #41738# GPF und Tabellen etwas besser
-
- Rev 1.9 16 Jun 1997 13:08:56 MA
- Stand Micheal Dietrich
-
- Rev 1.7 12 Mar 1997 19:11:52 SH
- MDT: Progressbar, Pagedesc-Bug, Spalten, Anfang Tabellen u.a.
-
- Rev 1.6 10 Jan 1997 18:42:40 SH
- Stabiler und mehr von MDT
-
- Rev 1.5 28 Nov 1996 18:08:28 SH
- Schneller Schoener Weiter von MDT
-
- Rev 1.4 05 Nov 1996 12:47:28 mda
- kein io.h unter Unix includen
-
- Rev 1.3 14 Oct 1996 13:07:12 KH
- explizite Feldlaenge wg. compiler bug
-
- Rev 1.2 30 Sep 1996 23:27:52 SH
- neu von MDA
-
- Rev 1.1 11 Sep 1996 11:23:40 TRI
- WIN16 brauchte Cast
-
- Rev 1.0 10 Sep 1996 02:10:06 SH
- Initial revision.
-
-
-**********************************************************************/
-//]})
diff --git a/sw/source/filter/ww1/w1class.hxx b/sw/source/filter/ww1/w1class.hxx
index 40ebea0624b8..528c549ab35f 100644
--- a/sw/source/filter/ww1/w1class.hxx
+++ b/sw/source/filter/ww1/w1class.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: w1class.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2001-05-21 19:08:14 $
+ * last change: $Author: os $ $Date: 2001-09-28 08:07:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1698,63 +1698,3 @@ public:
Ww1Fields* = 0);
};
-/**********************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/ww1/w1class.hxx,v 1.2 2001-05-21 19:08:14 jp Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 17:14:57 hr
- initial import
-
- Revision 1.19 2000/09/18 16:04:56 willem.vandorp
- OpenOffice header added.
-
- Revision 1.18 2000/09/09 12:53:29 willem.vandorp
- Header and footer replaced
-
- Revision 1.17 2000/05/11 16:06:48 jp
- Changes for Unicode
-
- Revision 1.16 1998/02/19 16:01:14 HJS
- fuer sh eingechecked
-
-
- Rev 1.15 19 Feb 1998 17:01:14 HJS
- fuer sh eingechecked
-
- Rev 1.12 14 Nov 1997 10:55:28 OS
- SH-Aenderung fuer Textmarken
-
- Rev 1.11 09 Oct 1997 14:13:46 JP
- Aenderungen von SH
-
- Rev 1.10 03 Sep 1997 14:16:28 SH
- Flys, Tabellen ok, Style-Abhaengigkeiten u.v.a.m
-
- Rev 1.9 11 Aug 1997 12:49:26 SH
- Flys und einfache Tabellen und Tabulatoren
-
- Rev 1.8 18 Jul 1997 09:31:38 MA
- Stand von SH, #41738# GPF und Tabellen etwas besser
-
- Rev 1.5 16 Jun 1997 13:09:04 MA
- Stand Micheal Dietrich
-
- Rev 1.4 12 Mar 1997 19:11:24 SH
- MDT: Progressbar, Pagedesc-Bug, Spalten, Anfang Tabellen u.a.
-
- Rev 1.3 10 Jan 1997 18:43:58 SH
- Stabiler und mehr von MDT
-
- Rev 1.2 28 Nov 1996 18:08:06 SH
- Schneller Schoener Weiter von MDT
-
- Rev 1.1 30 Sep 1996 23:22:18 SH
- neu von MDA
-
-
-**********************************************************************/
diff --git a/sw/source/filter/ww1/w1filter.cxx b/sw/source/filter/ww1/w1filter.cxx
index a5845d294f3e..2cb8dd87e8f9 100644
--- a/sw/source/filter/ww1/w1filter.cxx
+++ b/sw/source/filter/ww1/w1filter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: w1filter.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mtg $ $Date: 2001-02-02 11:20:58 $
+ * last change: $Author: os $ $Date: 2001-09-28 08:07:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2337,103 +2337,4 @@ void Ww1HeaderFooter::Stop(Ww1Shell& rOut, Ww1Manager& rMan, sal_Unicode&)
}
}
-/***********************************************************************
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/ww1/w1filter.cxx,v 1.2 2001-02-02 11:20:58 mtg Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 17:14:57 hr
- initial import
-
- Revision 1.29 2000/09/18 16:04:56 willem.vandorp
- OpenOffice header added.
-
- Revision 1.28 2000/05/11 16:06:52 jp
- Changes for Unicode
-
- Revision 1.27 2000/02/11 14:39:31 hr
- #70473# changes for unicode ( patched by automated patchtool )
-
- Revision 1.26 1999/03/16 11:12:24 JP
- Task #63047#: keine Abfrage mehr auf ein SVX_TAB_DEFDIST
-
-
- Rev 1.25 16 Mar 1999 12:12:24 JP
- Task #63047#: keine Abfrage mehr auf ein SVX_TAB_DEFDIST
-
- Rev 1.24 17 Nov 1998 10:48:18 OS
- #58263# NumType durch SvxExtNumType ersetzt
-
- Rev 1.23 27 Feb 1998 19:29:06 HJS
- SH 27.02.98
-
- Rev 1.20 09 Dec 1997 17:04:38 JP
- neue InhaltsVerzeichnis Poolvorlagen -> neuer MaxLevel
-
- Rev 1.19 29 Nov 1997 17:37:10 MA
- includes
-
- Rev 1.18 21 Nov 1997 17:22:44 OM
- Feldbefehl-Umstellung: DocInfo
-
- Rev 1.17 14 Oct 1997 14:17:18 OM
- Feldumstellung
-
- Rev 1.16 09 Oct 1997 14:13:46 JP
- Aenderungen von SH
-
- Rev 1.15 02 Oct 1997 15:26:00 OM
- Feldumstellung
-
- Rev 1.14 29 Sep 1997 12:16:56 OM
- Feldumstellung
-
- Rev 1.13 24 Sep 1997 15:25:24 OM
- Feldumstellung
-
- Rev 1.12 04 Sep 1997 11:18:00 JP
- include
-
- Rev 1.11 03 Sep 1997 14:16:58 SH
- Flys, Tabellen ok, Style-Abhaengigkeiten u.v.a.m
-
- Rev 1.10 15 Aug 1997 12:50:36 OS
- charatr/frmatr/txtatr aufgeteilt
-
- Rev 1.9 12 Aug 1997 14:16:34 OS
- Header-Umstellung
-
- Rev 1.8 11 Aug 1997 12:51:02 SH
- Flys und einfache Tabellen und Tabulatoren
-
- Rev 1.7 17 Jul 1997 15:20:52 MA
- Bitmap Typ 99 geht nicht, abgeklemmt
-
- Rev 1.6 16 Jun 1997 13:08:56 MA
- Stand Micheal Dietrich
-
- Rev 1.5 24 Mar 1997 03:04:22 HJS
- fuer os2 auskommentiert
-
- Rev 1.4 12 Mar 1997 19:12:18 SH
- MDT: Progressbar, Pagedesc-Bug, Spalten, Anfang Tabellen u.a.
-
- Rev 1.3 10 Jan 1997 18:46:30 SH
- Stabiler und mehr von MDT
-
- Rev 1.2 28 Nov 1996 18:08:50 SH
- Schneller Schoener Weiter von MDT
-
- Rev 1.1 30 Sep 1996 23:23:40 SH
- neu von MDT
-
- Rev 1.0 14 Aug 1996 19:32:28 SH
- Initial revision.
-
-
-***********************************************************************/
-//]})
diff --git a/sw/source/filter/ww1/w1par.cxx b/sw/source/filter/ww1/w1par.cxx
index 030b83721797..178e4fcfee46 100644
--- a/sw/source/filter/ww1/w1par.cxx
+++ b/sw/source/filter/ww1/w1par.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: w1par.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2000-11-20 14:13:10 $
+ * last change: $Author: os $ $Date: 2001-09-28 08:07:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -190,76 +190,3 @@ Ww1Shell::Ww1Shell( SwDoc& rD, SwPaM& rPam, BOOL bNew, ULONG nFieldFlags)
}
-
-/**********************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/ww1/w1par.cxx,v 1.2 2000-11-20 14:13:10 jp Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 17:14:58 hr
- initial import
-
- Revision 1.20 2000/09/18 16:04:57 willem.vandorp
- OpenOffice header added.
-
- Revision 1.19 2000/05/15 16:37:48 jp
- Changes for Unicode
-
- Revision 1.18 2000/05/11 16:07:43 jp
- Changes for Unicode
-
- Revision 1.17 1998/07/23 09:13:52 JP
- Task #52654#: Einfuegen Doc nicht mit einer CrsrShell sondern mit einen PaM
-
-
- Rev 1.16 23 Jul 1998 11:13:52 JP
- Task #52654#: Einfuegen Doc nicht mit einer CrsrShell sondern mit einen PaM
-
- Rev 1.15 27 Feb 1998 19:29:46 HJS
- SH 27.02.98
-
- Rev 1.13 29 Nov 1997 17:37:08 MA
- includes
-
- Rev 1.12 09 Oct 1997 14:13:48 JP
- Aenderungen von SH
-
- Rev 1.11 04 Sep 1997 12:37:38 JP
- Umstellungen fuer FilterDetection im SwModule und SwDLL
-
- Rev 1.10 03 Sep 1997 14:14:24 SH
- Flys, Tabellen ok, Style-Abhaengigkeiten u.v.a.m
-
- Rev 1.9 12 Aug 1997 14:16:36 OS
- Header-Umstellung
-
- Rev 1.8 11 Aug 1997 14:07:32 OM
- Headerfile-Umstellung
-
- Rev 1.7 16 Jun 1997 13:08:58 MA
- Stand Micheal Dietrich
-
- Rev 1.6 12 Mar 1997 19:12:40 SH
- MDT: Progressbar, Pagedesc-Bug, Spalten, Anfang Tabellen u.a.
-
- Rev 1.5 10 Jan 1997 18:47:12 SH
- Stabiler und mehr von MDT
-
- Rev 1.4 28 Nov 1996 18:09:18 SH
- Schneller Schoener Weiter von MDT
-
- Rev 1.3 18 Oct 1996 10:58:36 JP
- aufbreitet fuer PRJPCH
-
- Rev 1.2 30 Sep 1996 23:24:10 SH
- neu von MDA
-
- Rev 1.0 14 Aug 1996 19:32:28 SH
- Initial revision.
-
-**********************************************************************/
-//]})
diff --git a/sw/source/filter/ww1/w1sprm.cxx b/sw/source/filter/ww1/w1sprm.cxx
index 130f592ab8cc..f437cb318b9f 100644
--- a/sw/source/filter/ww1/w1sprm.cxx
+++ b/sw/source/filter/ww1/w1sprm.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: w1sprm.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:58 $
+ * last change: $Author: os $ $Date: 2001-09-28 08:07:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -897,64 +897,4 @@ void Ww1SingleSprmPFromText::Start(
#undef STOP1
#undef STOP2
-/**********************************************************************
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/ww1/w1sprm.cxx,v 1.1.1.1 2000-09-18 17:14:58 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.19 2000/09/18 16:04:57 willem.vandorp
- OpenOffice header added.
-
- Revision 1.18 2000/05/11 16:06:59 jp
- Changes for Unicode
-
- Revision 1.17 2000/03/03 15:22:12 os
- StarView remainders removed
-
- Revision 1.16 1998/06/29 11:01:32 JP
- SvxFmtBreakItem ohne Flag!
-
-
- Rev 1.15 29 Jun 1998 13:01:32 JP
- SvxFmtBreakItem ohne Flag!
-
- Rev 1.14 19 Feb 1998 17:01:14 HJS
- fuer sh eingechecked
-
- Rev 1.12 29 Nov 1997 17:37:08 MA
- includes
-
- Rev 1.11 09 Oct 1997 14:13:48 JP
- Aenderungen von SH
-
- Rev 1.6 11 Aug 1997 12:52:20 SH
- Flys und einfache Tabellen und Tabulatoren
-
- Rev 1.5 18 Jul 1997 09:31:38 MA
- Stand von SH, #41738# GPF und Tabellen etwas besser
-
- Rev 1.4 16 Jun 1997 13:08:56 MA
- Stand Micheal Dietrich
-
- Rev 1.3 12 Mar 1997 19:12:54 SH
- MDT: Progressbar, Pagedesc-Bug, Spalten, Anfang Tabellen u.a.
-
- Rev 1.2 13 Jan 1997 16:42:02 NF
- __READONLY_DATA fr Win16 korrigiert: Typ __READONLY_DATA identifier ...
-
- Rev 1.1 10 Jan 1997 18:47:34 SH
- Stabiler und mehr von MDT
-
- Rev 1.0 28 Nov 1996 18:09:30 SH
- Schneller Schoener Weiter von MDT
-
- Rev 1.0 14 Aug 1996 19:32:28 SH
- Initial revision.
-
-
-**********************************************************************/
-//]})