summaryrefslogtreecommitdiff
path: root/cppuhelper/source/propshlp.cxx
AgeCommit message (Expand)Author
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-07-19loplugin:referencecasting in cppcanvas..cuiNoel Grandin
2019-07-18Resort pProperties when really needed (cppuhelper)Julien Nabet
2019-05-22New loplugin:dataStephan Bergmann
2019-03-17tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-02-14tdf#42949 Fix IWYU warnings in cppuhelper/Gabor Kelemen
2019-02-08loplugin:indentation in cppu..cuiNoel Grandin
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-07-19Fix typosAndrea Gelmini
2018-01-12More loplugin:cstylecast: cppuhelperStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-07-02loplugin:casttovoid: cppuhelperStephan Bergmann
2017-06-01Fix typosAndrea Gelmini
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-07tdf#88206 replace cppu::WeakImplHelper* in cppuhelperJochen Nitschke
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-07-29com::sun::star-css in cppu,cppuhelperNoel Grandin
2015-07-08Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-15Typo: constarined->constrainedJulien Nabet
2015-02-18TyposJulien Nabet
2015-01-27Get rid of std::auto_ptr in stable URE interfaceStephan Bergmann
2015-01-16Fix getTypes() of OPropertySetHelper and derivedStephan Bergmann
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin
2014-07-12Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-05cppuhelper: remove SAL_THROW macroNoel Grandin
2014-06-04cppuhelper: fix includesThomas Arnhold
2014-04-27automaticly -> automatically.Jan Holesovsky
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann