summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2001-10-10 10:51:30 +0000
committerPhilipp Lohmann <pl@openoffice.org>2001-10-10 10:51:30 +0000
commit30ddd78135e5e57a976a14cf26aa56a3d6751f8b (patch)
treefefe64c05f9a85bbf220bb9212e0d362c705746f /rsc
parenta32167c57949eae3ef5165486e8b0caad41653ec (diff)
#90692# go mad for accelerators, cvs header cleanup
Diffstat (limited to 'rsc')
-rw-r--r--rsc/inc/rscall.h12
-rw-r--r--rsc/inc/rscarray.hxx12
-rw-r--r--rsc/inc/rscclass.hxx12
-rw-r--r--rsc/inc/rscclobj.hxx45
-rw-r--r--rsc/inc/rscconst.hxx12
-rw-r--r--rsc/inc/rsccont.hxx55
-rw-r--r--rsc/inc/rscdb.hxx17
-rw-r--r--rsc/inc/rscdef.hxx27
-rw-r--r--rsc/inc/rscerror.h27
-rw-r--r--rsc/inc/rscflag.hxx12
-rw-r--r--rsc/inc/rschash.hxx52
-rw-r--r--rsc/inc/rscinst.hxx30
-rw-r--r--rsc/inc/rsckey.hxx36
-rw-r--r--rsc/inc/rscmgr.hxx49
-rw-r--r--rsc/inc/rscpar.hxx11
-rw-r--r--rsc/inc/rscrange.hxx12
-rw-r--r--rsc/inc/rscrsc.hxx12
-rw-r--r--rsc/inc/rscsfx.hxx12
-rw-r--r--rsc/inc/rscstr.hxx59
-rw-r--r--rsc/inc/rsctools.hxx29
-rw-r--r--rsc/inc/rsctop.hxx12
-rw-r--r--rsc/inc/rsctree.hxx27
-rw-r--r--rsc/source/parser/erscerr.cxx11
-rw-r--r--rsc/source/parser/rscdb.cxx14
-rw-r--r--rsc/source/parser/rscinit.cxx5
-rw-r--r--rsc/source/parser/rsckey.cxx45
-rw-r--r--rsc/source/parser/rsclex.cxx11
-rw-r--r--rsc/source/parser/rscpar.cxx29
-rw-r--r--rsc/source/parser/rscyacc.cxx11
-rw-r--r--rsc/source/res/rscall.cxx26
-rw-r--r--rsc/source/res/rscarray.cxx11
-rw-r--r--rsc/source/res/rscclass.cxx32
-rw-r--r--rsc/source/res/rscclobj.cxx45
-rw-r--r--rsc/source/res/rscconst.cxx11
-rw-r--r--rsc/source/res/rsccont.cxx32
-rw-r--r--rsc/source/res/rscflag.cxx11
-rw-r--r--rsc/source/res/rscmgr.cxx63
-rw-r--r--rsc/source/res/rscrange.cxx11
-rw-r--r--rsc/source/res/rscstr.cxx29
-rw-r--r--rsc/source/res/rsctop.cxx11
-rw-r--r--rsc/source/rsc/rsc.cxx11
-rw-r--r--rsc/source/tools/rscchar.cxx55
-rw-r--r--rsc/source/tools/rscdef.cxx26
-rw-r--r--rsc/source/tools/rschash.cxx64
-rw-r--r--rsc/source/tools/rsctools.cxx48
-rw-r--r--rsc/source/tools/rsctree.cxx26
46 files changed, 142 insertions, 1068 deletions
diff --git a/rsc/inc/rscall.h b/rsc/inc/rscall.h
index 35528e750e9d..fff4fe0d919c 100644
--- a/rsc/inc/rscall.h
+++ b/rsc/inc/rscall.h
@@ -2,9 +2,9 @@
*
* $RCSfile: rscall.h,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:54 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,14 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/inc/rscall.h,v 1.1.1.1 2000-09-18 16:42:54 hr Exp $
-
-**************************************************************************/
-
#ifndef _RSCALL_H
#define _RSCALL_H
diff --git a/rsc/inc/rscarray.hxx b/rsc/inc/rscarray.hxx
index 420afdf54074..6681f1958cc4 100644
--- a/rsc/inc/rscarray.hxx
+++ b/rsc/inc/rscarray.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscarray.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:54 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,14 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/inc/rscarray.hxx,v 1.1.1.1 2000-09-18 16:42:54 hr Exp $
-
-**************************************************************************/
-
#ifndef _RSCARRAY_HXX
#define _RSCARRAY_HXX
diff --git a/rsc/inc/rscclass.hxx b/rsc/inc/rscclass.hxx
index df5d5cb5c557..02cafd81cf33 100644
--- a/rsc/inc/rscclass.hxx
+++ b/rsc/inc/rscclass.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscclass.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:54 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,14 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/inc/rscclass.hxx,v 1.1.1.1 2000-09-18 16:42:54 hr Exp $
-
-**************************************************************************/
-
#ifndef _RSCCLASS_HXX
#define _RSCCLASS_HXX
diff --git a/rsc/inc/rscclobj.hxx b/rsc/inc/rscclobj.hxx
index 334bb9c145f1..8f29813e81d8 100644
--- a/rsc/inc/rscclobj.hxx
+++ b/rsc/inc/rscclobj.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscclobj.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:54 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,47 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/inc/rscclobj.hxx,v 1.1.1.1 2000-09-18 16:42:54 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.6 2000/09/17 12:51:09 willem.vandorp
- OpenOffice header added.
-
- Revision 1.5 2000/07/26 17:13:17 willem.vandorp
- Headers/footers replaced
-
- Revision 1.4 1997/08/27 18:18:12 MM
- neue Headerstruktur
-
-
- Rev 1.3 27 Aug 1997 18:18:12 MM
- neue Headerstruktur
-
- Rev 1.2 21 Nov 1995 19:49:10 TLX
- Neuer Link
-
- Rev 1.1 12 Jan 1994 15:18:10 mm
- Alignementprobleme und Warnings fuer DEC-Alpha beseitigt
-
- Rev 1.0 10 Aug 1992 07:14:38 MM
- Initial revision.
-
- Rev 1.2 23 Mar 1992 15:23:42 MM
-
- Rev 1.1 10 Dec 1991 11:49:10 MM
- ObjNode::DelObjNode
-
- Rev 1.0 26 Nov 1991 08:57:04 MM
- Initial revision.
-
-**************************************************************************/
-
#ifndef _RSCCLOBJ_HXX
#define _RSCCLOBJ_HXX
diff --git a/rsc/inc/rscconst.hxx b/rsc/inc/rscconst.hxx
index 580aac51a689..cbb0aa20879d 100644
--- a/rsc/inc/rscconst.hxx
+++ b/rsc/inc/rscconst.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscconst.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:54 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,14 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/inc/rscconst.hxx,v 1.1.1.1 2000-09-18 16:42:54 hr Exp $
-
-**************************************************************************/
-
#ifndef _RSCCONST_HXX
#define _RSCCONST_HXX
diff --git a/rsc/inc/rsccont.hxx b/rsc/inc/rsccont.hxx
index ad2877abdad4..d8d313c573a8 100644
--- a/rsc/inc/rsccont.hxx
+++ b/rsc/inc/rsccont.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rsccont.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:54 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,57 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/inc/rsccont.hxx,v 1.1.1.1 2000-09-18 16:42:54 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.11 2000/09/17 12:51:09 willem.vandorp
- OpenOffice header added.
-
- Revision 1.10 2000/07/26 17:13:17 willem.vandorp
- Headers/footers replaced
-
- Revision 1.9 1997/08/27 18:18:04 MM
- neue Headerstruktur
-
-
- Rev 1.8 27 Aug 1997 18:18:04 MM
- neue Headerstruktur
-
- Rev 1.7 12 Sep 1996 12:45:38 MM
- Eigene Ressourcen definieren
-
- Rev 1.6 21 Nov 1995 19:49:16 TLX
- Neuer Link
-
- Rev 1.5 25 Aug 1993 15:33:58 mm
- Fehler und Warnings beseitigt
-
- Rev 1.4 04 Feb 1993 17:38:58 mm
- GetClassType Fehler verbessert und keine Inline -ctor.
-
- Rev 1.3 03 Feb 1993 15:03:12 mm
- GetClassType() implementiert
-
- Rev 1.2 05 Jan 1993 10:50:30 mm
- Neues Default verhalten
-
- Rev 1.1 23 Dec 1992 14:02:24 mm
- Sprachaenderung
-
- Rev 1.0 10 Aug 1992 07:14:38 MM
- Initial revision.
-
- Rev 1.13 29 Jul 1992 15:45:18 MM
- Aenderungen wg. MSC7.0
-
-**************************************************************************/
-
#ifndef _RSCCONT_HXX
#define _RSCCONT_HXX
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx
index 7172da771998..5f41d1615bca 100644
--- a/rsc/inc/rscdb.hxx
+++ b/rsc/inc/rscdb.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscdb.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: pl $ $Date: 2001-07-19 12:37:36 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -346,6 +346,8 @@ public:
RscLangArray aLangString;
RscLangArray aLangShort;
+ HASHID nAcceleratorType;
+
RscError* pEH; // Fehlerhandler
RscNameTable aNmTb; // Tabelle fuer Namen
RscFileTab aFileTab; // Tabelle der Dateinamen
@@ -367,12 +369,23 @@ public:
{ return (nFlags & NOSYSRESTEST_FLAG) ? FALSE : TRUE; }
BOOL IsSrsDefault() const
{ return (nFlags & SRSDEFAULT_FLAG) ? TRUE : FALSE; }
+ LanguageType GetLanguage() const
+ { return (LanguageType)nLangTypeId; }
+ LanguageType GetDefLanguage() const
+ { return (LanguageType)nDfltLangTypeId; }
LanguageType ChangeLanguage( LanguageType eLang )
{
LanguageType nOldLang = (LanguageType)nLangTypeId;
nLangTypeId = eLang;
return nOldLang;
}
+ LanguageType ChangeDefLanguage( LanguageType eLang )
+ {
+ LanguageType nOldLang = (LanguageType)nDfltLangTypeId;
+ nDfltLangTypeId = eLang;
+ return nOldLang;
+ }
+
RSCBYTEORDER_TYPE GetByteOrder() const { return nByteOrder; }
CharSet GetSourceCharSet() const { return nSourceCharSet; }
void SetSearchPath( const ByteString & rStr) { aSearchPath = rStr; }
diff --git a/rsc/inc/rscdef.hxx b/rsc/inc/rscdef.hxx
index 2935d4061e8e..9ab81be6f460 100644
--- a/rsc/inc/rscdef.hxx
+++ b/rsc/inc/rscdef.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscdef.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:54 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,29 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/inc/rscdef.hxx,v 1.1.1.1 2000-09-18 16:42:54 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.10 2000/09/17 12:51:09 willem.vandorp
- OpenOffice header added.
-
- Revision 1.9 2000/07/26 17:13:17 willem.vandorp
- Headers/footers replaced
-
- Revision 1.8 2000/07/11 17:00:08 th
- Unicode
-
- Revision 1.7 1997/08/27 18:18:14 MM
- neue Headerstruktur
-
-**************************************************************************/
-
#ifndef _RSCDEF_HXX
#define _RSCDEF_HXX
diff --git a/rsc/inc/rscerror.h b/rsc/inc/rscerror.h
index 695326625b62..622d753e88c3 100644
--- a/rsc/inc/rscerror.h
+++ b/rsc/inc/rscerror.h
@@ -2,9 +2,9 @@
*
* $RCSfile: rscerror.h,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:54 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,29 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/inc/rscerror.h,v 1.1.1.1 2000-09-18 16:42:54 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.14 2000/09/17 12:51:09 willem.vandorp
- OpenOffice header added.
-
- Revision 1.13 2000/07/26 17:13:17 willem.vandorp
- Headers/footers replaced
-
- Revision 1.12 2000/07/11 17:00:17 th
- Unicode
-
- Revision 1.11 1997/08/27 18:18:16 MM
- neue Headerstruktur
-
-**************************************************************************/
-
#ifndef _RSCERROR_H
#define _RSCERROR_H
diff --git a/rsc/inc/rscflag.hxx b/rsc/inc/rscflag.hxx
index 6c6d36c34174..8d4ada02c6f0 100644
--- a/rsc/inc/rscflag.hxx
+++ b/rsc/inc/rscflag.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscflag.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:54 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,14 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/inc/rscflag.hxx,v 1.1.1.1 2000-09-18 16:42:54 hr Exp $
-
-**************************************************************************/
-
#ifndef _RSCFLAG_HXX
#define _RSCFLAG_HXX
diff --git a/rsc/inc/rschash.hxx b/rsc/inc/rschash.hxx
index 0ef00f7020a6..3aba6eadc95a 100644
--- a/rsc/inc/rschash.hxx
+++ b/rsc/inc/rschash.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rschash.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:54 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,54 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/inc/rschash.hxx,v 1.1.1.1 2000-09-18 16:42:54 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.6 2000/09/17 12:51:09 willem.vandorp
- OpenOffice header added.
-
- Revision 1.5 2000/07/26 17:13:17 willem.vandorp
- Headers/footers replaced
-
- Revision 1.4 1997/08/27 18:18:10 MM
- neue Headerstruktur
-
-
- Rev 1.3 27 Aug 1997 18:18:10 MM
- neue Headerstruktur
-
- Rev 1.2 21 Nov 1995 19:49:20 TLX
- Neuer Link
-
- Rev 1.1 04 May 1995 10:17:20 mk
- ^Z am Ende
-
- Rev 1.0 10 Aug 1992 07:14:22 MM
- Initial revision.
-
- Rev 1.4 23 Mar 1992 15:23:50 MM
-
- Rev 1.3 26 Nov 1991 08:56:06 MM
-
- Rev 1.2 11 Sep 1991 12:20:10 MM
-
- Rev 1.1 18 Jul 1991 12:53:26 MM
- Unix Anpassung
-
- Rev 1.0 17 Jun 1991 14:54:46 MM
- Initial revision.
-
- Rev 1.0 08 Feb 1991 13:42:52 MM
- Initial revision.
-
-**************************************************************************/
-
#ifndef _RSCHASH_HXX
#define _RSCHASH_HXX
diff --git a/rsc/inc/rscinst.hxx b/rsc/inc/rscinst.hxx
index f0a982c21217..3ee277fc98b1 100644
--- a/rsc/inc/rscinst.hxx
+++ b/rsc/inc/rscinst.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscinst.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:54 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,32 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/inc/rscinst.hxx,v 1.1.1.1 2000-09-18 16:42:54 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.14 2000/09/17 12:51:09 willem.vandorp
- OpenOffice header added.
-
- Revision 1.13 2000/07/26 17:13:17 willem.vandorp
- Headers/footers replaced
-
- Revision 1.12 2000/07/11 17:00:28 th
- Unicode
-
- Revision 1.11 1999/09/07 13:30:02 mm
- UniCode
-
- Revision 1.10 1997/08/27 18:18:06 MM
- neue Headerstruktur
-
-**************************************************************************/
-
#ifndef _RSCINST_HXX
#define _RSCINST_HXX
diff --git a/rsc/inc/rsckey.hxx b/rsc/inc/rsckey.hxx
index f4da97b39dd1..517b0bb0a658 100644
--- a/rsc/inc/rsckey.hxx
+++ b/rsc/inc/rsckey.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rsckey.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:54 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,38 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/inc/rsckey.hxx,v 1.1.1.1 2000-09-18 16:42:54 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.6 2000/09/17 12:51:09 willem.vandorp
- OpenOffice header added.
-
- Revision 1.5 2000/07/26 17:13:17 willem.vandorp
- Headers/footers replaced
-
- Revision 1.4 1997/08/27 18:18:06 MM
- neue Headerstruktur
-
-
- Rev 1.3 27 Aug 1997 18:18:06 MM
- neue Headerstruktur
-
- Rev 1.2 21 Nov 1995 19:49:18 TLX
- Neuer Link
-
- Rev 1.1 16 Feb 1995 19:50:50 MM
- char * -> const char *
-
- Rev 1.0 10 Aug 1992 07:14:30 MM
- Initial revision.
-**************************************************************************/
-
#ifndef _RSCKEY_HXX
#define _RSCKEY_HXX
diff --git a/rsc/inc/rscmgr.hxx b/rsc/inc/rscmgr.hxx
index 815944357ab7..d45807f063d1 100644
--- a/rsc/inc/rscmgr.hxx
+++ b/rsc/inc/rscmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscmgr.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:54 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,51 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/inc/rscmgr.hxx,v 1.1.1.1 2000-09-18 16:42:54 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.10 2000/09/17 12:51:09 willem.vandorp
- OpenOffice header added.
-
- Revision 1.9 2000/07/26 17:13:17 willem.vandorp
- Headers/footers replaced
-
- Revision 1.8 1997/08/27 18:18:10 MM
- neue Headerstruktur
-
-
- Rev 1.7 27 Aug 1997 18:18:10 MM
- neue Headerstruktur
-
- Rev 1.6 21 Nov 1995 19:49:08 TLX
- Neuer Link
-
- Rev 1.5 12 Jan 1994 15:18:06 mm
- Alignementprobleme und Warnings fuer DEC-Alpha beseitigt
-
- Rev 1.4 28 Oct 1993 17:12:36 mm
- Referenzeingabe wird besser geprueft
-
- Rev 1.3 25 Aug 1993 15:34:18 mm
- Fehler und Warnings beseitigt
-
- Rev 1.2 05 Jan 1993 10:50:36 mm
- Neues Default verhalten
-
- Rev 1.1 23 Dec 1992 14:02:32 mm
- Sprachaenderung
-
- Rev 1.0 10 Aug 1992 07:14:20 MM
- Initial revision.
-
-**************************************************************************/
-
#ifndef _RSCMGR_HXX
#define _RSCMGR_HXX
diff --git a/rsc/inc/rscpar.hxx b/rsc/inc/rscpar.hxx
index 5fe35835cd37..5110cef3d7c8 100644
--- a/rsc/inc/rscpar.hxx
+++ b/rsc/inc/rscpar.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscpar.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:54 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,13 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/inc/rscpar.hxx,v 1.1.1.1 2000-09-18 16:42:54 hr Exp $
-
-**************************************************************************/
#ifndef _RSCPAR_HXX
#define _RSCPAR_HXX
diff --git a/rsc/inc/rscrange.hxx b/rsc/inc/rscrange.hxx
index 48a7a80c9ea6..7a00b1d0462b 100644
--- a/rsc/inc/rscrange.hxx
+++ b/rsc/inc/rscrange.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscrange.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,14 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/inc/rscrange.hxx,v 1.1.1.1 2000-09-18 16:42:55 hr Exp $
-
-**************************************************************************/
-
#ifndef _RSCRANGE_HXX
#define _RSCRANGE_HXX
diff --git a/rsc/inc/rscrsc.hxx b/rsc/inc/rscrsc.hxx
index 2a37bc48e698..0b1699d0154b 100644
--- a/rsc/inc/rscrsc.hxx
+++ b/rsc/inc/rscrsc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscrsc.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,14 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/inc/rscrsc.hxx,v 1.1.1.1 2000-09-18 16:42:55 hr Exp $
-
-**************************************************************************/
-
#ifndef _RSCRSC_HXX
#define _RSCRSC_HXX
diff --git a/rsc/inc/rscsfx.hxx b/rsc/inc/rscsfx.hxx
index 57713e2cc740..85e43c0a8640 100644
--- a/rsc/inc/rscsfx.hxx
+++ b/rsc/inc/rscsfx.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscsfx.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,14 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/inc/rscsfx.hxx,v 1.1.1.1 2000-09-18 16:42:55 hr Exp $
-
-**************************************************************************/
-
#ifndef _RSCSFX_HXX
#define _RSCSFX_HXX
diff --git a/rsc/inc/rscstr.hxx b/rsc/inc/rscstr.hxx
index 72be37d459a3..65c24215f471 100644
--- a/rsc/inc/rscstr.hxx
+++ b/rsc/inc/rscstr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscstr.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,61 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/inc/rscstr.hxx,v 1.1.1.1 2000-09-18 16:42:55 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.12 2000/09/17 12:51:09 willem.vandorp
- OpenOffice header added.
-
- Revision 1.11 2000/07/26 17:13:17 willem.vandorp
- Headers/footers replaced
-
- Revision 1.10 1997/08/27 18:18:12 MM
- neue Headerstruktur
-
-
- Rev 1.9 27 Aug 1997 18:18:12 MM
- neue Headerstruktur
-
- Rev 1.8 12 Sep 1996 12:44:56 MM
- Eigene Ressourcen definieren
-
- Rev 1.7 21 Nov 1995 19:49:08 TLX
- Neuer Link
-
- Rev 1.6 12 Jan 1994 15:18:22 mm
- Alignementprobleme und Warnings fuer DEC-Alpha beseitigt
-
- Rev 1.5 25 Aug 1993 15:34:30 mm
- Fehler und Warnings beseitigt
-
- Rev 1.4 04 Feb 1993 17:38:44 mm
- GetClassType Fehler verbessert und keine Inline -ctor.
-
- Rev 1.3 03 Feb 1993 15:03:08 mm
- GetClassType() implementiert
-
- Rev 1.2 05 Jan 1993 10:50:44 mm
- Neues Default verhalten
-
- Rev 1.1 23 Dec 1992 14:02:40 mm
- Sprachaenderung
-
- Rev 1.0 10 Aug 1992 07:14:14 MM
- Initial revision.
-
- Rev 1.11 23 Mar 1992 15:24:20 MM
-
- Rev 1.10 16 Jan 1992 12:48:06 MM
- IsVarDefault
-**************************************************************************/
-
#ifndef _RSCSTR_HXX
#define _RSCSTR_HXX
diff --git a/rsc/inc/rsctools.hxx b/rsc/inc/rsctools.hxx
index d5545699b017..bd0da7566dfb 100644
--- a/rsc/inc/rsctools.hxx
+++ b/rsc/inc/rsctools.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rsctools.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,31 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/inc/rsctools.hxx,v 1.1.1.1 2000-09-18 16:42:55 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.16 2000/09/17 12:51:09 willem.vandorp
- OpenOffice header added.
-
- Revision 1.15 2000/07/26 17:13:17 willem.vandorp
- Headers/footers replaced
-
- Revision 1.14 2000/07/11 16:59:41 th
- Unicode
-
- Revision 1.13 1999/09/20 17:25:29 pl
- PutAt mit short
-
- Revision 1.12 1999/09/08 11:47:39 mm
- BigEndian/LittleEndian corrected
-
-**************************************************************************/
struct RSHEADER_TYPE;
class RscPtrPtr;
diff --git a/rsc/inc/rsctop.hxx b/rsc/inc/rsctop.hxx
index 4dd365c04bc2..3dd007f77ce0 100644
--- a/rsc/inc/rsctop.hxx
+++ b/rsc/inc/rsctop.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rsctop.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,14 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/inc/rsctop.hxx,v 1.1.1.1 2000-09-18 16:42:55 hr Exp $
-
-**************************************************************************/
-
#ifndef _RSCTOP_HXX
#define _RSCTOP_HXX
diff --git a/rsc/inc/rsctree.hxx b/rsc/inc/rsctree.hxx
index 2fb07b9b4e6b..e36be3d2d77e 100644
--- a/rsc/inc/rsctree.hxx
+++ b/rsc/inc/rsctree.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rsctree.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,29 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/inc/rsctree.hxx,v 1.1.1.1 2000-09-18 16:42:55 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.8 2000/09/17 12:51:10 willem.vandorp
- OpenOffice header added.
-
- Revision 1.7 2000/07/26 17:13:17 willem.vandorp
- Headers/footers replaced
-
- Revision 1.6 2000/07/11 17:01:09 th
- Unicode
-
- Revision 1.5 1997/08/27 18:18:02 MM
- neue Headerstruktur
-
-**************************************************************************/
-
#ifndef _RSCTREE_HXX
#define _RSCTREE_HXX
diff --git a/rsc/source/parser/erscerr.cxx b/rsc/source/parser/erscerr.cxx
index 1a0453dca865..8eb5e13f0023 100644
--- a/rsc/source/parser/erscerr.cxx
+++ b/rsc/source/parser/erscerr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: erscerr.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,13 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/parser/erscerr.cxx,v 1.1.1.1 2000-09-18 16:42:55 hr Exp $
-
-************************************************************************/
#pragma hdrstop
#include <stdlib.h>
#include <stdio.h>
diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx
index bf92498609fb..38eb4568d47b 100644
--- a/rsc/source/parser/rscdb.cxx
+++ b/rsc/source/parser/rscdb.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscdb.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,13 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/parser/rscdb.cxx,v 1.1.1.1 2000-09-18 16:42:55 hr Exp $
-
-*************************************************************************/
/****************** I N C L U D E S **************************************/
#pragma hdrstop
@@ -134,7 +127,8 @@ RscTypCont :: RscTypCont( RscError * pErrHdl,
aLangString( pHS->Insert( "Lang_Chars" ), RSC_NOTYPE, &aString,
&aLangType, &nLangTypeId, &nDfltLangTypeId ),
aLangShort( pHS->Insert( "Lang_short" ), RSC_NOTYPE, &aShort,
- &aLangType, &nLangTypeId, &nDfltLangTypeId )
+ &aLangType, &nLangTypeId, &nDfltLangTypeId ),
+ nAcceleratorType( 0 )
{
nUniqueId = 256;
nPMId = RSC_VERSIONCONTROL +1; //mindestens einen groesser
diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx
index 1759eb27dfcc..23bd252f4e7c 100644
--- a/rsc/source/parser/rscinit.cxx
+++ b/rsc/source/parser/rscinit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscinit.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: pl $ $Date: 2001-07-19 12:37:37 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -697,6 +697,7 @@ void RscTypCont::Init()
/********** A C C E L E R A T O R ************************************/
pClassAccel = InitClassAccel( pClassMgr, pClassAccelItem );
pRoot->Insert( pClassAccel );
+ nAcceleratorType = pClassAccel->GetId();
/********** A C C E L I T E M ***************************************/
// pClassAccel ist erst hier definiert
diff --git a/rsc/source/parser/rsckey.cxx b/rsc/source/parser/rsckey.cxx
index 43a40e89ad66..900cafa09b43 100644
--- a/rsc/source/parser/rsckey.cxx
+++ b/rsc/source/parser/rsckey.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rsckey.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,47 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/parser/rsckey.cxx,v 1.1.1.1 2000-09-18 16:42:55 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.13 2000/09/17 12:51:11 willem.vandorp
- OpenOffice header added.
-
- Revision 1.12 2000/07/26 17:13:21 willem.vandorp
- Headers/footers replaced
-
- Revision 1.11 1999/10/25 11:48:18 mh
- changes for VC6
-
- Revision 1.10 1997/08/27 18:17:12 MM
- neue Headerstruktur
-
-
- Rev 1.9 27 Aug 1997 18:17:12 MM
- neue Headerstruktur
-
- Rev 1.8 03 Jan 1997 17:07:16 MH
- Calling Convention
-
- Rev 1.7 12 Jan 1996 17:23:40 TRI
- WNTWTC Anpassung
-
- Rev 1.6 21 Nov 1995 19:49:48 TLX
- Neuer Link
-
- Rev 1.5 27 Jul 1995 16:57:36 MM
- LongEnumRange
-
- Rev 1.4 16 Feb 1995 19:51:06 MM
- char * -> const char *
-
-**************************************************************************/
/****************** I N C L U D E S **************************************/
#pragma hdrstop
diff --git a/rsc/source/parser/rsclex.cxx b/rsc/source/parser/rsclex.cxx
index 33a14d309d57..1c73549a0608 100644
--- a/rsc/source/parser/rsclex.cxx
+++ b/rsc/source/parser/rsclex.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rsclex.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,13 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/parser/rsclex.cxx,v 1.1.1.1 2000-09-18 16:42:55 hr Exp $
-
-**************************************************************************/
#pragma hdrstop
#include <stdlib.h>
#include <stdio.h>
diff --git a/rsc/source/parser/rscpar.cxx b/rsc/source/parser/rscpar.cxx
index a0c3fd7d71a7..c79b86dc7e19 100644
--- a/rsc/source/parser/rscpar.cxx
+++ b/rsc/source/parser/rscpar.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscpar.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,31 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/parser/rscpar.cxx,v 1.1.1.1 2000-09-18 16:42:55 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.19 2000/09/17 12:51:11 willem.vandorp
- OpenOffice header added.
-
- Revision 1.18 2000/07/26 17:13:21 willem.vandorp
- Headers/footers replaced
-
- Revision 1.17 2000/07/12 11:35:51 th
- Unicode
-
- Revision 1.16 1999/09/07 13:30:04 mm
- UniCode
-
- Revision 1.15 1997/08/27 18:17:18 MM
- neue Headerstruktur
-
-**************************************************************************/
/****************** I N C L U D E S **************************************/
#pragma hdrstop
diff --git a/rsc/source/parser/rscyacc.cxx b/rsc/source/parser/rscyacc.cxx
index 50cc9cd034a7..05e4819007bd 100644
--- a/rsc/source/parser/rscyacc.cxx
+++ b/rsc/source/parser/rscyacc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscyacc.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,13 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/parser/rscyacc.cxx,v 1.1.1.1 2000-09-18 16:42:55 hr Exp $
-
-*************************************************************************/
#pragma hdrstop
#include <stdio.h>
diff --git a/rsc/source/res/rscall.cxx b/rsc/source/res/rscall.cxx
index 978514c8d4e4..c57261ab7d39 100644
--- a/rsc/source/res/rscall.cxx
+++ b/rsc/source/res/rscall.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscall.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,28 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/res/rscall.cxx,v 1.1.1.1 2000-09-18 16:42:55 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.12 2000/09/17 12:51:11 willem.vandorp
- OpenOffice header added.
-
- Revision 1.11 2000/07/26 17:13:22 willem.vandorp
- Headers/footers replaced
-
- Revision 1.10 2000/07/12 11:37:45 th
- Unicode
-
- Revision 1.9 1997/08/27 18:17:36 MM
- neue Headerstruktur
-
-**************************************************************************/
/****************** I N C L U D E S **************************************/
// C and C++ Includes.
diff --git a/rsc/source/res/rscarray.cxx b/rsc/source/res/rscarray.cxx
index 64bf18bc38d5..15cf81f93f21 100644
--- a/rsc/source/res/rscarray.cxx
+++ b/rsc/source/res/rscarray.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscarray.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,13 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/res/rscarray.cxx,v 1.1.1.1 2000-09-18 16:42:55 hr Exp $
-
-**************************************************************************/
/****************** I N C L U D E S **************************************/
// C and C++ Includes.
diff --git a/rsc/source/res/rscclass.cxx b/rsc/source/res/rscclass.cxx
index 30de42d9a174..87f10b5c3c68 100644
--- a/rsc/source/res/rscclass.cxx
+++ b/rsc/source/res/rscclass.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscclass.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,34 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/res/rscclass.cxx,v 1.1.1.1 2000-09-18 16:42:55 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.39 2000/09/17 12:51:11 willem.vandorp
- OpenOffice header added.
-
- Revision 1.38 2000/07/26 17:13:22 willem.vandorp
- Headers/footers replaced
-
- Revision 1.37 2000/07/12 11:38:05 th
- Unicode
-
- Revision 1.36 1999/11/24 17:54:35 th
- remove dependencies to vcl
-
- Revision 1.35 1999/09/08 09:24:59 mm
- BigEndian/LittleEndian komplett durchgezogen
-
- Revision 1.34 1999/09/07 13:30:05 mm
- UniCode
-
-**************************************************************************/
/****************** I N C L U D E S **************************************/
// C and C++ Includes.
diff --git a/rsc/source/res/rscclobj.cxx b/rsc/source/res/rscclobj.cxx
index d2c778c37d15..308d3ce379ba 100644
--- a/rsc/source/res/rscclobj.cxx
+++ b/rsc/source/res/rscclobj.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscclobj.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,47 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/res/rscclobj.cxx,v 1.1.1.1 2000-09-18 16:42:55 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.9 2000/09/17 12:51:11 willem.vandorp
- OpenOffice header added.
-
- Revision 1.8 2000/07/26 17:13:22 willem.vandorp
- Headers/footers replaced
-
- Revision 1.7 1998/01/08 13:20:44 MM
- includes angepasst
-
-
- Rev 1.6 08 Jan 1998 13:20:44 MM
- includes angepasst
-
- Rev 1.5 12 Sep 1996 12:44:06 MM
- Eigene Ressourcen definieren
-
- Rev 1.4 21 Nov 1995 19:50:20 TLX
- Neuer Link
-
- Rev 1.3 03 Mar 1994 12:03:28 mm
- C40 Warnings beseitigt
-
- Rev 1.2 12 Jan 1994 15:20:18 mm
- Alignementprobleme und Warnings fuer DEC-Alpha beseitigt
-
- Rev 1.1 25 Aug 1993 15:29:00 mm
- Fehler und Warnings beseitigt
-
- Rev 1.0 10 Aug 1992 07:20:50 MM
- Initial revision.
-
-**************************************************************************/
/****************** I N C L U D E S **************************************/
// C and C++ Includes.
diff --git a/rsc/source/res/rscconst.cxx b/rsc/source/res/rscconst.cxx
index 97c5ab81f668..911d43d7e906 100644
--- a/rsc/source/res/rscconst.cxx
+++ b/rsc/source/res/rscconst.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscconst.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,13 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/res/rscconst.cxx,v 1.1.1.1 2000-09-18 16:42:55 hr Exp $
-
-**************************************************************************/
/****************** I N C L U D E S **************************************/
// C and C++ Includes.
diff --git a/rsc/source/res/rsccont.cxx b/rsc/source/res/rsccont.cxx
index e3a16f37d8bb..f232dce8a504 100644
--- a/rsc/source/res/rsccont.cxx
+++ b/rsc/source/res/rsccont.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rsccont.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:56 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,34 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/res/rsccont.cxx,v 1.1.1.1 2000-09-18 16:42:56 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.20 2000/09/17 12:51:11 willem.vandorp
- OpenOffice header added.
-
- Revision 1.19 2000/07/26 17:13:22 willem.vandorp
- Headers/footers replaced
-
- Revision 1.18 2000/07/12 11:38:19 th
- Unicode
-
- Revision 1.17 1999/11/24 17:54:47 th
- remove dependencies to vcl
-
- Revision 1.16 1999/09/08 09:24:59 mm
- BigEndian/LittleEndian komplett durchgezogen
-
- Revision 1.15 1998/02/19 17:50:42 HJS
- includes
-
-**************************************************************************/
/****************** I N C L U D E S **************************************/
// C and C++ Includes.
diff --git a/rsc/source/res/rscflag.cxx b/rsc/source/res/rscflag.cxx
index b246b5a46fd7..038998f674fa 100644
--- a/rsc/source/res/rscflag.cxx
+++ b/rsc/source/res/rscflag.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscflag.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:56 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,13 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/res/rscflag.cxx,v 1.1.1.1 2000-09-18 16:42:56 hr Exp $
-
-*************************************************************************/
/****************** I N C L U D E S **************************************/
// C and C++ Includes.
diff --git a/rsc/source/res/rscmgr.cxx b/rsc/source/res/rscmgr.cxx
index 4ad36873727f..10fdcd6925aa 100644
--- a/rsc/source/res/rscmgr.cxx
+++ b/rsc/source/res/rscmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscmgr.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:56 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,31 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/res/rscmgr.cxx,v 1.1.1.1 2000-09-18 16:42:56 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.21 2000/09/17 12:51:11 willem.vandorp
- OpenOffice header added.
-
- Revision 1.20 2000/07/26 17:13:22 willem.vandorp
- Headers/footers replaced
-
- Revision 1.19 2000/07/12 11:38:32 th
- Unicode
-
- Revision 1.18 1999/09/20 17:26:04 pl
- PutAt with short
-
- Revision 1.17 1999/09/08 09:24:59 mm
- BigEndian/LittleEndian komplett durchgezogen
-
-**************************************************************************/
/****************** I N C L U D E S **************************************/
// C and C++ Includes.
@@ -320,6 +295,32 @@ ERRTYPE RscMgr::WriteRcHeader( const RSCINST & rInst, RscWriteRc & rMem,
ERRTYPE aError;
ObjNode * pObjNode = NULL;
+ /*
+ * #90692# madness lies beyond...
+ * instead of fixing src files, fix rsc syntax
+ */
+ bool bMadness = false;
+ LanguageType aOldDefLanguage = LANGUAGE_DONTKNOW;
+ if( pTC && rInst.IsInst() )
+ {
+ /*
+ * if language is different than german and rInst
+ * is of type Accelerator then tweak the default
+ * to english_us instead of the default
+ */
+ if( rInst.pClass->GetId() == pTC->nAcceleratorType &&
+ pTC->GetLanguage() != LANGUAGE_GERMAN
+ )
+ {
+ bMadness = true;
+ aOldDefLanguage = pTC->ChangeDefLanguage( LANGUAGE_ENGLISH_US );
+#ifdef DEBUG
+ fprintf( stderr, "entering madness, changing def language from %d to %d\n", aOldDefLanguage, LANGUAGE_ENGLISH_US );
+#endif
+ }
+ }
+
+
pClassData = (RscMgrInst *)(rInst.pData + RscClass::Size());
if( pClassData->aRefId.IsId() )
@@ -397,6 +398,14 @@ ERRTYPE RscMgr::WriteRcHeader( const RSCINST & rInst, RscWriteRc & rMem,
};
};
+ if( bMadness && pTC )
+ {
+#ifdef DEBUG
+ fprintf( stderr, "leaving madness\n" );
+#endif
+ pTC->ChangeDefLanguage( aOldDefLanguage );
+ }
+
return( aError );
}
diff --git a/rsc/source/res/rscrange.cxx b/rsc/source/res/rscrange.cxx
index 225754f5df1c..73b8f8eb1fa5 100644
--- a/rsc/source/res/rscrange.cxx
+++ b/rsc/source/res/rscrange.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscrange.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:56 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,13 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/res/rscrange.cxx,v 1.1.1.1 2000-09-18 16:42:56 hr Exp $
-
-*************************************************************************/
/****************** I N C L U D E S **************************************/
// C and C++ Includes.
diff --git a/rsc/source/res/rscstr.cxx b/rsc/source/res/rscstr.cxx
index bc64ac66acdb..1834465d6cdb 100644
--- a/rsc/source/res/rscstr.cxx
+++ b/rsc/source/res/rscstr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscstr.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:56 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,31 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/res/rscstr.cxx,v 1.1.1.1 2000-09-18 16:42:56 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.22 2000/09/17 12:51:11 willem.vandorp
- OpenOffice header added.
-
- Revision 1.21 2000/07/26 17:13:23 willem.vandorp
- Headers/footers replaced
-
- Revision 1.20 2000/07/12 11:38:42 th
- Unicode
-
- Revision 1.19 1999/10/12 08:45:03 mm
- gpf corrected
-
- Revision 1.18 1999/10/11 17:21:53 mm
- no LString
-
-**************************************************************************/
/****************** I N C L U D E S **************************************/
// C and C++ Includes.
diff --git a/rsc/source/res/rsctop.cxx b/rsc/source/res/rsctop.cxx
index eac8604ca30e..4c8cf1ec298c 100644
--- a/rsc/source/res/rsctop.cxx
+++ b/rsc/source/res/rsctop.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rsctop.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:56 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,13 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/res/rsctop.cxx,v 1.1.1.1 2000-09-18 16:42:56 hr Exp $
-
-*************************************************************************/
/****************** I N C L U D E S **************************************/
// C and C++ Includes.
diff --git a/rsc/source/rsc/rsc.cxx b/rsc/source/rsc/rsc.cxx
index 6c7655b2530e..0bccb695dafd 100644
--- a/rsc/source/rsc/rsc.cxx
+++ b/rsc/source/rsc/rsc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rsc.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: nf $ $Date: 2001-06-20 15:40:28 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,13 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/rsc/rsc.cxx,v 1.4 2001-06-20 15:40:28 nf Exp $
-
-**************************************************************************/
/****************************************************************/
/* Include File */
/****************************************************************/
diff --git a/rsc/source/tools/rscchar.cxx b/rsc/source/tools/rscchar.cxx
index 2ab9badbcd74..3862ca88b616 100644
--- a/rsc/source/tools/rscchar.cxx
+++ b/rsc/source/tools/rscchar.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscchar.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:56 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,57 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/tools/rscchar.cxx,v 1.1.1.1 2000-09-18 16:42:56 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.14 2000/09/17 12:51:12 willem.vandorp
- OpenOffice header added.
-
- Revision 1.13 2000/07/26 17:13:23 willem.vandorp
- Headers/footers replaced
-
- Revision 1.12 1999/09/20 16:12:22 mm
- \X is possible in the character converter
-
- Revision 1.11 1999/09/09 13:10:53 mm
- UTF8 corrected
-
- Revision 1.10 1999/09/07 13:30:06 mm
- UniCode
-
- Revision 1.9 1998/01/08 13:20:56 MM
- includes angepasst
-
-
- Rev 1.8 08 Jan 1998 13:20:56 MM
- includes angepasst
-
- Rev 1.7 07 Aug 1997 15:47:20 TJ
- include
-
- Rev 1.6 21 Nov 1995 19:50:52 TLX
- Neuer Link
-
- Rev 1.5 25 Aug 1993 15:31:38 mm
- Zeichensaetze aus den tools
-
- Rev 1.4 06 Aug 1993 13:14:56 TH
- Equal-Tablle zwischen 200-209 jetzt richtig
-
- Rev 1.3 19 Jul 1993 19:21:42 mm
- \ verbessert
-
- Rev 1.2 19 Jul 1993 16:29:46 mm
-
- Rev 1.1 20 Aug 1992 18:18:20 mm
-
-**************************************************************************/
/****************** I N C L U D E S **************************************/
#include <stdio.h>
#include <string.h>
diff --git a/rsc/source/tools/rscdef.cxx b/rsc/source/tools/rscdef.cxx
index 13b82098a823..5cad36c287c5 100644
--- a/rsc/source/tools/rscdef.cxx
+++ b/rsc/source/tools/rscdef.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscdef.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:56 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,28 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/tools/rscdef.cxx,v 1.1.1.1 2000-09-18 16:42:56 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.13 2000/09/17 12:51:12 willem.vandorp
- OpenOffice header added.
-
- Revision 1.12 2000/07/26 17:13:24 willem.vandorp
- Headers/footers replaced
-
- Revision 1.11 2000/07/11 17:17:36 th
- Unicode
-
- Revision 1.10 1997/08/27 18:17:52 MM
- neue Headerstruktur
-
-**************************************************************************/
/****************** I N C L U D E S **************************************/
// Programmuebergreifende Includes.
diff --git a/rsc/source/tools/rschash.cxx b/rsc/source/tools/rschash.cxx
index c47b078db082..6b9ae4163d4e 100644
--- a/rsc/source/tools/rschash.cxx
+++ b/rsc/source/tools/rschash.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rschash.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:56 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,66 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/tools/rschash.cxx,v 1.1.1.1 2000-09-18 16:42:56 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.7 2000/09/17 12:51:12 willem.vandorp
- OpenOffice header added.
-
- Revision 1.6 2000/07/26 17:13:24 willem.vandorp
- Headers/footers replaced
-
- Revision 1.5 1997/08/27 18:17:52 MM
- neue Headerstruktur
-
-
- Rev 1.4 27 Aug 1997 18:17:52 MM
- neue Headerstruktur
-
- Rev 1.3 21 Nov 1995 19:50:48 TLX
- Neuer Link
-
- Rev 1.2 25 Aug 1993 15:31:02 mm
- Fehler und Warnings beseitigt
-
- Rev 1.1 03 Jun 1993 15:45:48 mm
- Fehler in Test_HashId verbessert
-
- Rev 1.0 10 Aug 1992 07:18:56 MM
- Initial revision.
-
- Rev 1.6 23 Mar 1992 15:25:54 MM
-
- Rev 1.5 26 Nov 1991 08:42:22 MM
- Methode Test mit char* und void* Argument
-
- Rev 1.4 11 Sep 1991 12:40:52 MM
-
- Rev 1.3 31 Jul 1991 15:37:10 MM
-
- Rev 1.2 24 Jul 1991 10:10:52 MM
- Ausgabe auskommentiert
-
- Rev 1.1 18 Jul 1991 12:55:24 MM
- Fehler mit (BOOL) beseitigt
-
- Rev 1.0 14 Jun 1991 16:20:56 MM
- Initial revision.
-
- Rev 1.2 22 Mar 1991 11:41:44 MM
-
- Rev 1.1 25 Feb 1991 13:47:12 MM
-
- Rev 1.0 08 Feb 1991 13:12:06 MM
- Initial revision.
-
-**************************************************************************/
/****************** I N C L U D E S **************************************/
// C and C++ Includes.
#include <stdlib.h>
diff --git a/rsc/source/tools/rsctools.cxx b/rsc/source/tools/rsctools.cxx
index 483b005defe0..071343592b10 100644
--- a/rsc/source/tools/rsctools.cxx
+++ b/rsc/source/tools/rsctools.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rsctools.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: svesik $ $Date: 2001-05-02 00:51:02 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,50 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/tools/rsctools.cxx,v 1.4 2001-05-02 00:51:02 svesik Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.3.10.1 2001/04/09 13:40:02 svesik
- Treat FreeBSD just like MacOSX.
-
- Contributed by: Tim Tretyak <timothy@umc.com.ua>
-
- Revision 1.3 2000/12/18 23:24:36 svesik
- Add support for FreeBSD.
-
- Contributed by: Tim Tretyak <timothy@umc.com.ua>
-
- Revision 1.2 2000/09/27 11:26:12 mm
- Mac fix corrected
-
- Revision 1.1.1.1 2000/09/18 16:42:56 hr
- initial import
-
- Revision 1.32 2000/09/17 12:51:12 willem.vandorp
- OpenOffice header added.
-
- Revision 1.31 2000/09/07 04:30:57 patrick.luby
- Replaced tempnam() with tmpnam() as tempnam() keeps returning the same file name on Mac OS X.
-
- Revision 1.30 2000/07/26 17:13:24 willem.vandorp
- Headers/footers replaced
-
- Revision 1.29 2000/07/11 17:17:46 th
- Unicode
-
- Revision 1.28 1999/12/08 15:33:51 mh
- tmp file not in actual directory
-
- Revision 1.27 1999/09/21 17:08:45 mm
- Bigendian correct
-
-**************************************************************************/
/****************** I N C L U D E S **************************************/
// C and C++ Includes.
diff --git a/rsc/source/tools/rsctree.cxx b/rsc/source/tools/rsctree.cxx
index bc7ea5194a3c..c458bd0700fe 100644
--- a/rsc/source/tools/rsctree.cxx
+++ b/rsc/source/tools/rsctree.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rsctree.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:56 $
+ * last change: $Author: pl $ $Date: 2001-10-10 11:51:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,28 +58,6 @@
*
*
************************************************************************/
-/************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/rsc/source/tools/rsctree.cxx,v 1.1.1.1 2000-09-18 16:42:56 hr Exp $
-
- Source Code Control System - Update
-
- $Log: not supported by cvs2svn $
- Revision 1.11 2000/09/17 12:51:12 willem.vandorp
- OpenOffice header added.
-
- Revision 1.10 2000/07/26 17:13:24 willem.vandorp
- Headers/footers replaced
-
- Revision 1.9 2000/07/11 17:17:55 th
- Unicode
-
- Revision 1.8 1997/08/27 18:17:52 MM
- neue Headerstruktur
-
-**************************************************************************/
/****************** I N C L U D E S **************************************/
// C and C++ Includes.