summaryrefslogtreecommitdiff
path: root/comphelper/source/property
AgeCommit message (Expand)Author
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-07-20loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-02-27Use for-range loops in comphelper and configmgrJulien Nabet
2018-01-25loplugin:unused-returns in basegfx..cppcanvasNoel Grandin
2018-01-23new loplugin: pointerboolNoel Grandin
2018-01-12More loplugin:cstylecast: comphelperStephan Bergmann
2017-12-19inline use-once typedefsNoel Grandin
2017-12-18loplugin:unusedindexMike Kaganski
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-11-10No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann
2017-11-09loplugin:finalclasses in comphelperNoel Grandin
2017-11-09use rtl::Reference for SlaveDataNoel Grandin
2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-23new loplugin unnecessarycatchthrowNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin
2017-07-07remove nullptr checks on STL search result iteratorsJochen Nitschke
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-06use more begin()/end() for SequenceNoel Grandin
2017-07-03use begin()/end() when working with SequenceNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-06-23simplify some string handling in tracing callsNoel Grandin
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin
2017-06-12pass comphelper::PropertySetInfo around using rtl::ReferenceNoel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-27tdf#39468 cleanup source code commentsdennisroczek
2017-04-23simplify ChainableProperySet and MasterPropertySetNoel Grandin
2017-03-29tdf#39468 Translate German commentsJens Carl
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-06Add missing #includesStephan Bergmann
2017-02-03makeAny->Any in canvas..configmgrNoel Grandin
2017-02-02unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-23loplugin: unnecessary destructor: comphelper..desktopNoel Grandin
2017-01-23use rtl::Reference in OPropertyChangeListenerNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, comphelperStephan Bergmann
2017-01-17use rtl::Reference in MasterPropertySetNoel Grandin
2017-01-17use rtl::Reference in ChainablePropertySetNoel Grandin
2017-01-16new loplugin: useuniqueptr: comphelperNoel Grandin
2016-11-28loplugin:unnecessaryoverride (dtors) in comphelperStephan Bergmann
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin
2016-10-26coverity#1374269 Uncaught exceptionCaolán McNamara
2016-10-19replace <<= with assign for <<= with rhs AnyJochen Nitschke