summaryrefslogtreecommitdiff
path: root/unotools/source/config/itemholder1.cxx
AgeCommit message (Expand)Author
2024-01-28Simplify massively over-engineered compatibility optionsMike Kaganski
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-31osl::Mutex->std::mutex in ItemHolder1Noel Grandin
2021-07-28simplify SvtOptionsDialogOptionsNoel Grandin
2021-07-27simplify SvtViewOptionsNoel Grandin
2021-07-27use officecfg for SvtHistoryOptionsNoel Grandin
2021-07-26use officecfg for security optionsNoel Grandin
2021-07-26use officecfg for default optionsNoel Grandin
2021-07-26simplify SvtDynamicMenuOptionsNoel Grandin
2021-02-23loplugin:refcounting in unotoolsNoel
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel
2020-07-29replace and drop SvtExtendedSecurityOptions classCaolán McNamara
2020-07-29replace and drop MiscCfgCaolán McNamara
2020-07-29replace and drop SvtPrintWarningOptionsCaolán McNamara
2020-07-29drop newly unused SvtFontOptionsCaolán McNamara
2020-07-29replace and drop SvtCompatibilityViewOptionsCaolán McNamara
2019-05-15tdf#42949 Fix IWYU warnings in unotools/*Gabor Kelemen
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-02-16MSForms: Introduce a new compatibility flag to enable MS compatible Forms menuTamás Zolnai
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2017-12-19Don't leak SvtSaveOptions instance through ItemHolder1::holdConfigItemStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
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-03-29convert EViewType to scoped enumNoel Grandin
2017-02-10convert EItem to scoped enumNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-07-10ditch the application per-language IsAutoMnemonicEnabled settingCaolán McNamara
2016-05-19loplugin:unusedmethods in unotoolsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05unotools: remove some unused itemsThomas Arnhold
2013-04-05Remove SvtInternalOptionsThomas Arnhold
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-30Remove SvtStartOptionsStephan Bergmann
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin
2012-08-08reduce ascii noise and useless commentsThomas Arnhold
2012-08-08remove include comments and boxesThomas Arnhold
2012-07-11re-base on ALv2 code. Includes:Michael Meeks
2012-06-02targeted string re-workNorbert Thiebaud