summaryrefslogtreecommitdiff
path: root/idl/source
AgeCommit message (Expand)AuthorFilesLines
2018-01-12More loplugin:cstylecast: idlStephan Bergmann1-8/+8
2017-12-21TypedWhichId in svx part 1Noel Grandin1-73/+88
2017-11-21Fix typosAndrea Gelmini1-1/+1
2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin3-4/+5
2017-10-23Fix typosAndrea Gelmini1-2/+2
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-07-28loplugin:constparams handle constructorsNoel Grandin1-2/+2
2017-07-26convert SfxGroupId to scoped enumNoel Grandin3-3/+3
2017-07-18loplugin:constparams codemaker,idl,idlcNoel Grandin5-10/+10
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin3-6/+6
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
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke4-4/+0
2017-05-02create SfxGroupId based on o3tl::strong_intNoel Grandin3-3/+8
2017-05-01svidl: Adapt to SlotType removalMaxim Monastirsky3-109/+37
2017-05-01svidl: Remove nested method supportMaxim Monastirsky2-76/+6
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin1-3/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-03coverity#1403731 Explicit null dereferencedCaolán McNamara1-0/+1
2017-04-01use weak attribute for Linux tooCaolán McNamara1-1/+1
2017-03-30tdf#39468 Translate German commentsJens Carl1-1/+1
2017-03-28remove enum slot code from sfx2Noel Grandin1-2/+0
2017-03-28remove PseudoSlot support from idl compilerNoel Grandin6-218/+63
2017-03-28remove unhandled SID commands from sfx2Noel Grandin1-1/+1
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann9-12/+0
2017-03-23Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann1-3/+4
2017-03-23Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann1-7/+9
2017-03-23This code trades in 'char' entities disguised as 'int'Stephan Bergmann1-8/+10
2017-03-23Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann1-2/+7
2017-03-22create SfxDisableFlags enumNoel Grandin1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin4-14/+14
2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin1-1/+0
2017-01-09New loplugin:externvar: idlStephan Bergmann1-2/+2
2016-12-19drop custom hashtable implementation in idlNoel Grandin3-154/+29
2016-11-08loplugin:expandablemethods in hwpfilter..linguisticNoel Grandin1-7/+2
2016-10-26expand SvMetaType::ReadNamesSvIdlNoel Grandin1-7/+2
2016-10-19loplugin:expandablemethodds in hwpfilter..linguisticNoel Grandin1-6/+0
2016-10-13loplugin:unnecessaryoverrideNoel Grandin1-6/+0
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann1-4/+5
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek4-18/+18
2016-09-30loplugin:constantparamNoel Grandin1-3/+3
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin1-1/+0
2016-09-08remove IMAGEROTATION and IMAGEREFLECTION SfxSlotMode enums...Caolán McNamara4-24/+0
2016-08-30no point in these dtors being virtualCaolán McNamara1-2/+0
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-2/+2
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke3-7/+7