1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #ifndef NF_NFVERSI_HXX
21 #define NF_NFVERSI_HXX
25 #define SV_NUMBERFORMATTER_VERSION_SYSTORE 0x0004
26 #define SV_NUMBERFORMATTER_VERSION_KEYWORDS 0x0005
27 #define SV_NUMBERFORMATTER_VERSION_NEWSTANDARD 0x0006
28 #define SV_NUMBERFORMATTER_VERSION_NF_TIME_HH_MMSS00 0x0007
29 #define SV_NUMBERFORMATTER_VERSION_NF_DATE_WW 0x0008
30 #define SV_NUMBERFORMATTER_VERSION_NEW_CURR 0x0009
31 #define SV_NUMBERFORMATTER_VERSION_YEAR2000 0x000a
32 #define SV_NUMBERFORMATTER_VERSION_TWODIGITYEAR 0x000b
33 #define SV_NUMBERFORMATTER_VERSION_NF_DATETIME_SYS_DDMMYYYY_HHMMSS 0x000c
34 #define SV_NUMBERFORMATTER_VERSION_CALENDAR 0x000d
35 #define SV_NUMBERFORMATTER_VERSION_ADDITIONAL_I18N_FORMATS 0x000e
36 #define SV_NUMBERFORMATTER_VERSION_FIXED_FRACTION 0x000f
38 #define SV_NUMBERFORMATTER_VERSION 0x000f
41 // 2 1996-01-19 added TT.MM.JJJJ
42 // 3 1996-02-13 (not emergency) added #.##0,00 CCC
43 // 4 1997-07-30 364i store what SYSTEM actually was (using existing
44 // Dummy field, no change of file format)
45 // 5 1997-08-07 non-German is not always English
46 // convert older non-German user defined formats on load
47 // 6 1997-10-17 new keyword NNN for long weekday without separator
48 // not evaluated in older versions!
49 // New standard date formats, DIN, EN etc.
50 // 7 1998-05-25 Standard format [HH]:MM:SS,00 (NF_TIME_HH_MMSS00) for
51 // automatic input recognition of 100th seconds with hours
52 // 8 1998-06-10 Standard format WW (NF_DATE_WW) for calendar week
53 // 9 1998-12-17 new currency formats [$DM-xxx]
54 // A 1999-01-25 store/load Year2000
55 // B 1999-02-12 Year2000 is general TwoDigitYearStart
56 // C ????-??-?? date/time format of system variables
57 // D 2000-11-23 new calendar
58 // E 2001-01-19 additional formats provided by i18n
59 // F 2012-04-27 fixed fraction formats ?/4 and ??/100, actually added
60 // already 2010/2011 but without versioning
64 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */