summaryrefslogtreecommitdiff
path: root/cppu/source/typelib
AgeCommit message (Expand)AuthorFilesLines
2018-05-22Fix typosAndrea Gelmini1-3/+3
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann2-4/+4
2018-01-15loplugin:useuniqueptr in comphelper,cppu,registryNoel Grandin1-11/+7
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: cppuStephan Bergmann2-30/+30
2018-01-11loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin1-12/+6
2017-12-11loplugin:salcall fix functionsNoel Grandin2-6/+6
2017-10-23loplugin:includeform: cppuStephan Bergmann1-1/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin2-2/+2
2017-07-19loplugin:constparams in cppuNoel Grandin3-3/+3
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-2/+2
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-3/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-34/+34
2017-05-07tdf#43157: convert rest of cppu from OSL_ASSERT to assertChris Sherlock1-34/+34
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin2-55/+43
2017-02-21loplugin:subtlezeroinit: cppuStephan Bergmann1-1/+1
2017-01-07coverity#704593 Dereference after null checkCaolán McNamara1-1/+1
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-1/+1
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin1-1/+1
2016-10-28Use OUString ctor instead of rtl_uString_newFromAsciiStephan Bergmann1-32/+15
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-3/+3
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann1-13/+13
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-24/+24
2016-03-11cppu: SAL_WARN_IF() -> SAL_INFO_IF() where it was dbglevel=2-specific beforeMiklos Vajna1-9/+9
2016-03-11Let's use the iterator return by erase method of iterator listJulien Nabet1-3/+2
2016-03-10Remove unnecessary parenthesesStephan Bergmann1-9/+9
2016-03-10Fixed minor negation bug in SAL_WARN_IFrohan1-9/+9
2016-03-08tdf#91794: Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-44/+29
2016-02-09Remove excess newlinesChris Sherlock2-7/+0
2016-01-03loplugin:implicitboolconversionAndrzej Hunt1-2/+2
2016-01-03cppcheck: allocaCalledCaolán McNamara1-6/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-154/+154
2015-11-02Avoid ASan new-delete-type-mismatch with -fsized-deallocationStephan Bergmann1-11/+20
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-2/+1
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-3/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-5/+5
2015-03-31Use OUString::unacquiredStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-02-18TyposJulien Nabet1-4/+4
2015-01-20Some more loplugin:cstylecast: cppuStephan Bergmann2-78/+78
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann2-34/+34
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara1-2/+2
2014-11-18coverity#440589 silence Write to pointer after freeCaolán McNamara1-0/+1
2014-11-18Assert that typelib_typedescription_release will not destroy pTDR->pTypeStephan Bergmann1-0/+1
2014-11-14coverity#704593 silence Dereference after null checkCaolán McNamara1-3/+1