summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rscibas.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/parser/rscibas.cxx')
-rw-r--r--rsc/source/parser/rscibas.cxx168
1 files changed, 84 insertions, 84 deletions
diff --git a/rsc/source/parser/rscibas.cxx b/rsc/source/parser/rscibas.cxx
index 9931392f4508..f8829f1aab9c 100644
--- a/rsc/source/parser/rscibas.cxx
+++ b/rsc/source/parser/rscibas.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -73,9 +73,9 @@ void RscTypCont::SETCONST( RscConst * pClass, Atom nName, UINT32 nVal )
/****************** C O D E **********************************************/
/*************************************************************************
-|* RscTypCont::InitLangType()
+|* RscTypCont::InitLangType()
|*
-|* Beschreibung
+|* Beschreibung
*************************************************************************/
typedef std::hash_map< rtl::OString, sal_uInt32, rtl::OStringHash > langmap;
@@ -93,13 +93,13 @@ void RscLangEnum::Init( RscNameTable& rNames )
{
SetConstant( rNames.Put( "SYSTEM", CONSTNAME, (long)LANGUAGE_SYSTEM ), LANGUAGE_SYSTEM );
SetConstant( rNames.Put( "DONTKNOW", CONSTNAME, LANGUAGE_DONTKNOW ), LANGUAGE_DONTKNOW );
-
+
sal_Int32 nIndex = 0;
mnLangId = 0x400; // stay away from selfdefined...
char csep = '-';
const MsLangId::IsoLangEntry* pLangEntry;
ByteString aCountry, aLang;
-
+
while ( NULL != ( pLangEntry = MsLangId::getIsoLangEntry( nIndex )) && ( pLangEntry->mnLang != LANGUAGE_DONTKNOW ))
{
#if OSL_DEBUG_LEVEL > 2
@@ -174,7 +174,7 @@ void RscLangEnum::Init( RscNameTable& rNames )
nTokenCounter++;
}
}
-
+
SetConstant( rNames.Put( "LANGUAGE_USER1", CONSTNAME, LANGUAGE_USER1 ), LANGUAGE_USER1 );
SetConstant( rNames.Put( "LANGUAGE_USER2", CONSTNAME, LANGUAGE_USER2 ), LANGUAGE_USER2 );
SetConstant( rNames.Put( "LANGUAGE_USER3", CONSTNAME, LANGUAGE_USER3 ), LANGUAGE_USER3 );
@@ -214,11 +214,11 @@ RscEnum * RscTypCont::InitLangType()
/*************************************************************************
|*
-|* RscTypCont::InitFieldUnitsType()
+|* RscTypCont::InitFieldUnitsType()
|*
-|* Beschreibung
-|* Ersterstellung MM 22.03.91
-|* Letzte Aenderung MM 27.06.91
+|* Beschreibung
+|* Ersterstellung MM 22.03.91
+|* Letzte Aenderung MM 27.06.91
|*
*************************************************************************/
RscEnum * RscTypCont::InitFieldUnitsType()
@@ -248,11 +248,11 @@ RscEnum * RscTypCont::InitFieldUnitsType()
/*************************************************************************
|*
-|* RscTypCont::InitTimeFieldFormat()
+|* RscTypCont::InitTimeFieldFormat()
|*
-|* Beschreibung
-|* Ersterstellung MM 22.03.91
-|* Letzte Aenderung MM 27.06.91
+|* Beschreibung
+|* Ersterstellung MM 22.03.91
+|* Letzte Aenderung MM 27.06.91
|*
*************************************************************************/
RscEnum * RscTypCont::InitTimeFieldFormat()
@@ -270,11 +270,11 @@ RscEnum * RscTypCont::InitTimeFieldFormat()
/*************************************************************************
|*
-|* RscTypCont::InitColor()
+|* RscTypCont::InitColor()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
+|* Beschreibung
+|* Ersterstellung MM 24.05.91
+|* Letzte Aenderung MM 24.05.91
|*
*************************************************************************/
RscEnum * RscTypCont::InitColor(){
@@ -303,11 +303,11 @@ RscEnum * RscTypCont::InitColor(){
/*************************************************************************
|*
-|* RscTypCont::InitMapUnit()
+|* RscTypCont::InitMapUnit()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
+|* Beschreibung
+|* Ersterstellung MM 24.05.91
+|* Letzte Aenderung MM 24.05.91
|*
*************************************************************************/
RscEnum * RscTypCont::InitMapUnit(){
@@ -333,11 +333,11 @@ RscEnum * RscTypCont::InitMapUnit(){
/*************************************************************************
|*
-|* RscTypCont::InitKey()
+|* RscTypCont::InitKey()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
+|* Beschreibung
+|* Ersterstellung MM 24.05.91
+|* Letzte Aenderung MM 24.05.91
|*
*************************************************************************/
RscEnum * RscTypCont::InitKey(){
@@ -457,11 +457,11 @@ RscEnum * RscTypCont::InitKey(){
/*************************************************************************
|*
-|* RscTypCont::InitTriState()
+|* RscTypCont::InitTriState()
|*
-|* Beschreibung
-|* Ersterstellung MM 26.11.91
-|* Letzte Aenderung MM 26.11.91
+|* Beschreibung
+|* Ersterstellung MM 26.11.91
+|* Letzte Aenderung MM 26.11.91
|*
*************************************************************************/
RscEnum * RscTypCont::InitTriState(){
@@ -477,11 +477,11 @@ RscEnum * RscTypCont::InitTriState(){
/*************************************************************************
|*
-|* RscTypCont::InitMessButtons()
+|* RscTypCont::InitMessButtons()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
+|* Beschreibung
+|* Ersterstellung MM 24.05.91
+|* Letzte Aenderung MM 24.05.91
|*
*************************************************************************/
RscEnum * RscTypCont::InitMessButtons()
@@ -499,11 +499,11 @@ RscEnum * RscTypCont::InitMessButtons()
/*************************************************************************
|*
-|* RscTypCont::InitMessDefButton()
+|* RscTypCont::InitMessDefButton()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
+|* Beschreibung
+|* Ersterstellung MM 24.05.91
+|* Letzte Aenderung MM 24.05.91
|*
*************************************************************************/
RscEnum * RscTypCont::InitMessDefButton(){
@@ -522,17 +522,17 @@ RscEnum * RscTypCont::InitMessDefButton(){
/*************************************************************************
|*
-|* RscTypCont::InitGeometry()
+|* RscTypCont::InitGeometry()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
+|* Beschreibung
+|* Ersterstellung MM 24.05.91
+|* Letzte Aenderung MM 24.05.91
|*
*************************************************************************/
RscTupel * RscTypCont::InitGeometry()
{
- RscTop * pTupel;
- Atom nId;
+ RscTop * pTupel;
+ Atom nId;
// Clientvariablen einfuegen
pTupel = new RscTupel( pHS->getID( "TupelDeltaSystem" ),
@@ -551,11 +551,11 @@ RscTupel * RscTypCont::InitGeometry()
/*************************************************************************
|*
-|* RscTypCont::InitLangGeometry()
+|* RscTypCont::InitLangGeometry()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
+|* Beschreibung
+|* Ersterstellung MM 24.05.91
+|* Letzte Aenderung MM 24.05.91
|*
*************************************************************************/
RscArray * RscTypCont::InitLangGeometry( RscTupel * pGeo )
@@ -565,11 +565,11 @@ RscArray * RscTypCont::InitLangGeometry( RscTupel * pGeo )
/*************************************************************************
|*
-|* RscTypCont::InitStringList()
+|* RscTypCont::InitStringList()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
+|* Beschreibung
+|* Ersterstellung MM 24.05.91
+|* Letzte Aenderung MM 24.05.91
|*
*************************************************************************/
RscCont * RscTypCont::InitStringList()
@@ -584,11 +584,11 @@ RscCont * RscTypCont::InitStringList()
/*************************************************************************
|*
-|* RscTypCont::InitLangStringList()
+|* RscTypCont::InitLangStringList()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
+|* Beschreibung
+|* Ersterstellung MM 24.05.91
+|* Letzte Aenderung MM 24.05.91
|*
*************************************************************************/
RscArray * RscTypCont::InitLangStringList( RscCont * pStrLst )
@@ -599,17 +599,17 @@ RscArray * RscTypCont::InitLangStringList( RscCont * pStrLst )
/*************************************************************************
|*
-|* RscTypCont::InitStringTupel()
+|* RscTypCont::InitStringTupel()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
+|* Beschreibung
+|* Ersterstellung MM 24.05.91
+|* Letzte Aenderung MM 24.05.91
|*
*************************************************************************/
RscTupel * RscTypCont::InitStringTupel()
{
- RscTop * pTupel;
- Atom nId;
+ RscTop * pTupel;
+ Atom nId;
// Clientvariablen einfuegen
pTupel = new RscTupel( pHS->getID( "CharsTupel" ), RSC_NOTYPE, NULL );
@@ -623,17 +623,17 @@ RscTupel * RscTypCont::InitStringTupel()
/*************************************************************************
|*
-|* RscTypCont::InitStringLongTupel()
+|* RscTypCont::InitStringLongTupel()
|*
-|* Beschreibung
-|* Ersterstellung MM 18.07.94
-|* Letzte Aenderung MM 18.07.94
+|* Beschreibung
+|* Ersterstellung MM 18.07.94
+|* Letzte Aenderung MM 18.07.94
|*
*************************************************************************/
RscTupel * RscTypCont::InitStringLongTupel()
{
- RscTop * pTupel;
- Atom nId;
+ RscTop * pTupel;
+ Atom nId;
// Clientvariablen einfuegen
pTupel = new RscTupel( pHS->getID( "CharsLongTupel" ), RSC_NOTYPE, NULL );
@@ -647,11 +647,11 @@ RscTupel * RscTypCont::InitStringLongTupel()
/*************************************************************************
|*
-|* RscTypCont::InitStringTupelList()
+|* RscTypCont::InitStringTupelList()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
+|* Beschreibung
+|* Ersterstellung MM 24.05.91
+|* Letzte Aenderung MM 24.05.91
|*
*************************************************************************/
RscCont * RscTypCont::InitStringTupelList( RscTupel * pTupelString )
@@ -666,11 +666,11 @@ RscCont * RscTypCont::InitStringTupelList( RscTupel * pTupelString )
/*************************************************************************
|*
-|* RscTypCont::InitStringLongTupelList()
+|* RscTypCont::InitStringLongTupelList()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
+|* Beschreibung
+|* Ersterstellung MM 24.05.91
+|* Letzte Aenderung MM 24.05.91
|*
*************************************************************************/
RscCont * RscTypCont::InitStringLongTupelList( RscTupel * pStringLong )
@@ -685,11 +685,11 @@ RscCont * RscTypCont::InitStringLongTupelList( RscTupel * pStringLong )
/*************************************************************************
|*
-|* RscTypCont::InitLangStringTupelList()
+|* RscTypCont::InitLangStringTupelList()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
+|* Beschreibung
+|* Ersterstellung MM 24.05.91
+|* Letzte Aenderung MM 24.05.91
|*
*************************************************************************/
RscArray * RscTypCont::InitLangStringTupelList( RscCont * pStrTupelLst )
@@ -700,11 +700,11 @@ RscArray * RscTypCont::InitLangStringTupelList( RscCont * pStrTupelLst )
/*************************************************************************
|*
-|* RscTypCont::InitLangStringLongTupelList()
+|* RscTypCont::InitLangStringLongTupelList()
|*
-|* Beschreibung
-|* Ersterstellung MM 24.05.91
-|* Letzte Aenderung MM 24.05.91
+|* Beschreibung
+|* Ersterstellung MM 24.05.91
+|* Letzte Aenderung MM 24.05.91
|*
*************************************************************************/
RscArray * RscTypCont::InitLangStringLongTupelList( RscCont * pStrLongTupelLst )