xref: /aoo4110/main/svl/inc/svl/nfversi.hxx (revision b1cdbd2c)
1 /**************************************************************
2  *
3  * Licensed to the Apache Software Foundation (ASF) under one
4  * or more contributor license agreements.  See the NOTICE file
5  * distributed with this work for additional information
6  * regarding copyright ownership.  The ASF licenses this file
7  * to you under the Apache License, Version 2.0 (the
8  * "License"); you may not use this file except in compliance
9  * with the License.  You may obtain a copy of the License at
10  *
11  *   http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing,
14  * software distributed under the License is distributed on an
15  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16  * KIND, either express or implied.  See the License for the
17  * specific language governing permissions and limitations
18  * under the License.
19  *
20  *************************************************************/
21 
22 
23 
24 #ifndef NF_NFVERSI_HXX
25 #define NF_NFVERSI_HXX
26 
27 //		file ID's
28 
29 #define SV_NUMBERFORMATTER_VERSION_SYSTORE		0x0004
30 #define SV_NUMBERFORMATTER_VERSION_KEYWORDS		0x0005
31 #define SV_NUMBERFORMATTER_VERSION_NEWSTANDARD	0x0006
32 #define SV_NUMBERFORMATTER_VERSION_NF_TIME_HH_MMSS00	0x0007
33 #define SV_NUMBERFORMATTER_VERSION_NF_DATE_WW	0x0008
34 #define SV_NUMBERFORMATTER_VERSION_NEW_CURR		0x0009
35 #define SV_NUMBERFORMATTER_VERSION_YEAR2000		0x000a
36 #define SV_NUMBERFORMATTER_VERSION_TWODIGITYEAR	0x000b
37 #define SV_NUMBERFORMATTER_VERSION_NF_DATETIME_SYS_DDMMYYYY_HHMMSS	0x000c
38 #define SV_NUMBERFORMATTER_VERSION_CALENDAR		0x000d
39 #define SV_NUMBERFORMATTER_VERSION_ADDITIONAL_I18N_FORMATS	0x000e
40 
41 #define SV_NUMBERFORMATTER_VERSION				0x000e
42 
43 // 1 bis 18.01.96
44 // 2 ab  19.01.96, TT.MM.JJJJ dazu
45 // 3 ab  13.02.96 (nicht emergency) #.##0,00 CCC dazu
46 // 4 ab  30.07.97 364i speichern, was SYSTEM wirklich war (vorhandenes
47 //					Dummy-Feld wird benutzt, keine File-Format Aenderung)
48 // 5 ab  07.08.97 nicht-deutsch ist nicht immer englisch
49 //					aeltere nicht-deutsche benutzerdefinierte Formate onLoad
50 //					konvertieren
51 // 6 ab  17.10.97 neu: Keyword NNN fuer langen Wochentag ohne Separator,
52 //					wird in aelteren Versionen nicht ausgewertet!
53 //					Neue Standard Datumformate, DIN etc.
54 // 7 ab  25.05.98 StandardFormat [HH]:MM:SS,00 (NF_TIME_HH_MMSS00) fuer
55 //					automatische Eingabe-Erkennung von 100stel Sekunden mit Stunden
56 // 8 ab  19.06.98 StandardFormat WW (NF_DATE_WW) fuer Kalenderwoche
57 // 9 ab  17.12.98 neue Waehrungsformate [$DM-xxx]
58 // A ab  25.01.99 Year2000 speichern/laden
59 // B ab  12.02.99 Year2000 ist allgemeines TwoDigitYearStart
60 // C     ??.??.?? date/time format of system variables
61 // D     23.11.00 new calendar
62 // E     19.01.01 additional formats provided by i18n
63 
64 #endif
65 
66