summaryrefslogtreecommitdiffstats
path: root/i18nutil
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typosAndrea Gelmini2017-03-251-1/+1
* Use rtl::isAscii* instead of ctype.h is* with sal_Unicode argStephan Bergmann2017-03-221-1/+1
* Use nl_langinfo_l with an explicitly created localeStephan Bergmann2017-03-221-26/+30
* typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin2017-03-011-4/+5
* coverity#1371289 Missing move assignment operatorCaolán McNamara2017-02-081-1/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-3/+3
* coverity#1371289 avoid the need for an assignmentCaolán McNamara2017-01-141-5/+5
* New loplugin:externvar: i18npoolStephan Bergmann2017-01-091-1/+1
* upgrade to ICU 58Eike Rathke2016-11-021-0/+26
* avoid coverity#1371161 Missing move assignment operatorCaolán McNamara2016-09-251-1/+1
* Related cid#1371289: Improve code to not depend on missing move assignmentStephan Bergmann2016-09-201-6/+6
* Remove redundant default ctor definitionStephan Bergmann2016-09-201-8/+0
* convert MappingType to scoped enumNoel Grandin2016-05-111-11/+19
* clang-tidy modernize-loop-convert in h-l/*Noel Grandin2016-04-281-4/+4
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-311-1/+1
* Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann2016-02-151-2/+2
* coverity#1343620 Unchecked return valueCaolán McNamara2015-12-191-2/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-103-73/+73
* related tdf#73691 - prevent AltX creating control charactersJustin Luth2015-11-051-6/+10
* tdf#95354 - pad AltX to 4 charactersJustin Luth2015-10-281-1/+5
* com::sun::star->css in i18nutilNoel Grandin2015-10-202-6/+5
* Updated URLAndrea Gelmini2015-09-291-1/+1
* boost->stdCaolán McNamara2015-09-181-2/+2
* loplugin:defaultparamsNoel Grandin2015-08-211-3/+3
* for testing allow disabling configmgr for time critical pathsCaolán McNamara2015-08-192-0/+5
* tdf#73691 Implement MSWord's Alt-X: toggle unicode notationJustin Luth2015-08-121-0/+251
* loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-2/+2
* coverity#984097 Uninitialized pointer fieldCaolán McNamara2014-12-271-7/+8
* upgrade to icu 54Caolán McNamara2014-12-191-0/+20
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-182-13/+11
* i18nutil: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-14/+14
* Avoid undefined left shift of negative valueStephan Bergmann2014-05-281-5/+8
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-153-6/+6
* i18nutil: sal_Bool -> boolStephan Bergmann2014-02-183-8/+8
* CLDR Version 24 doesn't know about es and sl using space before %Caolán McNamara2014-01-221-1/+12
* use a narrow no-break space instead of (normal) no-break space for deCaolán McNamara2014-01-211-1/+7
* Related: #i56998# use locale rules to format percentageCaolán McNamara2014-01-201-1/+1
* Related: #i56998# provide a way to format % per-locale rulesCaolán McNamara2014-01-202-0/+29
* Set PAPER_SCREEN_4_3 values back and use it as it wasZolnai Tamás2014-01-091-1/+1
* Startcenter: use SCREEN_4_3 as default paper for presentationsZolnai Tamás2014-01-091-1/+1
* typo fixesAndras Timar2013-12-201-1/+1
* Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'Caolán McNamara2013-12-111-1/+1
* -Werror,-Wshift-sign-overflowStephan Bergmann2013-11-141-1/+1
* convert OUString !compareToAscii to equalsAsciiNoel Grandin2013-11-111-14/+14
* Exempler->ExemplarCaolán McNamara2013-10-211-1/+1
* i18nutil: Add new enumeration values from ICU 52Thomas Arnhold2013-10-211-1/+9
* s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar2013-09-072-3/+3
* Mark as constTakeshi Abe2013-08-113-10/+10