summaryrefslogtreecommitdiff
path: root/unotools/source/config
AgeCommit message (Expand)Author
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
2021-09-21reduce cost of some getProperty calls (tdf#125892)Noel Grandin
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-18ofz#36713 Indirect-leakCaolán McNamara
2021-08-18loplugin:passstuffbyrefNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-31osl::Mutex->std::mutex in ItemHolder1Noel Grandin
2021-07-29rtl::Static -> static localNoel Grandin
2021-07-28simplify SvtOptionsDialogOptionsNoel Grandin
2021-07-27simplify SvtViewOptionsNoel Grandin
2021-07-27use officecfg for SvtHistoryOptionsNoel Grandin
2021-07-26return SvtCompatibilityEntry from SvtCompatibilityOptions::GetListNoel Grandin
2021-07-26convert these into constantsNoel Grandin
2021-07-26cid#1485150 silence Uncaught exceptionCaolán McNamara
2021-07-26use officecfg for security optionsNoel Grandin
2021-07-26use officecfg for default optionsNoel Grandin
2021-07-26simplify SvtDynamicMenuOptionsNoel Grandin
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin
2021-07-25use officecfg to retrieve LoadUserSettingsNoel Grandin
2021-07-25use officecfg to retrieve UseUserDataNoel Grandin
2021-07-25use officecfg to retrieve CreateBackupNoel Grandin
2021-07-25use officecfg to retrieve LoadDocumentPrinterNoel Grandin
2021-07-25use officecfg to retrieve WarnAlienFormatNoel Grandin
2021-07-25use officecfg to retrieve AutoSaveTimeNoel Grandin
2021-07-25simplify SvFontSubstNoel Grandin
2021-07-25use officecfg to retrieve UserAutoSaveNoel Grandin
2021-07-24use officecfg to retrieve AutoSaveNoel Grandin
2021-07-24use officecfg to retrieve AutoSavePromptNoel Grandin
2021-07-24use officecfg to retrieve DocInfoSaveNoel Grandin
2021-07-24use officecfg to retrieve SaveWorkingSetNoel Grandin
2021-07-24use officecfg to retrieve SaveRelInetNoel Grandin
2021-07-24use officecfg to retrieve SaveRelFSysNoel Grandin
2021-07-24use officecfg to retrieve PrettyPrintingNoel Grandin
2021-07-23use officecfg to retrieve SaveDocViewNoel Grandin
2021-07-12add Japanese font fallback.Jun NOGATA