summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Collapse)Author
2014-10-08back out wrong and confusing tools::Time comment changeEike Rathke
Apparently fc04f76336fdf8c96e35382cdeb497e2f939705c used some sed script to change all ... Change-Id: I0a8171aa474070bb1a8584e5c8c714fe34694618
2014-10-08add missing legacyOnly currency, fdo#84260Eike Rathke
aa33dd16b0e3075f28c56656678c0f5cb7642222 changed the currency symbol from ¢ to ₡ but changed only the symbol. Actually changing the number format codes wasn't necessary at all, but changing only the symbol is wrong, see also the ATTLIST Currency legacyOnly description in i18npool/source/localedata/data/locale.dtd Hopefully nothing relies on the actual symbol used in the number format codes ... Change-Id: I92e79403fbb80f18c44dc3ecf5a3830a52fd2ff8
2014-10-08derive all from ca-ES, fdo#83292Eike Rathke
Change-Id: Ia418876b8535cb69b544217fa7976514e77a88b7
2014-10-07fdo#83292 add stub locale data for Catalan (Valencian)Andras Timar
Change-Id: I569d203178668a2d63f4a53baca51ac16bf2361a Reviewed-on: https://gerrit.libreoffice.org/11776 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-10-07Avoid accessing 1 character after a stringMatthew J. Francis
Found while trying to reproduce fdo#83141, but not related to that - it just happened to trigger the relevant assert on a dbgutil build. The change to TextSearch::NSrchFrwrd() fixes the crash triggered by reproducing the above bug. The change to TextSearch::NSrchBkwrd() is by analogy but seems an equally good idea. Change-Id: I68c2c87b632dd53453f92394519a06f62e41bbad Reviewed-on: https://gerrit.libreoffice.org/11830 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-10-01fdo#82577: Handle TimeNoel Grandin
Put the TOOLS Time class in the tools namespace. Avoids clash with the X11 Time typedef. Change-Id: Iac57d5aef35e81ace1ee0d5e6d76cb278f8ad866 Reviewed-on: https://gerrit.libreoffice.org/11684 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-30i18npool: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: I084e8dfd026d59374d92d9b4cb45d63af2aea470
2014-09-29loplugin: cstylecastNoel Grandin
Change-Id: Iea517d2287bded4a702c73dfdd1f182023425d67
2014-09-26coverity#1241051 Negative array index readCaolán McNamara
Change-Id: I958267c88f74523a5aaba0ff6c677aadd2e84dd9
2014-09-26coverity#1241117 Negative array index readCaolán McNamara
Change-Id: I15787a4a2b964de3b12586c823be48c0289fea0f
2014-09-26coverity#1241372 Negative array index readCaolán McNamara
Change-Id: I73bae29c6cc737d341381c010face6b587b31598
2014-09-24Resolves fdo#84260: Wrong CRC Costa Rica currency symbolJulien Nabet
See https://en.wikipedia.org/wiki/Costa_Rican_col%C3%B3n Change-Id: I6c30b2bd244f2ea40d56c812673922f27f5d53c8
2014-09-16renamed function names from german to englishMichael Jaumann
Change-Id: I201dc723a22097709858b0a3489ac8a562cfccc2 Reviewed-on: https://gerrit.libreoffice.org/11450 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-09-12well enabling optimizations with SunStudio is just asking for trouble...Michael Stahl
Change-Id: I396b1f612432ffe5f77cae505f2a57ca0f2068a2
2014-09-12fdo#39468 tranlation German to EnglishMichael Jaumann
Change-Id: Icafab1c345a3a5291e4b19821710f439a1c70048 Reviewed-on: https://gerrit.libreoffice.org/11338 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2014-09-11Prevent erroneous pick up of unrelated css::i18n::MapingStephan Bergmann
...from include/i18nutil/casefolding.hxx Change-Id: I892a83b8e40dadcffc1b59eaa18bee2b782131f1
2014-09-11Avoid name clash with generated C++ class corresponding to UNOIDL serviceStephan Bergmann
Change-Id: Id8201bc91c8e398b972b7294b8916d4ac76c787d
2014-09-11Avoid name clash with generated C++ class corresponding to UNOIDL serviceStephan Bergmann
Change-Id: Ie76cab45f5fd609457b11cb3b9732cba2da3b023
2014-09-11Avoid name clash with generated C++ class corresponding to UNOIDL serviceStephan Bergmann
Change-Id: I96582bf05787a30479d324ff8deb7cea758bb2c2
2014-09-10fdo#81272 Speed up break iteratorsMatthew J. Francis
Change-Id: I7a45a61465f71a1cc6f583b9ffc68157d19e51fa Reviewed-on: https://gerrit.libreoffice.org/11386 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-10Revert "fdo#81272 Speed up break iterators"Caolán McNamara
hmm, make CppunitTest_i18npool_test_breakiterator fails after all This reverts commit 693f72384e081429cddb29415276cc4d07b05645.
2014-09-10fdo#81272 Speed up break iteratorsMatthew J. Francis
Change-Id: Idcd7de83ff7e551b350db0bf80e2ac78baa67686 Reviewed-on: https://gerrit.libreoffice.org/11374 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-08-24added EUR as default currency to Lithuanian localeAurimas Fišeras
Change-Id: I08c82639da2acd5830fa69044b252217b69c5e62 Reviewed-on: https://gerrit.libreoffice.org/11089 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-17use bool directlyThomas Arnhold
Change-Id: I314e290b453c55e345559d8abef9b00622493ed3
2014-08-11fdo#81995: fix Outline numbering tab pageMichael Stahl
The "ParentNumbering" property is not a string. (regression from 97eb8a6e0eb830f37dcba64a51d725aab4c5ff53) Change-Id: Ib33e95847b388bb1126a63812e128c96a0c00730
2014-08-07coverity#706150 Copy into fixed size bufferCaolán McNamara
Change-Id: Iee86d6233771a9e07a037257786e928c6f18addd
2014-08-07drop prepareErrorFormat from LocaleNode::incErrorStrCaolán McNamara
Change-Id: I3489f84ee66628d2ea9fcdaa1dd89dcd8523aa8a
2014-08-07incErrorStrStr always called with two %sCaolán McNamara
so we don't really need prepareErrorFormat Change-Id: I3f5ae846ad4ba59468f90eba2f8e0eac2a7da9ae
2014-08-07Fix function typesStephan Bergmann
Change-Id: I295f587e48e2882f87091a3a86610e316cd903fb
2014-08-04add Papiamento (Bonaire) [pap-BQ] locale data, fdo#44112Eike Rathke
Derived from [pap-CW] with USD. Change-Id: I7a64deeae39a22dbbb9d96d45fd15b0aab3c2c1f
2014-07-08Include <algorithm> for std::min() and max()Tor Lillqvist
Change-Id: I6a46e6466ab56aea14e16902cb51f9c3f088f30e
2014-07-03allow build with icu 4.2Caolán McNamara
Change-Id: I4bbcff7963520426d4c04e15d2239431aff65b56
2014-07-02-fsanitize=functionStephan Bergmann
Change-Id: I29d648c45471e6d3503922ff00f7cd6491bb88f3
2014-07-01New loplugin:stringconcatStephan Bergmann
Change-Id: Id7c517fb37bc28797c45fc0dde83e866f2aa4aac
2014-07-01fdo#79372, fdo#56392 fix hyphenationLászló Németh
Change-Id: Iacf84d023d3b4795892bc444299a29bfc663345e
2014-07-01Revert "fdo#79372 fix hyphenation (remove fdo#56392 fix, except hard hyphen ↵László Németh
part)" This reverts commit 259d3421d4cf7788d9099daa40fc181c661783ee.
2014-06-26ICU's RuleBasedCollator::cloneRuleData is deprecatedStephan Bergmann
Change-Id: Ifc4a74bca5cfe58e420824a8dd85e8c246bbfac3
2014-06-11let YYYY/M/D H:MM be the default datetime formatEike Rathke
Change-Id: I1d8af400810b9ffd4586320c706a1f00ef1c1369
2014-06-11Fix to be able to edit seconds in Japanese date/datetime cellsIsamu Mogi
Currently seconds in Japanese date/datetime cells can't be edited. But i18npool/source/localedata/data/locale.dtd and offapi/com/sun/star/i18n/NumberFormatIndex.idl say that seconds in time/datetime cells should be editable. And Japanese users reported that current behavior is inconvenient. Also to retain relativity against @formatindex='40', each [@usage='TIME']/@type are shorten. For better backward compatibility, @formatindex='55' should be default format. But since there is implementation limit of SvNumberFormatter::ImpGenerateFormats, @formatindex>=50 can't be default one. These changes are discussed in Japanese ML: http://listarchives.libreoffice.org/ja/discuss/msg03044.html Change-Id: I074b8d6d5c9d69b8ba1eb14c29b661d753c003ad Reviewed-on: https://gerrit.libreoffice.org/9703 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-06-02French 'General' keyword should be 'Standard' instead, fdo#79347 relatedEike Rathke
... as it is in all other fr-* locales. Change-Id: I7eec17984428b026ccc48198b0acd7e2eafd959e
2014-06-02add [fr-TG] to libs, fdo#79353Eike Rathke
Change-Id: Ia0f648f4ca601d8ecfb57386ca94942a928907e3
2014-06-02add French Togo [fr-TG] locale data, fdo#79353Eike Rathke
Change-Id: Ia9faa9cd23367e2d379a5aa5daaeb49394db7e40
2014-06-02add [fr-NE] to libs, fdo#79352Eike Rathke
Change-Id: Ieae9482da1b3a78e97fb9eac9001dc98867577e7
2014-06-02derive [fr-NE] from [fr-BF] instead, fdo#79352 relatedEike Rathke
Change-Id: I908c5ad633f8030cab67cf110de76ba28731078b
2014-06-02add French Niger [fr-NE] locale data, fdo#79352David Delma
Change-Id: I1f74229521a353402790946aa1e6e4b92d0d2cde
2014-06-02add [fr-BJ] to libs, fdo#79351Eike Rathke
Change-Id: Ia4f807b4479db9e90c2bb639958742360deb0680
2014-06-02derive [fr-BJ] from [fr-BF] instead, fdo#79351 relatedEike Rathke
Change-Id: Ie6b27d25541c96f3fd148f57b70163cae5ab8d3e
2014-06-02add French Benin [fr-BJ] locale data, fdo#79351David Delma
Change-Id: I7d171f70878a90b8bae26c852ab032da23fca197
2014-06-02add [fr-SN] to libs, fdo#79350Eike Rathke
Change-Id: Ie663b6f91f858451f79a1247f9ba5ba863123125
2014-06-02derive [fr-SN] from [fr-BF] instead, fdo#79350 relatedEike Rathke
Change-Id: I0491b43e45b2e36745735317fc87c5de0d78ebd6