summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source/propshlp.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:flatten in cppuhelperNoel Grandin2020-04-171-265/+266
* Fix typoAndrea Gelmini2020-03-101-1/+1
* remove some useless comment linesNoel Grandin2019-12-031-2/+0
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-221-0/+3
* add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin2019-09-261-9/+9
* loplugin:referencecasting in cppcanvas..cuiNoel Grandin2019-07-191-1/+1
* Resort pProperties when really needed (cppuhelper)Julien Nabet2019-07-181-3/+2
* New loplugin:dataStephan Bergmann2019-05-221-1/+1
* tdf#120703 PVS: remove redundant static castsMike Kaganski2019-03-171-1/+1
* tdf#42949 Fix IWYU warnings in cppuhelper/Gabor Kelemen2019-02-141-1/+0
* loplugin:indentation in cppu..cuiNoel Grandin2019-02-081-14/+14
* tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski2018-10-271-5/+1
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-2/+0
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-3/+3
* New loplugin:externalStephan Bergmann2018-09-171-3/+3
* Fix typosAndrea Gelmini2018-07-191-1/+1
* More loplugin:cstylecast: cppuhelperStephan Bergmann2018-01-121-1/+1
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-3/+3
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-041-1/+1
* loplugin:casttovoid: cppuhelperStephan Bergmann2017-07-021-1/+0
* Fix typosAndrea Gelmini2017-06-011-1/+1
* teach redundantcast plugin about functional castsNoel Grandin2017-05-301-4/+4
* clang-tidy: readability-else-after-returnNoel Grandin2017-04-121-13/+9
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-231-4/+4
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-151-12/+12
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-38/+6
* tdf#88206 replace cppu::WeakImplHelper* in cppuhelperJochen Nitschke2016-12-071-2/+2
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-181-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-11/+11
* Remove excess newlinesChris Sherlock2016-02-091-2/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-13/+13
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-3/+3
* Fix typosAndrea Gelmini2015-09-301-1/+1
* com::sun::star-css in cppu,cppuhelperNoel Grandin2015-07-291-52/+52
* Fix typosAndrea Gelmini2015-07-081-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-6/+6
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-091-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-2/+2
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-151-4/+0
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-3/+3
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-5/+5
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-12/+12
* Typo: constarined->constrainedJulien Nabet2015-03-151-1/+1
* TyposJulien Nabet2015-02-181-3/+3
* Get rid of std::auto_ptr in stable URE interfaceStephan Bergmann2015-01-271-2/+1
* Fix getTypes() of OPropertySetHelper and derivedStephan Bergmann2015-01-161-6/+4
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* cppu and cppuhelper: loplugin: cstylecastNoel Grandin2014-09-171-5/+5
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-07-121-39/+12