diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 15:31:31 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 15:31:31 +0000 |
commit | 6e784022cb828b5c46bd058daf4f0b8a12205d15 (patch) | |
tree | fb750a7adffab17d5bfc9f45d77c6d83d2acea01 /rsc/inc | |
parent | 4b014b8ee47e274ea1d14ab5ccb524f7bce2651c (diff) |
INTEGRATION: CWS internatiodel (1.11.12); FILE MERGED
2006/02/10 19:33:10 er 1.11.12.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
2006/01/19 14:48:51 er 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED
2005/06/24 13:14:01 er 1.11.12.1: #i50205# get rid of class International
Diffstat (limited to 'rsc/inc')
-rw-r--r-- | rsc/inc/rscdb.hxx | 30 |
1 files changed, 5 insertions, 25 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index c2963336a44b..35e97b10b0c4 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -4,9 +4,9 @@ * * $RCSfile: rscdb.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-08 13:30:52 $ + * last change: $Author: vg $ $Date: 2006-04-07 16:31:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,10 +36,6 @@ #ifndef _RSCDB_HXX #define _RSCDB_HXX -#ifndef _LANG_HXX //autogen -#include <tools/lang.hxx> -#endif - #ifndef _RSCALL_H #include <rscall.h> #endif @@ -175,12 +171,7 @@ class RscTypCont void SETCONST( RscConst *, char *, UINT32 ); void SETCONST( RscConst *, Atom, UINT32 ); RscEnum * InitLangType(); - RscEnum * InitDateFormatType(); - RscEnum * InitTimeFormatType(); - RscEnum * InitWeekDayFormatType(); - RscEnum * InitMonthFormatType(); RscEnum * InitFieldUnitsType(); - RscEnum * InitDayOfWeekType(); RscEnum * InitTimeFieldFormat(); RscEnum * InitColor(); RscEnum * InitMapUnit(); @@ -242,27 +233,16 @@ class RscTypCont RscTop * InitClassSplitter( RscTop * pSuper ); RscTop * InitClassSplitWindow( RscTop * pSuper ); RscTop * InitClassTime( RscTop * pSuper ); - RscTop * InitClassDate( RscTop * pSuper, RscEnum * pDayOfWeek ); - RscTop * InitClassInt1( RscTop * pSuper, - RscEnum * pDateFormat, - RscEnum * pTimeFormat, RscEnum * pWeekDayFormat, - RscEnum * pMonthFormat ); - RscTop * InitClassInternational( RscTop * pSuper, - RscEnum * pDateFormat, - RscEnum * pTimeFormat, RscEnum * pWeekDayFormat, - RscEnum * pMonthFormat ); + RscTop * InitClassDate( RscTop * pSuper ); RscTop * InitClassPatternFormatter( RscTop * pSuper ); - RscTop * InitClassNumericFormatter( RscTop * pSuper, - RscTop * pClassI12 ); + RscTop * InitClassNumericFormatter( RscTop * pSuper ); RscTop * InitClassMetricFormatter( RscTop * pSuper, RscEnum * pFieldUnits ); RscTop * InitClassCurrencyFormatter( RscTop * pSuper, RscEnum * pFieldUnits ); - RscTop * InitClassDateFormatter( RscTop * pSuper, RscTop * pClassDate, - RscTop * pClassI12 ); + RscTop * InitClassDateFormatter( RscTop * pSuper, RscTop * pClassDate ); RscTop * InitClassTimeFormatter( RscTop * pSuper, RscTop * pClassTime, - RscTop * pClassI12, RscEnum * pTimeFieldFormat ); RscTop * InitClassSpinField( RscTop * pSuper ); |