summaryrefslogtreecommitdiffstats
path: root/unotools/source/i18n
Commit message (Expand)AuthorAgeFilesLines
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-301-1/+1
* fdo#82577: Handle TimeNoel Grandin2014-10-011-3/+3
* Remove more useless includes of tools/debug.hxxMarcos Paulo de Souza2014-08-206-6/+0
* clang scan-build: various warningsCaolán McNamara2014-07-011-2/+2
* Fix commentsIsamu Mogi2014-06-041-2/+2
* Fix hungarian prefix for calendarsIsamu Mogi2014-06-011-13/+13
* fix-includes.pl: unotoolsThomas Arnhold2014-05-113-3/+3
* Kill superfluous spacing before semicolonsTor Lillqvist2014-04-061-5/+5
* Kill superfluous vertical whitespaceTor Lillqvist2014-04-0610-145/+0
* Remove visual noise from unotoolsAlexander Wilms2014-02-261-4/+4
* unotools: sal_Bool -> boolStephan Bergmann2014-02-193-30/+30
* bool improvementsStephan Bergmann2014-01-282-10/+10
* coverity#440774 Logically dead codeCaolán McNamara2014-01-281-21/+2
* bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann2014-01-221-1/+1
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-071-1/+1
* convert xub_StrLen->sal_Int32 in unotoolsNoel Grandin2013-12-031-2/+2
* remove unnecessary use of OUString constructor in UNOTOOLS moduleNoel Grandin2013-11-071-5/+5
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-2/+2
* Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents.Arnaud Versini2013-08-191-7/+8
* Just quiet cppcheckJulien Nabet2013-07-291-2/+2
* targetted clean of redundant header piece from 62badf3828Michael Meeks2013-07-261-3/+0
* use static LanguageTag::convertTo...() for standalone conversionsEike Rathke2013-07-131-1/+1
* OUString convertion for unotoolsNorbert Thiebaud2013-07-025-252/+198
* -Werror,-Wdeprecated-registerStephan Bergmann2013-06-201-4/+4
* coverity#1019431: use of freed memoryMarkus Mohrhard2013-05-081-2/+4
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-21/+5
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-181-7/+25
* use language tagsEike Rathke2013-04-101-32/+11
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-077-73/+73
* new module i18nlangtagEike Rathke2013-04-054-4/+4
* Remove RTL_CONSTASCII_STRINGPARAM (unotools)Chr. Rossmanith2013-03-121-27/+16
* typo: allways -> alwaysAndras Timar2013-02-201-3/+3
* fdo#46808, remove unused header fileNoel Grandin2013-02-114-63/+0
* remove use of #pragma optimizeLuboš Luňák2013-01-011-11/+0
* added FIXME-BCP47 marker, adapted debug checkEike Rathke2012-12-131-4/+5
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-2/+0
* fdo#46808, use service constructor for i18n::CollatorNoel Grandin2012-11-302-14/+17
* fdo#46808, use service constructor for i18n::NativeNumberSupplierNoel Grandin2012-11-271-8/+3
* Make ~SearchParam non-inlineStephan Bergmann2012-11-251-0/+2
* some i18n wrappers with LanguageTagEike Rathke2012-11-234-81/+79
* use LanguageTag::reset()Eike Rathke2012-11-161-2/+2
* converted to use LanguageTagEike Rathke2012-11-164-34/+28
* fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin2012-11-153-21/+25
* fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin2012-11-051-9/+5
* fdo#46808: Slight simplifications of previous commitStephan Bergmann2012-11-051-2/+2
* fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin2012-11-051-6/+4
* fdo#46808, Adapt i18n::LocaleCalendar UNO service to new styleNoel Grandin2012-10-291-6/+3
* some more clang warningsCaolán McNamara2012-10-222-5/+5
* delegating a constructor can't work like this, fdo#55033Markus Mohrhard2012-10-191-1/+1