summaryrefslogtreecommitdiff
path: root/desktop/source/app/langselect.cxx
AgeCommit message (Expand)Author
2021-10-18Related: tdf#145173 Ensure known supported system and default document localeEike Rathke
2021-02-15tdf#121245: also set ooLocale when language is set by command lineMike Kaganski
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin
2020-04-14loplugin:flatten in desktopNoel Grandin
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen
2020-01-16clang-tidy modernize-concat-nested-namespace in dbaccess..desktopNoel Grandin
2019-06-15loplugin:logexceptionnicely in desktopNoel Grandin
2017-12-22request installation of langpack via packagekitCaolán McNamara
2017-10-23loplugin:includeform: desktopStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-07-25loplugin:unusedmethodsNoel Grandin
2017-01-17set the default startup document locale fallback to work locale, not UI localeEike Rathke
2016-09-28Resolves: tdf#96748 'Default Language' show current ui lang not new defaultCaolán McNamara
2016-04-25clang-tidy modernize-loop-convert in d*Noel Grandin
2015-09-17boost->stdCaolán McNamara
2015-09-12desktop: com::sun::star->cssNoel Grandin
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2014-06-04desktop: fix includesThomas Arnhold
2014-01-17fdo#73549 do not attempt to resolve an empty localeEike Rathke
2013-12-19use proper LanguageTag fallback instead of dumb startsWith(), fdo#68714Eike Rathke
2013-12-18resolved fdo#72778 keep setting system locale and LanguageTag in syncEike Rathke
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
2013-08-26TyposStephan Bergmann
2013-08-26Related fdo#68240: Rework langselect to provide better error messagesStephan Bergmann
2013-08-26Remove unused STARTLANG featureStephan Bergmann
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2012-12-30RTL_CONSTASCII_(U)STRINGPARAM removed in desktop/source/appChr. Rossmanith
2012-12-28Some cppcheck cleaning + Related fdo#57950Julien Nabet
2012-11-30eradicate all traces of OLocale and rtl/locale.hxxMichael Stahl
2012-11-27get rid of LanguageSelection::IsoStringToLocale() and use LanguageTagEike Rathke
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-11-17use LanguageTagEike Rathke
2012-05-18removed unused const rtl::OUStringTakeshi Abe
2012-05-02Cleaned up CommandLineArgsStephan Bergmann
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-19Workaround a strange wine / mingw crash.Jan Holesovsky
2011-12-21Fix for fdo43460 Part XIII getLength() to isEmpty()Olivier Hallot
2011-12-06catch exception by constant referenceTakeshi Abe
2011-11-27remove include of pch header in desktopNorbert Thiebaud
2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann
2011-04-01Use our rtl::Static pattern hereCaolán McNamara
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-25Remove commented code in libs-core/desktopXisco Fauli
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens
2011-02-26Remove "using namespace ::rtl"Julien Nabet
2011-01-15equalsAsciiL faster than equalsAscii when length availableCaolán McNamara