1 /************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28 #ifndef NF_NFVERSI_HXX 29 #define NF_NFVERSI_HXX 30 31 // file ID's 32 33 #define SV_NUMBERFORMATTER_VERSION_SYSTORE 0x0004 34 #define SV_NUMBERFORMATTER_VERSION_KEYWORDS 0x0005 35 #define SV_NUMBERFORMATTER_VERSION_NEWSTANDARD 0x0006 36 #define SV_NUMBERFORMATTER_VERSION_NF_TIME_HH_MMSS00 0x0007 37 #define SV_NUMBERFORMATTER_VERSION_NF_DATE_WW 0x0008 38 #define SV_NUMBERFORMATTER_VERSION_NEW_CURR 0x0009 39 #define SV_NUMBERFORMATTER_VERSION_YEAR2000 0x000a 40 #define SV_NUMBERFORMATTER_VERSION_TWODIGITYEAR 0x000b 41 #define SV_NUMBERFORMATTER_VERSION_NF_DATETIME_SYS_DDMMYYYY_HHMMSS 0x000c 42 #define SV_NUMBERFORMATTER_VERSION_CALENDAR 0x000d 43 #define SV_NUMBERFORMATTER_VERSION_ADDITIONAL_I18N_FORMATS 0x000e 44 45 #define SV_NUMBERFORMATTER_VERSION 0x000e 46 47 // 1 bis 18.01.96 48 // 2 ab 19.01.96, TT.MM.JJJJ dazu 49 // 3 ab 13.02.96 (nicht emergency) #.##0,00 CCC dazu 50 // 4 ab 30.07.97 364i speichern, was SYSTEM wirklich war (vorhandenes 51 // Dummy-Feld wird benutzt, keine File-Format Aenderung) 52 // 5 ab 07.08.97 nicht-deutsch ist nicht immer englisch 53 // aeltere nicht-deutsche benutzerdefinierte Formate onLoad 54 // konvertieren 55 // 6 ab 17.10.97 neu: Keyword NNN fuer langen Wochentag ohne Separator, 56 // wird in aelteren Versionen nicht ausgewertet! 57 // Neue Standard Datumformate, DIN etc. 58 // 7 ab 25.05.98 StandardFormat [HH]:MM:SS,00 (NF_TIME_HH_MMSS00) fuer 59 // automatische Eingabe-Erkennung von 100stel Sekunden mit Stunden 60 // 8 ab 19.06.98 StandardFormat WW (NF_DATE_WW) fuer Kalenderwoche 61 // 9 ab 17.12.98 neue Waehrungsformate [$DM-xxx] 62 // A ab 25.01.99 Year2000 speichern/laden 63 // B ab 12.02.99 Year2000 ist allgemeines TwoDigitYearStart 64 // C ??.??.?? date/time format of system variables 65 // D 23.11.00 new calendar 66 // E 19.01.01 additional formats provided by i18n 67 68 #endif 69 70