summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Collapse)AuthorFilesLines
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer1-9/+0
This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
2013-08-30enable building against RHEL-6 system icuCaolán McNamara1-2/+6
Change-Id: I56f08d58d8d8a0e397412580451c90f9605bcb46
2013-08-21WaE: comparison of integers of different signsTor Lillqvist1-1/+1
'sal_Int32' (aka 'int') and 'com::sun::star::i18n::TransliterationModules' (which apparently then is unsigned, thanks to the TransliterationModules_IGNORE_MASK = 4294967040). Change-Id: I28aeb136d5a9889d6e95a080a77dfd0118c33285
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák2-12/+12
Compiler plugin to replace with matching number(), boolean() or OUString ctor, ran it, few manual tweaks, mark as really deprecated. Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks1-3/+3
Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3 Reviewed-on: https://gerrit.libreoffice.org/5550 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-08-09Mark as const/staticTakeshi Abe18-95/+95
Change-Id: I5d51d7e01913ac9917578f8c9789312af9be3638
2013-07-29Mark as constTakeshi Abe1-1/+1
Change-Id: Ib78b25641ae20a3eb23545649f08b963e34c74ff
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks2-6/+0
Change-Id: Ic1240114d667fb7797afae4847427cc889f3cb48
2013-07-19small cleanup in [hr-HR] locale data, fdo#66376Eike Rathke1-9/+8
* moved new FormatElement to the end of the list * changed date formats 24 and 52 to use NBSP Change-Id: I64268d29860d9c65ba27873131f00a75c19f105b
2013-07-19changed Croatian [hr-HR] locale data, fdo#66376Krunoslav Šebetić1-21/+39
Date format codes, Collator and IndexKey data. Change-Id: Ia48170c59c733f5540fc42fc7ae43df70918a0cf
2013-07-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann2-4/+4
Change-Id: I64e4933f7a0a8026ccc7ce98804bfc497d3f0eed
2013-07-08updated documentation pointers with opengrokEike Rathke1-8/+13
Change-Id: I8ae4302f5391bf3d11490cd8b46a20f94bfb6ce7
2013-07-03sync the FixedFormatskey1 entry of pt-AO with other pt entriesCaolán McNamara1-1/+1
because Estandar is Spanish so that's not right anyway and commit 06b6e220b5e9250c688daaea4a7eb2ae64f1863c fixed the same problem for pt-PT Change-Id: Ia3955cbf2af89e03a574a25a5d968a7d2d2d818a
2013-07-01sorted by formatindex for better comparabilityEike Rathke1-70/+70
Change-Id: I38f238878141b9ce7d479e66340ef3e78dc83843
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
For some functions and all kinds of Exceptions. CannotConvertException CloseVetoException DisposedException EmptyUndoStackException ErrorCodeIOException Exception GridInvalidDataException GridInvalidModelException IOException IllegalAccessException IllegalArgumentException IllegalTypeException IndexOutOfBoundsException NoMasterException NoSuchElementException NoSupportException PropertyVetoException RuntimeException SAXException ScannerException StorageWrappedTargetException UnsupportedFlavorException VetoException WrappedTargetException ZipIOException throwGenericSQLException throwIllegallArgumentException createInstance createInstanceWithContext forName getByName getPackageManager getPropertyValue getUnpackedValueOrDefault getValueByName hasPropertyByName openKey setName setPropertyValue supportsService bash command: for i in `cat list`; do git grep "$i\s*(\s*OUString(\s*\"" -- '*.[hc]xx' | cut -d ':' -f1 | sort -u | xargs sed -i -e "s/\(\<$i\s*(\)\s*OUString(\s*\(\"[^\")\\]*\"\)\s*)\s*/\1\2/g" -e "s/\($i.*\)\"+ /\1\" + /g"; done Change-Id: Iaf8e641b0abf28c082906014f87a183517630535 Reviewed-on: https://gerrit.libreoffice.org/4624 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-06-24fdo#43460 framework,i18npool,accessibility: use isEmpty()Jelle van der Waa2-17/+17
Change-Id: I4cd9841127b1d4a294d7f001b646259c61eb1172 Reviewed-on: https://gerrit.libreoffice.org/4443 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-06-24Better approach for solving fdo#52204abdulmajeed ahmed1-14/+3
Change-Id: Iada36661abaef0363688a186f0542f62dfb1455c
2013-06-24fdo#52204 add more diacritics for Arabicabdulmajeed ahmed1-8/+10
Change-Id: I916eb34b127699ea3251e92f4d7b705347ae5cba
2013-06-22Fix indentationKhaled Hosny1-5/+5
Change-Id: I33c9f4390c493fcc89bcd42529c026a9a76fb697
2013-06-22Fix indentationKhaled Hosny1-20/+20
Change-Id: I67224a03f7de2db6cab220b9491a6f949ad89def
2013-06-21Revert "better dependency working also for libmerged"David Tardon1-5/+5
It might work with libmerged, but it does not work otherwise. This reverts commit f8fd2e6a3b21ec3899a74d7400cafaba4e83ff6c.
2013-06-21Fix fdo#52204 add new feature ignore diacritics in search for CTLabdulmajeed ahmed12-10/+77
Change-Id: Ie9044a35003217545bacea214ef59047bff3b8b1
2013-06-17sid has charset based collation ruleAndras Timar1-2/+2
Change-Id: Id9eb0b59384223b6c47229bd0a3430e71e79e622
2013-06-17forgot to git add sid_charset.txtAndras Timar1-0/+18
Change-Id: I314c97d0421ed564c146cde4700ca23fe62347c1
2013-06-17typo fix, use ja_charset for JapaneseAndras Timar1-1/+1
Change-Id: I29b7db952a8cc9e0670e03dd79204486332aabe9
2013-06-17fdo#65809 Sidama (sit-ET) collation dataAndras Timar2-0/+5
Change-Id: Icc68dcc44678f4151ff5d4a25dd8868218363341
2013-06-17fdo#65809 Sidama (sit-ET) index sortingAndras Timar1-1/+1
Change-Id: I1781c94cc67d4a2fa47bcf126195309590016b14
2013-06-15fdo#64947 added [NatNum1]General format codesEike Rathke3-0/+9
Change-Id: I2e024453d10600a6a688123cd8c9de324537a0a1
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann1-1/+1
...which has become necessary since bd60d41176da540b01d7583cfe00637431967f39 "Handle oveflow in O(U)String::toInt() functions" reduces values in the range (SAL_MAX_INT32 .. SAL_MAX_UINT32] to zero, but some calls of toInt32(16) relied on getting a correct (unsigned) value for the whole input range ["0" .. "FFFFFFFF"] (see libreoffice-4-1 commit 9bf6c83367cedb7be81bf67f30d2147d26c7a8c3 "Revert overflow checks in O[U]String::toInt{32,64} again"). Audited all uses of toInt32/64 with non-decimal radix. (There is still a TODO comment in oox/source/helper/attributelist.cxx, and stoc/source/typeconv/convert.cxx will still need some love and test code.) Change-Id: Iadaca1c0e41dab553687d0ce41c20c10cd657a95
2013-06-12fdo#64977 Adding Tibetan Language SupportElie Roux6-4/+910
Change-Id: I3f530375f43bfe8ebe2cc16f0e158990d7beafbb Reviewed-on: https://gerrit.libreoffice.org/4197 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-06-10One more gbuild $ -> $$ fixStephan Bergmann1-1/+1
Change-Id: I516c6bde68e8ee269fe4e392f96e251b556e21bd
2013-06-08Revert "fdo#64977 Adding Tibetan Language Support"Fridrich Strba4-1016/+0
This reverts commit 0114e1c85bc42fd3bd2a3d0aa33f77f67093b66b Change-Id: Ib0c0b72eead417126285a46ee34faaf2f3c3a767 Reviewed-on: https://gerrit.libreoffice.org/4196 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-06-08fdo#64977 Adding Tibetan Language SupportElie Roux4-0/+1016
Change-Id: Idf21de28ebbacaefcba0a76fd96eb1a12c21e597 Reviewed-on: https://gerrit.libreoffice.org/4081 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-06-07use .component files directly from workdirMatúš Kukan3-21/+23
Change-Id: Idaf2e1c33dcdf060756b5739c4a8d904dbdc699b
2013-06-05mismatched new[]/deleteCaolán McNamara1-2/+2
Change-Id: I0bfa3c090c436c0397ead80f2759ab7335f3aa0f
2013-06-05remove unused componentcontext.hxx includesNoel Grandin2-2/+0
Change-Id: I598926b72c5540b472f9607e2f3df134a8c50048
2013-06-03Fix icu version checks.Mark Wielaard1-1/+3
commit 30c303 "Make charmap.cxx compile with icu >= 4.4." was incomplete and had wrong version checks. After ICU 4.8 (4.8.1.1) the next version of ICU was 49 (49.1) so U_ICU_VERSION_MAJOR_NUM contains two digets (49), earlier that it was just one digit (4). The correct header to include to do version checks is unicode/uversion.h. USCRIPT_MANDAEAN is the old alias of USCRIPT_MANDAIC (same numeric value). U_JG_FARSI_YEH is only available since ICU 4.4. Note that on older icu versions (4.2.1) the 200B (ZWSP) Zero Width Space breakiterator testcase fails (others succeed). Change-Id: If73c1402239a28546077437e9382f0bd38642bad Reviewed-on: https://gerrit.libreoffice.org/4139 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-05-31fdo#64926 use icu's breakiterator for Tibetan and DzongkhaElie Roux1-1/+2
Change-Id: I78010e216eb1582fa5074666f36c95f5b0eceee5 Reviewed-on: https://gerrit.libreoffice.org/4082 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-05-14Resolves: #i122306# Remove dot from abbreviate day and month names in GalicianAriel Constenla-Haile1-19/+19
(cherry picked from commit ba12679129efc39834114be8bca835d8a84aacb6) Change-Id: Ifa216baec3e89578215e868c63a1add446005f4b Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2013-05-13Icelandic currency: fractions of króna are not used any more.Björgvin Ragnarsson1-1/+1
As of 2003, banks stopped accepting aurar and they are not interesting any more because of inflation. Change-Id: Iff8b92fe129c097d125f6938735c8d2bb4016346 Reviewed-on: https://gerrit.libreoffice.org/3874 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
Mechanical removal of usage together with OUString ctor, done by compiler plugin. Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
2013-05-02resolved fdo#63779 case-insensitive non-regex search brokenEike Rathke1-12/+57
Broken with 531538892795bec909bb8baff6bbf9e19baf809e Change-Id: I0302baee0532ab8f10853c648bf695a58cfe273c
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks25-553/+97
2013-04-29Unused includeStephan Bergmann2-3/+0
Change-Id: I79c5b123abf671d51deadd56644271124420ce64
2013-04-25ditch libi18nlangtagicu againEike Rathke1-1/+0
Thanks to Fridrich for finding the real cause for why I thought this was necessary.. Change-Id: I77934b17c2b994a03cae5440253b165704de2fa4
2013-04-25can we stick a with our naming conventions, just a little bit?Eike Rathke1-4/+4
Change-Id: I1457c64162c2aeb083e98a28737991ae6d0eee2e
2013-04-25use LanguageTagIcuEike Rathke1-6/+3
Change-Id: I1e66fa3edb2ddf2b6d6f4cdd25104772ff02c70a
2013-04-25use LanguageTagIcuEike Rathke1-5/+4
Change-Id: I7b052a3f73740ff3a35f38dc2d96bc621b8d8deb
2013-04-25use LanguageTagIcuEike Rathke2-4/+4
Change-Id: I3ced460cc5a03554dc77e19381af8a5ba202d2ab