summaryrefslogtreecommitdiffstats
path: root/cppu/source/typelib/typelib.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:buriedassign in c*Noel Grandin2020-04-141-26/+33
* Make TYPELIB_TYPEDESCRIPTIONREFERENCE_ISREALLYWEAK constexprStephan Bergmann2020-03-061-8/+7
* Remove redundant local reallyWeak functionStephan Bergmann2020-03-041-17/+12
* sal_Char->char in cppcanvas..cuiNoel Grandin2019-12-181-1/+1
* cppcheck: performing init in init list (comphelper/connectivity/cppu/cui)Julien Nabet2019-11-231-2/+3
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-221-0/+10
* new loplugin:bufferaddNoel Grandin2019-10-151-8/+7
* Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov2019-03-031-39/+17
* More loplugin:simplifyboolStephan Bergmann2019-02-201-1/+1
* More loplugin:simplifyboolStephan Bergmann2019-02-191-1/+1
* tdf#42949 Fix IWYU warnings in cppu/Gabor Kelemen2019-01-291-3/+0
* Fix typoAndrea Gelmini2019-01-191-1/+1
* typelib: Fix incorrect parameter type to std::min() on m68kJohn Paul Adrian Glaubitz2018-12-291-1/+1
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-081-1/+1
* loplugin:singlevalfields extend to all static varsNoel Grandin2018-12-071-1/+1
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-12/+8
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-7/+7
* loplugin:simplifyconstruct in canvas..cuiNoel Grandin2018-09-061-3/+2
* Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara2018-07-271-1/+1
* Related: rhbz#1602589 silence coverity leaked_storageCaolán McNamara2018-07-261-0/+7
* Add missing sal/log.hxx headersGabor Kelemen2018-07-161-0/+1
* Fix typosAndrea Gelmini2018-05-221-3/+3
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-191-2/+2
* loplugin:useuniqueptr in comphelper,cppu,registryNoel Grandin2018-01-151-11/+7
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-151-1/+1
* More loplugin:cstylecast: cppuStephan Bergmann2018-01-121-29/+29
* loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin2018-01-111-12/+6
* loplugin:salcall fix functionsNoel Grandin2017-12-111-3/+3
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-041-1/+1
* loplugin:constparams in cppuNoel Grandin2017-07-191-1/+1
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-071-2/+2
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-3/+1
* revert OSL_ASSERT changesChris Sherlock2017-05-071-34/+34
* tdf#43157: convert rest of cppu from OSL_ASSERT to assertChris Sherlock2017-05-071-34/+34
* clang-tidy: readability-else-after-returnNoel Grandin2017-04-121-51/+42
* loplugin:subtlezeroinit: cppuStephan Bergmann2017-02-211-1/+1
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-151-1/+1
* OSL_TRACE->SAL in chart2..ooxNoel Grandin2016-12-131-1/+1
* Use OUString ctor instead of rtl_uString_newFromAsciiStephan Bergmann2016-10-281-32/+15
* Fix some spelling errors in comments and stringsOtto Kekäläinen2016-07-041-3/+3
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann2016-04-211-13/+13
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-16/+16
* cppu: SAL_WARN_IF() -> SAL_INFO_IF() where it was dbglevel=2-specific beforeMiklos Vajna2016-03-111-9/+9
* Let's use the iterator return by erase method of iterator listJulien Nabet2016-03-111-3/+2
* Remove unnecessary parenthesesStephan Bergmann2016-03-101-9/+9
* Fixed minor negation bug in SAL_WARN_IFrohan2016-03-101-9/+9
* tdf#91794: Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-081-44/+29
* Remove excess newlinesChris Sherlock2016-02-091-6/+0
* loplugin:implicitboolconversionAndrzej Hunt2016-01-031-2/+2