summaryrefslogtreecommitdiff
path: root/cppuhelper/source/propshlp.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-04-17loplugin:flatten in cppuhelperNoel Grandin1-265/+266
2020-03-10Fix typoAndrea Gelmini1-1/+1
2019-12-03remove some useless comment linesNoel Grandin1-2/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+3
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-9/+9
2019-07-19loplugin:referencecasting in cppcanvas..cuiNoel Grandin1-1/+1
2019-07-18Resort pProperties when really needed (cppuhelper)Julien Nabet1-3/+2
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-03-17tdf#120703 PVS: remove redundant static castsMike Kaganski1-1/+1
2019-02-14tdf#42949 Fix IWYU warnings in cppuhelper/Gabor Kelemen1-1/+0
2019-02-08loplugin:indentation in cppu..cuiNoel Grandin1-14/+14
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski1-5/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-2/+0
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-3/+3
2018-09-17New loplugin:externalStephan Bergmann1-3/+3
2018-07-19Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: cppuhelperStephan Bergmann1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-3/+3
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: cppuhelperStephan Bergmann1-1/+0
2017-06-01Fix typosAndrea Gelmini1-1/+1
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-4/+4
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin1-13/+9
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-4/+4
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-12/+12
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-38/+6
2016-12-07tdf#88206 replace cppu::WeakImplHelper* in cppuhelperJochen Nitschke1-2/+2
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-11/+11
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-13/+13
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-07-29com::sun::star-css in cppu,cppuhelperNoel Grandin1-52/+52
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-6/+6
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini1-4/+0
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-5/+5
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-12/+12
2015-03-15Typo: constarined->constrainedJulien Nabet1-1/+1
2015-02-18TyposJulien Nabet1-3/+3
2015-01-27Get rid of std::auto_ptr in stable URE interfaceStephan Bergmann1-2/+1
2015-01-16Fix getTypes() of OPropertySetHelper and derivedStephan Bergmann1-6/+4
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin1-5/+5
2014-07-12Avoid possible memory leaks in case of exceptionsTakeshi Abe1-39/+12