summaryrefslogtreecommitdiffstats
path: root/idl/source
Commit message (Expand)AuthorAgeFilesLines
* Fixing '....'Andrea Gelmini2019-09-061-1/+1
* cid#1448323 Unchecked return valueCaolán McNamara2019-07-181-2/+2
* loplugin:indentation in helpcompiler..ioNoel Grandin2019-02-091-1/+1
* o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen2019-01-221-2/+1
* loplugin:collapseif in dbaccess..lotuswordproNoel Grandin2018-11-061-6/+3
* clang-tidy performance-unnecessary-copy-init in idl..reportdesignNoel Grandin2018-10-231-1/+1
* pvs-studio: V560 A part of conditional expression is always trueCaolán McNamara2018-10-221-2/+2
* tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen2018-10-171-0/+1
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-092-2/+2
* loplugin:useuniqueptr in SvMetaSlotNoel Grandin2018-09-182-9/+7
* New loplugin:externalStephan Bergmann2018-09-172-3/+3
* loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin2018-09-092-4/+0
* Add missing sal/log.hxx headersGabor Kelemen2018-07-301-0/+1
* tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov2018-06-113-5/+5
* loplugin:virtualdown in variousNoel Grandin2018-03-301-5/+0
* Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet2018-03-181-6/+6
* SDI: don't #define/#undef names of actual classes for slot headersMike Kaganski2018-03-131-2/+2
* tdf#114441 sal_uLong to better integer typesShubham Verma2018-02-271-2/+2
* loplugin:unusedmethods also check for functions returning boolNoel Grandin2018-01-192-7/+5
* loplugin:useuniqueptr in idlNoel Grandin2018-01-193-7/+3
* More loplugin:cstylecast: idlStephan Bergmann2018-01-121-8/+8
* TypedWhichId in svx part 1Noel Grandin2017-12-211-73/+88
* Fix typosAndrea Gelmini2017-11-211-1/+1
* loplugin:constmethod in idl,helpcompilerNoel Grandin2017-10-303-4/+5
* Fix typosAndrea Gelmini2017-10-231-2/+2
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-1/+1
* loplugin:constparams handle constructorsNoel Grandin2017-07-281-2/+2
* convert SfxGroupId to scoped enumNoel Grandin2017-07-263-3/+3
* loplugin:constparams codemaker,idl,idlcNoel Grandin2017-07-185-10/+10
* use OString::operator== in preference to ::equalsNoel Grandin2017-07-063-6/+6
* tdf#39468 Translate German comments and dbg strings (leftovers in h.. to i..)Johnny_M2017-06-061-1/+1
* tdf#39674 Translate some German variable/function namesJohnny_M2017-06-061-2/+2
* replace SVSTREAM_OK with ERRCODE_NONENoel Grandin2017-06-065-11/+11
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-2/+1
* coverity#1403731 Explicit null dereferencedCaolán McNamara2017-05-121-1/+1
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-091-1/+0
* cleanup tools/debug.hxx includesJochen Nitschke2017-05-084-4/+0
* create SfxGroupId based on o3tl::strong_intNoel Grandin2017-05-023-3/+8
* svidl: Adapt to SlotType removalMaxim Monastirsky2017-05-013-109/+37
* svidl: Remove nested method supportMaxim Monastirsky2017-05-012-76/+6
* loplugin:checkunusedparams in configmgr and vclNoel Grandin2017-04-281-3/+2
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* coverity#1403731 Explicit null dereferencedCaolán McNamara2017-04-031-0/+1
* use weak attribute for Linux tooCaolán McNamara2017-04-011-1/+1
* tdf#39468 Translate German commentsJens Carl2017-03-301-1/+1
* remove enum slot code from sfx2Noel Grandin2017-03-281-2/+0
* remove PseudoSlot support from idl compilerNoel Grandin2017-03-286-218/+63
* remove unhandled SID commands from sfx2Noel Grandin2017-03-281-1/+1
* Remove unused #include <ctype.h>Stephan Bergmann2017-03-239-12/+0
* Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann2017-03-231-3/+4