summaryrefslogtreecommitdiff
path: root/idl
AgeCommit message (Expand)AuthorFilesLines
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+1
2019-10-24Introduce OStringCharStephan Bergmann2-2/+2
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin4-5/+6
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-2/+2
2019-10-15new loplugin:bufferaddNoel Grandin2-16/+14
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-3/+3
2019-09-06Fixing '....'Andrea Gelmini1-1/+1
2019-07-18cid#1448323 Unchecked return valueCaolán McNamara1-2/+2
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin1-2/+1
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin1-1/+1
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen1-2/+1
2018-11-06loplugin:collapseif in dbaccess..lotuswordproNoel Grandin1-6/+3
2018-10-23clang-tidy performance-unnecessary-copy-init in idl..reportdesignNoel Grandin1-1/+1
2018-10-22pvs-studio: V560 A part of conditional expression is always trueCaolán McNamara1-2/+2
2018-10-17tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen1-0/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2-2/+2
2018-09-18loplugin:useuniqueptr in SvMetaSlotNoel Grandin4-11/+9
2018-09-17New loplugin:externalStephan Bergmann2-3/+3
2018-09-09loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin2-4/+0
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-26idl: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-7/+0
2018-07-16SvPersistBase no longer necessaryNoel Grandin3-2/+1
2018-06-11tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov7-12/+9
2018-03-30loplugin:virtualdown in variousNoel Grandin3-7/+1
2018-03-18Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet1-6/+6
2018-03-13SDI: don't #define/#undef names of actual classes for slot headersMike Kaganski1-2/+2
2018-02-27tdf#114441 sal_uLong to better integer typesShubham Verma2-5/+5
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin5-12/+8
2018-01-19loplugin:useuniqueptr in idlNoel Grandin5-11/+8
2018-01-12More loplugin:cstylecast: idlStephan Bergmann1-8/+8
2017-12-21TypedWhichId in svx part 1Noel Grandin1-73/+88
2017-11-22drop duplicate methodCaolán McNamara1-1/+1
2017-11-21Fix typosAndrea Gelmini1-1/+1
2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin6-8/+9
2017-10-23loplugin:includeform: idlStephan Bergmann9-14/+14
2017-10-23Fix typosAndrea Gelmini1-2/+2
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-08-08SvPersistStream deadNoel Grandin1-1/+1
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-07-28loplugin:constparams handle constructorsNoel Grandin2-4/+4
2017-07-26convert SfxGroupId to scoped enumNoel Grandin3-3/+3
2017-07-18loplugin:constparams codemaker,idl,idlcNoel Grandin10-20/+20
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin3-6/+6
2017-07-04loplugin:unusedfields in cui..idlNoel Grandin1-2/+0
2017-06-06tdf#39468 Translate German comments and dbg strings (leftovers in h.. to i..)Johnny_M1-1/+1
2017-06-06tdf#39674 Translate some German variable/function namesJohnny_M1-2/+2
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin5-11/+11
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-2/+1
2017-05-12coverity#1403731 Explicit null dereferencedCaolán McNamara1-1/+1