summaryrefslogtreecommitdiff
path: root/cppuhelper/source/propshlp.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-05cppuhelper: remove SAL_THROW macroNoel Grandin1-15/+10
2014-06-04cppuhelper: fix includesThomas Arnhold1-7/+7
2014-04-27automaticly -> automatically.Jan Holesovsky1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-3/+3
2014-02-27Remove visual noise from cppuhelperAlexander Wilms1-13/+13
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-22/+22
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-02-21coverity#707716 Uninitialized pointer fieldCaolán McNamara1-2/+4
2014-02-17cppuhelper: sal_Bool -> boolStephan Bergmann1-2/+2
2013-10-23remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith1-19/+3
2012-12-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-05-29removed dead codeTakeshi Abe1-74/+0
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-1/+1
2012-04-17translated or removed german comments in connectivity, cppuhelper and cuiFlorian Allmann-Rahn1-1/+1
2012-03-10Translate German comments in core/cppuhelperTom Thorogood1-2/+2
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann1-13/+13
2011-12-17Fix for fdo43460 Part X getLength() to isEmpty()Olivier Hallot1-4/+4