summaryrefslogtreecommitdiff
path: root/unotools/source/config
AgeCommit message (Expand)Author
2022-12-31tdf#152676 Writer: Compatibility options no longer saved as defaultNoel Grandin
2022-12-30tdf#136306 offapi linguistic: add options to disable rule-based compoundingLászló Németh
2022-11-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala
2022-10-06[API CHANGE] Resolves tdf#131136 - Remove option "Use printer metrics"Heiko Tietze
2022-09-23Fix utl::splitLastFromConfigurationPathStephan Bergmann
2022-09-22cid#1515531 Out-of-bounds accessCaolán McNamara
2022-09-22this originally checked for > 0Caolán McNamara
2022-09-21bogus OSL_ASSERT: nPos != std::u16string_view::npos ... warningsCaolán McNamara
2022-09-20use more string_view in unotoolsNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-06-15Revert "Load the locales from config file for languagetool"Xisco Fauli
2022-06-14Load the locales from config file for languagetoolMert Tumer
2022-06-03tdf#146988 Opening at cursor position doesn't work in large documentsNoel Grandin
2022-05-30clang-tidy modernize-pass-by-value in unotoolsNoel Grandin
2022-05-23cache ref to GlobalEventConfigNoel Grandin
2022-05-17elide some OUString allocationNoel Grandin
2022-05-15cache string in DocInfoHelper::GetGeneratorStringNoel Grandin
2022-05-15osl::Mutex->std::mutex in SvtLinguOptionsNoel Grandin
2022-05-14bypass some unnecessary wrapping in Any in SfxEvents_ImplNoel Grandin
2022-05-13std::mutex->std::recursive_mutex in SvtUserOptionsMike Kaganski
2022-05-10osl::Mutex->std::mutex in GlobalEventConfigNoel Grandin
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-04use more string_view in unotoolsNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in unotoolsStephan Bergmann
2022-05-03add o3tl::equalsAsciiNoel Grandin
2022-04-26officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl
2022-04-14use more string_view in unotoolsNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen
2022-04-11use more string_viewNoel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08allow to override the generator/producer string in output documentsLuboš Luňák
2022-04-08use more subView when converting to Int32Noel Grandin
2022-03-18tdf#133603 cache languagetag in FontSubstConfigurationNoel Grandin
2021-12-25osl::Mutex->std::mutex in SvtPathOptionsNoel Grandin
2021-12-24osl::Mutex->std::mutex in SvtModuleOptionsNoel Grandin
2021-12-24osl::Mutex->std::mutex in SvtCommandOptionsNoel Grandin
2021-12-24osl::Mutex->std::mutex in SvtPathOptions_ImplNoel Grandin
2021-12-24osl::Mutex->std::mutex in SvtUserOptionsNoel Grandin
2021-11-19rtl::Static->thread-safe static in unotoolsNoel Grandin
2021-11-10new loplugin:stringliteraldefineNoel Grandin
2021-11-01Prepare for removal of non-const operator[] from Sequence in unotoolsMike Kaganski
2021-10-21loplugin:flattenNoel Grandin
2021-10-19Use MsLangId::getConfiguredSystemUILanguage()Eike Rathke
2021-10-19Use MsLangId::getConfiguredSystemLanguage()Eike Rathke
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-11loplugin:moveparam in unotoolsNoel Grandin
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: unotoolsStephan Bergmann