summaryrefslogtreecommitdiff
path: root/i18npool/inc
AgeCommit message (Expand)Author
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-07loplugin:staticmethodsNoel Grandin
2015-01-26implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-10-15Remove unused BreakIterator_Unicode::wordRuleStephan Bergmann
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-09-30i18npool: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-11Prevent erroneous pick up of unrelated css::i18n::MapingStephan Bergmann
2014-09-11Avoid name clash with generated C++ class corresponding to UNOIDL serviceStephan Bergmann
2014-09-11Avoid name clash with generated C++ class corresponding to UNOIDL serviceStephan Bergmann
2014-09-11Avoid name clash with generated C++ class corresponding to UNOIDL serviceStephan Bergmann
2014-09-10fdo#81272 Speed up break iteratorsMatthew J. Francis
2014-09-10Revert "fdo#81272 Speed up break iterators"Caolán McNamara
2014-09-10fdo#81272 Speed up break iteratorsMatthew J. Francis
2014-06-01Fix hungarian prefix for calendarsIsamu Mogi
2014-05-30fdo#68849: Add header guards to all include filesJens Carl
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-12Avoid expensive dlopen thrash for break iterators.Michael Meeks
2014-04-23i18npool: sal_Bool->boolNoel Grandin
2014-04-23Use our canonical header guard namingTor Lillqvist
2014-04-23Avoid cargo cult ritesTor Lillqvist
2014-04-08fdo#77123: Add option ignore kashida to the searchFaisal M. Al-Otaibi
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from i18npoolAlexander Wilms
2014-02-11coverity#707927 Uninitialized pointer fieldCaolán McNamara
2014-02-11coverity#707925 Uninitialized pointer fieldCaolán McNamara
2014-01-27i18npool: Ctor feature for css.i18n.CharacterClassification(_Unicode).Matúš Kukan
2013-12-18fdo#54938: Convert i18npool to use cppu::supportsServiceMarcos Paulo de Souza
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann
2013-12-13cclass_Unicode failed to actually implement XServiceInfoStephan Bergmann
2013-11-14i18npool, forms: remove warnings_guard_unicode*.hMichael Stahl
2013-11-11Revert "Guard CharacterClassificationImpl with mutex."Kohei Yoshida
2013-11-11Guard CharacterClassificationImpl with mutex.Kohei Yoshida
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-09-05renamed LocaleData to LocaleDataImpl to prevent confusionEike Rathke
2013-09-05added getFirstLocaleServiceName() and getFallbackLocaleServiceNames()Eike Rathke
2013-08-09Mark as const/staticTakeshi Abe
2013-06-21Fix fdo#52204 add new feature ignore diacritics in search for CTLabdulmajeed ahmed
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-04-05added the dreaded jolly jokerEike Rathke
2013-04-03let's try if this satisfies MSVCEike Rathke
2013-04-03ditch unused LANGUAGE_USER[1-9]Eike Rathke
2013-04-03let IsoLangEntry decide how to form a language tag stringEike Rathke
2013-03-28added LanguageTag::getGlibcLocaleString()Eike Rathke
2013-03-27added LanguageTag::getFallback()Eike Rathke
2013-03-27rtl::OUString to OUStringEike Rathke