summaryrefslogtreecommitdiffstats
path: root/i18npool/source
Commit message (Collapse)AuthorAgeFilesLines
* s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar2013-09-071-1/+1
| | | | Change-Id: I059fbee385a109069c70f3869021c8e2ee48fee1
* -Werror,-Wunused-variable 'empStr'Eike Rathke2013-09-051-1/+0
| | | | Change-Id: I12fc51ad42fde050dffda42c511c6334abd8d310
* implementation is com.sun.star.i18n.LocaleDataImplEike Rathke2013-09-051-1/+1
| | | | Change-Id: I9009763225f92ad2b1cca2a042e11942b8e4e6dc
* getFallbackStrings() with bIncludeFullBcp47 parameterEike Rathke2013-09-051-2/+1
| | | | | | | so the various places that check the full tag first do not have to get it just to delete it again. Change-Id: Ib4e3cf1b16988464db875f1b6ac5cf4a0ab60fe5
* use sensible indentationEike Rathke2013-09-0526-2000/+2004
| | | | | | that always annoyed me Change-Id: I0c439ddb00d78590b465cd47db6e60d1939bd9f7
* use get*LocaleServiceNameEike Rathke2013-09-051-12/+14
| | | | Change-Id: I24e10da4b511d0413268fe31ed02afe5f3b3734e
* unused 'under'Eike Rathke2013-09-051-2/+0
| | | | Change-Id: Ie924cf6d3ba3b95832b1176582765284acd9d5ea
* use get*LocaleServiceNameEike Rathke2013-09-051-30/+31
| | | | Change-Id: I976d6d565c7970858a5a259199fe14075e4f5d2e
* use get*LocaleServiceNameEike Rathke2013-09-051-34/+33
| | | | Change-Id: I57e388fcc730b0d5939cf85bcb14cbd5a41ee93e
* renamed LocaleData to LocaleDataImpl to prevent confusionEike Rathke2013-09-0513-85/+85
| | | | | | | ... between com::sun::star::i18n::LocaleData of com/sun/star/i18n/LocaleData.hpp and i18npool/inc/localedata.hxx Change-Id: Id23f67c1e3a654fd4f2886029ee45fcc1f466879
* use get*LocaleServiceNameEike Rathke2013-09-051-25/+19
| | | | Change-Id: I4cd6a9a502b4bad11265ac5e42dc338b56b90598
* handle language tagsEike Rathke2013-09-051-5/+12
| | | | Change-Id: I7367fd5f48f4b2733f515ff63238072f21579d35
* cUnder, cHyphenEike Rathke2013-09-051-11/+12
| | | | Change-Id: I6c295f887d90809b63c5b13fee466a584d1f6404
* use replace with sal_Unicode instead of replaceAll with OUStringEike Rathke2013-09-051-3/+3
| | | | Change-Id: I69eda64c3604f4a38fade5dbc912879937b95e0a
* use LanguageTag::convertToLocale()Eike Rathke2013-09-051-8/+1
| | | | Change-Id: Id2cf7f550883f291d181d68d9dd91a7173b55310
* use get*LocaleServiceNameEike Rathke2013-09-051-38/+12
| | | | Change-Id: Ieb286027644446c1109ab4fc637445c3582e316e
* added getFirstLocaleServiceName() and getFallbackLocaleServiceNames()Eike Rathke2013-09-051-0/+33
| | | | Change-Id: I35d3c5baeb5501feacdfa146f5b7f4e4f1bba876
* better error-checking for Language,Country,VariantEike Rathke2013-09-041-5/+17
| | | | Change-Id: I4e4f896ca9af8be7118fc868d57f9e2fa6102d74
* removed unused Platform elementEike Rathke2013-09-0425-75/+0
| | | | Change-Id: If1bb51a69e099e112cce32b8219688b17befa3a3
* fdo#62475 - remove visual noisePhilipp Riemer2013-08-311-9/+0
| | | | | | | | This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
* WaE: comparison of integers of different signsTor Lillqvist2013-08-211-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
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-212-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
* Re-work 8bit characters in source code, or remove them.Michael Meeks2013-08-201-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>
* Mark as const/staticTakeshi Abe2013-08-0914-79/+79
| | | | Change-Id: I5d51d7e01913ac9917578f8c9789312af9be3638
* Mark as constTakeshi Abe2013-07-291-1/+1
| | | | Change-Id: Ib78b25641ae20a3eb23545649f08b963e34c74ff
* small cleanup in [hr-HR] locale data, fdo#66376Eike Rathke2013-07-191-9/+8
| | | | | | | * moved new FormatElement to the end of the list * changed date formats 24 and 52 to use NBSP Change-Id: I64268d29860d9c65ba27873131f00a75c19f105b
* changed Croatian [hr-HR] locale data, fdo#66376Krunoslav Šebetić2013-07-191-21/+39
| | | | | | Date format codes, Collator and IndexKey data. Change-Id: Ia48170c59c733f5540fc42fc7ae43df70918a0cf
* -Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann2013-07-082-4/+4
| | | | Change-Id: I64e4933f7a0a8026ccc7ce98804bfc497d3f0eed
* updated documentation pointers with opengrokEike Rathke2013-07-081-8/+13
| | | | Change-Id: I8ae4302f5391bf3d11490cd8b46a20f94bfb6ce7
* sync the FixedFormatskey1 entry of pt-AO with other pt entriesCaolán McNamara2013-07-031-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
* sorted by formatindex for better comparabilityEike Rathke2013-07-011-70/+70
| | | | Change-Id: I38f238878141b9ce7d479e66340ef3e78dc83843
* remove OUString wrap for string literalsThomas Arnhold2013-06-291-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>
* fdo#43460 framework,i18npool,accessibility: use isEmpty()Jelle van der Waa2013-06-242-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>
* Better approach for solving fdo#52204abdulmajeed ahmed2013-06-241-14/+3
| | | | Change-Id: Iada36661abaef0363688a186f0542f62dfb1455c
* fdo#52204 add more diacritics for Arabicabdulmajeed ahmed2013-06-241-8/+10
| | | | Change-Id: I916eb34b127699ea3251e92f4d7b705347ae5cba
* Fix indentationKhaled Hosny2013-06-221-5/+5
| | | | Change-Id: I33c9f4390c493fcc89bcd42529c026a9a76fb697
* Fix indentationKhaled Hosny2013-06-221-20/+20
| | | | Change-Id: I67224a03f7de2db6cab220b9491a6f949ad89def
* Fix fdo#52204 add new feature ignore diacritics in search for CTLabdulmajeed ahmed2013-06-219-10/+68
| | | | Change-Id: Ie9044a35003217545bacea214ef59047bff3b8b1
* sid has charset based collation ruleAndras Timar2013-06-171-2/+2
| | | | Change-Id: Id9eb0b59384223b6c47229bd0a3430e71e79e622
* forgot to git add sid_charset.txtAndras Timar2013-06-171-0/+18
| | | | Change-Id: I314c97d0421ed564c146cde4700ca23fe62347c1
* typo fix, use ja_charset for JapaneseAndras Timar2013-06-171-1/+1
| | | | Change-Id: I29b7db952a8cc9e0670e03dd79204486332aabe9
* fdo#65809 Sidama (sit-ET) collation dataAndras Timar2013-06-171-0/+4
| | | | Change-Id: Icc68dcc44678f4151ff5d4a25dd8868218363341
* fdo#65809 Sidama (sit-ET) index sortingAndras Timar2013-06-171-1/+1
| | | | Change-Id: I1781c94cc67d4a2fa47bcf126195309590016b14
* fdo#64947 added [NatNum1]General format codesEike Rathke2013-06-153-0/+9
| | | | Change-Id: I2e024453d10600a6a688123cd8c9de324537a0a1
* Introduce O[U]String::toUInt32Stephan Bergmann2013-06-131-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
* fdo#64977 Adding Tibetan Language SupportElie Roux2013-06-125-4/+908
| | | | | | | Change-Id: I3f530375f43bfe8ebe2cc16f0e158990d7beafbb Reviewed-on: https://gerrit.libreoffice.org/4197 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* Revert "fdo#64977 Adding Tibetan Language Support"Fridrich Strba2013-06-084-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>
* fdo#64977 Adding Tibetan Language SupportElie Roux2013-06-084-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>
* mismatched new[]/deleteCaolán McNamara2013-06-051-2/+2
| | | | Change-Id: I0bfa3c090c436c0397ead80f2759ab7335f3aa0f
* remove unused componentcontext.hxx includesNoel Grandin2013-06-052-2/+0
| | | | Change-Id: I598926b72c5540b472f9607e2f3df134a8c50048