summaryrefslogtreecommitdiff
path: root/comphelper/source/property/MasterPropertySet.cxx
AgeCommit message (Expand)Author
2024-04-28Simplify a bitMike Kaganski
2022-06-01fix buildRene Engelhard
2022-06-01no need to allocate guards on the heapNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-02-17loplugin:referencecasting in comphelperNoel
2020-04-18loplugin:flatten in comphelperNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-08-19loplugin:constvars in chart2..connectivityNoel Grandin
2019-04-03Fix typosJens Carl
2017-11-09use rtl::Reference for SlaveDataNoel Grandin
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-23simplify ChainableProperySet and MasterPropertySetNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-23loplugin: unnecessary destructor: comphelper..desktopNoel Grandin
2017-01-17use rtl::Reference in MasterPropertySetNoel Grandin
2017-01-17use rtl::Reference in ChainablePropertySetNoel Grandin
2017-01-16new loplugin: useuniqueptr: comphelperNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-09-24comphelper: replace for_each with range-based forDaniel Robertson
2015-07-27com::sun::star->css in comphelperNoel Grandin
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-03-27new clang plugin: staticmethodsNoel Grandin
2015-02-16boost::noncopyable->'= delete'Caolán McNamara
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-09-25comphelper: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-07-13coverity#706282 Uncaught exceptionCaolán McNamara
2014-07-13coverity#706281 Uncaught exceptionCaolán McNamara
2014-06-26clang: Result of operation is garbage or undefinedCaolán McNamara
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold
2014-04-25odd that apparently these only are checked in non-opt modeCaolán McNamara
2014-04-25coverity#706281 Uncaught exceptionCaolán McNamara
2014-04-25coverity#706282 Uncaught exceptionCaolán McNamara
2014-02-27Remove visual noise from comphelperAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-09-15Simplify AutoOGuardArray + rename private attributeJulien Nabet
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-23Fix prefix ++/-- operators for non-primitive typesJulien Nabet
2012-05-31targetted prefer prefix operators reversionMichael Meeks
2011-11-27remove include of pch header in comphelperNorbert Thiebaud
2011-10-03callcatcher: comphelper's unused codeMatúš Kukan
2011-09-15boost::scoped_ptr is sufficient hereCaolán McNamara
2011-04-19prefer prefix ++/-- operatorsKayo Hamid
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold
2010-10-25rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguityNorbert Thiebaud
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth