summaryrefslogtreecommitdiff
path: root/svl/source/config
AgeCommit message (Expand)Author
2022-05-03Just use Any ctor instead of makeAny in svlStephan Bergmann
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák
2022-03-03Recheck modules sv* with IWYUGabor Kelemen
2021-11-18rtl::Static->thread-safe static in svlNoel Grandin
2021-11-07Resolves: tdf#145386 Use "Default" for LANGUAGE_PROCESS_OR_USER_DEFAULTEike Rathke
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-31osl::Mutex->std::mutex in ItemHolder2Noel Grandin
2021-07-28use officecfg for SvtCJKOptionsNoel Grandin
2021-07-27drop SvtLanguageOptions classNoel Grandin
2021-07-26use officecfg for SvtSystemLanguageOptionsNoel Grandin
2021-07-23osl::Mutex->std::mutex in SvtLanguageOptionsNoel Grandin
2021-02-20loplugin:refcounting in svlNoel
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel
2019-07-15Simplify Sequence iterations in svlArkadiy Illarionov
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-03-07log nice exception messages whereever possibleNoel Grandin
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-01-25Simplify logic in cjkoptionsJulien Nabet
2018-01-25loplugin:flatten in svlNoel Grandin
2018-01-15More loplugin:cstylecast: svlStephan Bergmann
2018-01-12More loplugin:cstylecast: svlStephan Bergmann
2018-01-11loplugin:useuniqueptr in svlNoel Grandin
2017-12-22request installation of langpack via packagekitCaolán McNamara
2017-10-23loplugin:includeform: svlStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-19Clean up the code by using LOWORDStephan Bergmann
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-12use std::unique_ptr in TItemInfoNoel Grandin
2017-08-29Avoid "ThreadSanitizer: lock-order-inversion (potential deadlock)"Stephan Bergmann
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert ucb and svl from OSL_ASSERT to assertChris Sherlock
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-02-13convert CharCompressType to scoped enumNoel Grandin
2017-02-10convert EItem to scoped enumNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-10loplugin:unusedmethodsNoel Grandin
2016-12-25Enable “complex text layout” by defaultKhaled Hosny
2016-12-02loplugin:unnecessaryoverride (dtors) in svlStephan Bergmann
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin
2016-10-15clang-cl loplugin: svlStephan Bergmann
2016-09-28Resolves: tdf#96748 'Default Language' show current ui lang not new defaultCaolán McNamara
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann