summaryrefslogtreecommitdiff
path: root/idl/source
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-30loplugin:unusedfieldsNoel Grandin1-1/+1
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu1-1/+3
2016-06-22move the attribute parsing code to SvParserNoel Grandin2-17/+145
2016-06-22move the method param parsing code into SvParserNoel Grandin1-17/+20
2016-06-22simplify parserNoel Grandin1-24/+15
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-4/+4
2016-06-03loplugin:constantparamsNoel Grandin1-8/+8
2016-06-02STREAM_STD_READ already includes StreamMode::NOCREATETakeshi Abe2-2/+2
2016-05-30tdf#99589 tolower / toupper - dangerous to Turks ...apurvapriyadarshi1-1/+2
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2-7/+7
2016-03-23loplugin:constantparam in idlNoel Grandin3-5/+3
2016-03-12Remove some unused include stdioJulien Nabet7-8/+0
2016-03-09loplugin:constantparam in idlNoel Grandin2-3/+3
2016-03-07loplugin:write only fieldsNoel Grandin1-7/+6
2016-02-23methods in .SDI files don't use attributesNoel Grandin1-21/+15
2016-02-23cid#1353438 Logically dead codeNoel Grandin1-10/+4
2016-02-23small cleanups in .SDI parserNoel Grandin3-20/+27
2016-02-23new loplugin: commaoperatorNoel Grandin1-7/+28
2016-02-22loplugin:write only fieldsNoel Grandin1-2/+0
2016-02-17cleanup the Read*() methods in SvIdlParserNoel Grandin1-52/+78
2016-02-17move some more slot parsing to SvIdlParserNoel Grandin1-13/+25
2016-02-17move parsing of method ags into SvIdlParserNoel Grandin1-4/+20