Commit graph

2683 commits

Author SHA1 Message Date
Stephan Bergmann
7c704c78d3 Removed some unused parameters; added SAL_UNUSED_PARAMETER.
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
is used to annotate legitimately unused parameters, so that static
analysis tools can tell legitimately unused parameters from truly
unnecessary ones.  To that end, some patches for external modules
are also added, that are only applied when compiling with GCC and
add necessary __attribute__ ((unused)) in headers.
2012-01-21 15:21:16 +01:00
Milos Sramek
3cf7dcdde2 updated [sk-SK] formats and month names 2012-01-21 01:16:41 +01:00
Eike Rathke
4e0928278d corrected [gu-IN] currency symbol update 2012-01-20 17:27:31 +01:00
Ankitkumar Rameshchandra Patel
5d6af4f294 changed [gu-IN] month names and reserved words, updated currency symbol 2012-01-20 17:27:30 +01:00
Eike Rathke
688551303e added [fr-LU] date acceptance pattern "D/M" 2012-01-19 23:47:48 +01:00
Eike Rathke
513e5c109d added [fr-BE] date acceptance pattern "D/M" 2012-01-19 23:46:41 +01:00
Eike Rathke
3e49fe29e8 added [fr-FR] date acceptance pattern "D/M" 2012-01-19 23:44:46 +01:00
Eike Rathke
bffecae79a added [kab-DZ] date acceptance pattern "D/M" 2012-01-19 23:28:49 +01:00
Eike Rathke
09c1d11120 added [be-BY] date acceptance patterns "D.M." and "D/M/" 2012-01-19 22:37:53 +01:00
Eike Rathke
af25972c19 added [ja-JP] date acceptance patterns (various) 2012-01-19 22:31:02 +01:00
Eike Rathke
0dc4e9cd0a added check for duplicated date acceptance patterns
Also insert full date acceptance pattern at first position instead of
appending to have it be first in checks.
2012-01-19 22:31:02 +01:00
Eike Rathke
c0bbf6f78a rudimentary check if date acceptance pattern interferes with decimal number 2012-01-17 17:04:35 +01:00
Eike Rathke
fa836f7bf0 added [zh-TW] date acceptance patterns (various) 2012-01-17 17:04:35 +01:00
Eike Rathke
605707652a added [zh-CN] date acceptance patterns (various) 2012-01-17 15:41:10 +01:00
Eike Rathke
054b910f72 added [ru-RU] date acceptance patterns "D.M." and "D/M/" 2012-01-17 15:20:46 +01:00
Eike Rathke
3cc4917c2d added [is-IS] date acceptance patterns "D.M." and "D/M/" 2012-01-17 15:13:07 +01:00
Eike Rathke
87b12c4271 added [glt-LT] date acceptance pattern "M-D" 2012-01-17 14:38:16 +01:00
Eike Rathke
197c0ef041 added [gd-GB] date acceptance patterns "D/M" and "D-M" 2012-01-17 14:34:31 +01:00
Eike Rathke
abfbda01c8 added [nl-BE] date acceptance pattern "D/M" 2012-01-17 14:25:11 +01:00
Eike Rathke
741282c6e8 added [nl-NL] date acceptance pattern "D-M" 2012-01-17 14:25:11 +01:00
Jesús Corrius
e532fc14d3 added [ca-ES] date acceptance pattern D/M 2012-01-17 13:59:09 +01:00
Eike Rathke
b5ea4471ad added element name check for LC_FORMAT 2012-01-17 13:22:06 +01:00
Eike Rathke
d553f0bdd8 added [es-ES] date acceptance pattern "D/M" 2012-01-17 13:22:06 +01:00
Eike Rathke
c542fc3a41 added [an-ES] date acceptance pattern "D/M" 2012-01-17 13:22:06 +01:00
Da'angh Khagaroth
2955fc0c3e DateAcceptancePattern and PartitiveMonths for Czech language 2012-01-16 17:14:21 +01:00
Eike Rathke
12eb7da661 changed [pt-PT] default date format to DD-MM-AAAA (was DD-MM-AA) 2012-01-13 22:56:56 +01:00
Eike Rathke
90a94c5507 added [it-IT] date acceptance pattern "D/M" 2012-01-13 22:42:32 +01:00
Eike Rathke
e6dbc1aa97 added [pt-AO] date acceptance pattern "D-M" 2012-01-13 22:42:32 +01:00
Eike Rathke
74fea31257 added [pt-BR] date acceptance pattern "D/M" 2012-01-13 22:42:31 +01:00
Eike Rathke
c5fddb0842 added [pt-PT] date acceptance pattern "D-M" 2012-01-13 22:42:31 +01:00
Eike Rathke
0861854fe7 added [sl-SI] date acceptance patterns 2012-01-13 22:42:31 +01:00
Eike Rathke
e6a32a0d45 removed leading/trailing blank from FormatCode 2012-01-12 00:07:45 +01:00
Eike Rathke
515bc39b9c indentation 2012-01-12 00:01:40 +01:00
Eike Rathke
570a6d27bc removed empty DefaultName elements 2012-01-11 23:28:13 +01:00
Eike Rathke
2485db02fe removed ISO 8601 DefaultName comment from formatindex="32" which it is not 2012-01-11 23:14:36 +01:00
Eike Rathke
d2c865b887 made formatindex="33" the ISO 8601 YYYY-MM-DD that it needs to be 2012-01-11 22:15:32 +01:00
Eike Rathke
317bbb5e8f generalized the [hu-HU] case to generate a second pattern
For known separators '-' '.' '/' in the edit format code if they differ
from the defined DateSeparator generate a second date acceptance pattern
that uses the format code's separator, additionally to the one with
DateSeparator.
2012-01-11 20:19:07 +01:00
Eike Rathke
ac32bcac33 [bg-BG] special DateAcceptancePattern "D.M.Y г."
Special special.. upper and lower case letter GHE and space and non-breaking
space.
2012-01-11 13:18:49 +01:00
Eike Rathke
ee3315bb22 [sl-SI] special DateAcceptancePattern "D. M. Y" 2012-01-11 13:18:48 +01:00
Eike Rathke
ee660ba9b7 added DateAcceptancePattern element 2012-01-11 13:18:47 +01:00
Eike Rathke
b759584735 implemented date acceptance patterns API 2012-01-11 13:18:47 +01:00
Eike Rathke
67edfdce61 made [es-BO] DateSeparator the '/' that is used in FormatCode 2012-01-11 13:18:47 +01:00
Eike Rathke
899fe10b72 made [tr-TR] use the defined '.' DateSeparator in FormatCode 2012-01-11 13:18:46 +01:00
Eike Rathke
ed58823522 made [ko-KR] DateSeparator the '/' that is used in FormatCode 2012-01-11 13:18:46 +01:00
Eike Rathke
5c81423cc0 made [ku-TR] DateSeparator the '/' that is used in FormatCode
though I strongly doubt the entire US-centric approach ...
2012-01-11 13:18:46 +01:00
Eike Rathke
d0bb67f5df added Kyrgyz (China) [ky-CN] to language list 2012-01-04 14:41:48 +01:00
Eike Rathke
898823e2de completelangiso is now in solenv/inc/langlist.mk 2012-01-04 14:41:48 +01:00
Mateusz Zasuwik
865c12c795 corrected abbreviated day names and a long date format 2012-01-03 18:52:43 +01:00
Olivier Hallot
a17fb88256 Fix for fdo43460 Part XXI getLength() to isEmpty()
Part XXI
Modules
i18npool, idl, idlc, io, javaunohelper, jvmaccess
2011-12-30 11:52:45 +01:00
Eike Rathke
5f7e21b595 point directly to http://www.validome.org/xml/
Thanks to Roman Eisele for mentioning.
2011-12-22 18:30:28 +01:00