blob: 1d49c29959b63b8e215413b586e13242d6d18b59 [file] [log] [blame]
/**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
#ifndef NF_NFVERSI_HXX
#define NF_NFVERSI_HXX
// file ID's
#define SV_NUMBERFORMATTER_VERSION_SYSTORE 0x0004
#define SV_NUMBERFORMATTER_VERSION_KEYWORDS 0x0005
#define SV_NUMBERFORMATTER_VERSION_NEWSTANDARD 0x0006
#define SV_NUMBERFORMATTER_VERSION_NF_TIME_HH_MMSS00 0x0007
#define SV_NUMBERFORMATTER_VERSION_NF_DATE_WW 0x0008
#define SV_NUMBERFORMATTER_VERSION_NEW_CURR 0x0009
#define SV_NUMBERFORMATTER_VERSION_YEAR2000 0x000a
#define SV_NUMBERFORMATTER_VERSION_TWODIGITYEAR 0x000b
#define SV_NUMBERFORMATTER_VERSION_NF_DATETIME_SYS_DDMMYYYY_HHMMSS 0x000c
#define SV_NUMBERFORMATTER_VERSION_CALENDAR 0x000d
#define SV_NUMBERFORMATTER_VERSION_ADDITIONAL_I18N_FORMATS 0x000e
#define SV_NUMBERFORMATTER_VERSION 0x000e
// 1 bis 18.01.96
// 2 ab 19.01.96, TT.MM.JJJJ dazu
// 3 ab 13.02.96 (nicht emergency) #.##0,00 CCC dazu
// 4 ab 30.07.97 364i speichern, was SYSTEM wirklich war (vorhandenes
// Dummy-Feld wird benutzt, keine File-Format Aenderung)
// 5 ab 07.08.97 nicht-deutsch ist nicht immer englisch
// aeltere nicht-deutsche benutzerdefinierte Formate onLoad
// konvertieren
// 6 ab 17.10.97 neu: Keyword NNN fuer langen Wochentag ohne Separator,
// wird in aelteren Versionen nicht ausgewertet!
// Neue Standard Datumformate, DIN etc.
// 7 ab 25.05.98 StandardFormat [HH]:MM:SS,00 (NF_TIME_HH_MMSS00) fuer
// automatische Eingabe-Erkennung von 100stel Sekunden mit Stunden
// 8 ab 19.06.98 StandardFormat WW (NF_DATE_WW) fuer Kalenderwoche
// 9 ab 17.12.98 neue Waehrungsformate [$DM-xxx]
// A ab 25.01.99 Year2000 speichern/laden
// B ab 12.02.99 Year2000 ist allgemeines TwoDigitYearStart
// C ??.??.?? date/time format of system variables
// D 23.11.00 new calendar
// E 19.01.01 additional formats provided by i18n
#endif