summaryrefslogtreecommitdiff
path: root/configmgr/source/readwriteaccess.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-06-18Use getXWeak in configmgrMike Kaganski1-3/+3
2023-02-02osl::Mutex->std::mutex in configmgr::read_write_access::ServiceNoel Grandin1-4/+4
2022-05-23clang-tidy modernize-pass-by-value in configmgrNoel Grandin1-2/+3
2021-07-22Revert "simplify locking in configmgr"Noel Grandin1-1/+1
2021-07-22simplify locking in configmgrNoel Grandin1-1/+1
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2020-07-06configmgr: create instances with uno constructorsNoel Grandin1-15/+7
2020-01-15clang-tidy modernize-concat-nested-namespace in codemaker..configmgrNoel Grandin1-2/+2
2020-01-02Revert "no need to use shared_ptr here"Noel Grandin1-1/+1
2019-12-24no need to use shared_ptr hereNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): configmgrStephan Bergmann1-1/+1
2019-07-17tdf#42949 Fix IWYU warnings in configmgr/*Gabor Kelemen1-6/+0
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-29/+11
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2015-11-09new loplugin: oncevarNoel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-12/+12
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-07-13tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-04-01Add isReadOnly() support to simplified configuration accessStephan Bergmann1-0/+13
2015-02-16boost::noncopyable->'= delete'Caolán McNamara1-3/+4
2014-05-28fix-includes.pl: configmgrThomas Arnhold1-26/+26
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-10/+10
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-11/+11
2013-11-21Some more adaptions to cppu::supportsServiceStephan Bergmann1-2/+3
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-24/+4
2012-12-11rtl:: prefix removal from configmgrRadu Ioan1-15/+11
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-07-25Make comphelper/configuration.hxx work for localized propertiesStephan Bergmann1-19/+55
2011-12-13Simplified, type-safe C++ configuration access.Stephan Bergmann1-0/+151