summaryrefslogtreecommitdiff
path: root/i18npool/source/indexentry
AgeCommit message (Expand)Author
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-05-26coverity#705186 Missing break in switchCaolán McNamara
2014-04-23i18npool: sal_Bool->boolNoel Grandin
2014-04-01coverity#707923 Uninitialized scalar fieldCaolán McNamara
2014-03-08coverity#707923 Uninitialized scalar fieldCaolán McNamara
2014-03-08coverity#707922 Uninitialized scalar fieldCaolán McNamara
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-12-18fdo#54938: Convert i18npool to use cppu::supportsServiceMarcos Paulo de Souza
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-09-05use sensible indentationEike Rathke
2013-09-05unused 'under'Eike Rathke
2013-09-05use get*LocaleServiceNameEike Rathke
2013-09-05renamed LocaleData to LocaleDataImpl to prevent confusionEike Rathke
2013-08-09Mark as const/staticTakeshi Abe
2013-03-04fdo#46808, clean up some old queryInterface() callsNoel Grandin
2013-01-15fdo#46808, Convert services in i18npool to XComponentContextNoel Grandin
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák
2012-11-28fdo#46808, use service constructor for i18n::CollatorNoel Grandin
2012-08-02WaE: dangling elseTor Lillqvist
2012-07-13re-base on ALv2 code. Includes:Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-05-30targeted string re-workNorbert Thiebaud
2012-05-17removed unused const rtl::OUStringTakeshi Abe
2012-04-18Use static linking when DISABLE_DYNLOADING (iOS)Tor Lillqvist
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-24i18npool: use CustomTarget_*.mk makefilesMatúš Kukan
2012-03-10gbuild: remove some more realpathsMatúš Kukan
2011-12-30Fix for fdo43460 Part XXI getLength() to isEmpty()Olivier Hallot
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan
2011-12-07use gbuild_simple.mk in i18npoolBjoern Michaelsen
2011-11-29set gb_PARTIALBUILD in CustomTargetsBjoern Michaelsen
2011-11-27remove include of pch header from i18npoolNorbert Thiebaud
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-08-19add errno.h for errnoCaolán McNamara
2011-08-19Improve input and output file open error handlingTor Lillqvist
2011-08-19inch closer to windows buildingCaolán McNamara
2011-08-17convert i18npool to gbuildMatúš Kukan
2011-07-10Don't pointlessly build the i18npool build-time tools when cross-compilingTor Lillqvist
2011-06-21Use MSVC-specific compiler options only when $(COM)==MSCTor Lillqvist
2011-06-08Run tool executables built for the BUILD platformTor Lillqvist
2011-05-16array address is only MAX_ADDRESS wideDavid Tardon
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
2010-11-25RTL_CONSTASCII_USTRINGPARAM in libs-gui 16Gert Faller
2010-11-22RTL_CONSTASCII_USTRINGPARAM in libs-gui 03Gert Faller
2010-10-28add modelines to .h and .c files as wellCaolán McNamara
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
2010-02-25sb118: merged in DEV300_m72sb