summaryrefslogtreecommitdiff
path: root/desktop/source/app/langselect.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen1-2/+0
2020-01-16clang-tidy modernize-concat-nested-namespace in dbaccess..desktopNoel Grandin1-2/+2
2019-06-15loplugin:logexceptionnicely in desktopNoel Grandin1-4/+5
2017-12-22request installation of langpack via packagekitCaolán McNamara1-1/+2
2017-10-23loplugin:includeform: desktopStephan Bergmann1-4/+4
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-5/+2
2017-07-25loplugin:unusedmethodsNoel Grandin1-25/+0
2017-01-17set the default startup document locale fallback to work locale, not UI localeEike Rathke1-1/+6
2016-09-28Resolves: tdf#96748 'Default Language' show current ui lang not new defaultCaolán McNamara1-42/+5
2016-04-25clang-tidy modernize-loop-convert in d*Noel Grandin1-2/+1
2015-09-17boost->stdCaolán McNamara1-1/+0
2015-09-12desktop: com::sun::star->cssNoel Grandin1-1/+1
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-2/+2
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-2/+2
2014-06-04desktop: fix includesThomas Arnhold1-17/+17
2014-01-17fdo#73549 do not attempt to resolve an empty localeEike Rathke1-0/+3
2013-12-19use proper LanguageTag fallback instead of dumb startsWith(), fdo#68714Eike Rathke1-9/+4
2013-12-18resolved fdo#72778 keep setting system locale and LanguageTag in syncEike Rathke1-1/+1
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke1-1/+1
2013-08-26TyposStephan Bergmann1-2/+2
2013-08-26Related fdo#68240: Rework langselect to provide better error messagesStephan Bergmann1-376/+149
2013-08-26Remove unused STARTLANG featureStephan Bergmann1-70/+0
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+1
2013-04-05new module i18nlangtagEike Rathke1-2/+2
2012-12-30RTL_CONSTASCII_(U)STRINGPARAM removed in desktop/source/appChr. Rossmanith1-13/+13
2012-12-28Some cppcheck cleaning + Related fdo#57950Julien Nabet1-7/+1
2012-11-30eradicate all traces of OLocale and rtl/locale.hxxMichael Stahl1-1/+0
2012-11-27get rid of LanguageSelection::IsoStringToLocale() and use LanguageTagEike Rathke1-18/+8
2012-11-19re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-17use LanguageTagEike Rathke1-3/+4
2012-05-18removed unused const rtl::OUStringTakeshi Abe1-1/+0
2012-05-02Cleaned up CommandLineArgsStephan Bergmann1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-03-19Workaround a strange wine / mingw crash.Jan Holesovsky1-4/+2
2011-12-21Fix for fdo43460 Part XIII getLength() to isEmpty()Olivier Hallot1-9/+9
2011-12-06catch exception by constant referenceTakeshi Abe1-6/+6
2011-11-27remove include of pch header in desktopNorbert Thiebaud1-2/+0
2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann1-33/+15
2011-04-01Use our rtl::Static pattern hereCaolán McNamara1-12/+10
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-25Remove commented code in libs-core/desktopXisco Fauli1-1/+0
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-3/+3
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens1-0/+0
2011-02-26Remove "using namespace ::rtl"Julien Nabet1-1/+4
2011-01-15equalsAsciiL faster than equalsAscii when length availableCaolán McNamara1-1/+1
2010-11-20RTL_CONSTASCII_USTRINGPARAM improvementsJulien Nabet1-1/+1
2010-10-25micro optimizationCaolán McNamara1-14/+14
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-06-22fwk147: Provide better error message if there is no configuration access on s...Carsten Driesner1-3/+20