summaryrefslogtreecommitdiff
path: root/idl
AgeCommit message (Expand)AuthorFilesLines
2016-08-05loplugin:countusersofdefaultparams in framework..lotuswordproNoel Grandin1-1/+1
2016-06-30loplugin:unusedfieldsNoel Grandin2-7/+3
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu1-1/+3
2016-06-22move the attribute parsing code to SvParserNoel Grandin4-19/+151
2016-06-22move the method param parsing code into SvParserNoel Grandin2-18/+22
2016-06-22simplify parserNoel Grandin1-24/+15
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-4/+4
2016-06-03loplugin:constantparamsNoel Grandin2-9/+9
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-05-26loplugin:unusedreturntypesNoel Grandin1-2/+1
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin2-15/+0
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2-7/+7
2016-03-23loplugin:constantparam in idlNoel Grandin4-9/+4
2016-03-12Remove some unused include stdioJulien Nabet7-8/+0
2016-03-09loplugin:constantparam in idlNoel Grandin3-4/+4
2016-03-07loplugin:write only fieldsNoel Grandin2-10/+8
2016-02-23methods in .SDI files don't use attributesNoel Grandin1-21/+15
2016-02-23cid#1353438 Logically dead codeNoel Grandin2-11/+5
2016-02-23small cleanups in .SDI parserNoel Grandin4-22/+30
2016-02-23new loplugin: commaoperatorNoel Grandin1-7/+28
2016-02-22loplugin:write only fieldsNoel Grandin3-5/+0
2016-02-17cleanup the Read*() methods in SvIdlParserNoel Grandin3-74/+113
2016-02-17move some more slot parsing to SvIdlParserNoel Grandin3-32/+46
2016-02-17move parsing of method ags into SvIdlParserNoel Grandin3-12/+23
2016-02-16tighten up the attribute parsing, and drop some unused slotsNoel Grandin2-7/+8
2016-02-16parse shell/interface entries in SvIdlParserNoel Grandin6-7/+127
2016-02-15cid#1352218 and cid#1352216 in .SDI parserNoel Grandin3-46/+16
2016-02-15move interface/shell parsing to SvIdlParserNoel Grandin4-59/+60
2016-02-15move item and struct parsing into SvIdlParserNoel Grandin5-81/+92
2016-02-15move include parsing into own methodNoel Grandin2-75/+81
2016-02-12missing includeStephan Bergmann1-0/+2
2016-02-12move parsing of enum into SvIdlParserNoel Grandin7-91/+110
2016-02-12move module parsing into SvIdlParser classNoel Grandin4-171/+168
2016-02-12move parsing of "import" into own methodNoel Grandin2-20/+27
2016-02-12bIsModified in SvMetaModule is unusedNoel Grandin2-5/+2
2016-02-12rename Read()->ReadIf() and ReadDelimiter()->ReadIfDelimiter()Noel Grandin7-23/+23
2016-02-11fix dead code warning on WindowsNoel Grandin1-3/+1
2016-02-11use exceptions for error handling in .SDI parsingNoel Grandin12-194/+137
2016-02-11rename SeekEnd()->SeekToMax()Noel Grandin2-2/+2
2016-02-11simplify SvTokenStream handlingNoel Grandin5-29/+11
2016-02-11GetToken never returns null, so use a referenceNoel Grandin9-129/+124
2016-02-11ReadDelemiter->ReadDelimiterNoel Grandin3-5/+5
2016-02-11improve the parsing loop for the module keywordNoel Grandin1-7/+1
2016-02-11create a new class SvIdlParserNoel Grandin6-65/+132
2016-02-11we don't use the optional "(" in import statements in .SDI filesNoel Grandin1-2/+1
2016-02-11spellingNoel Grandin1-9/+9
2016-02-11simplify some OStringBuffer codeNoel Grandin2-10/+4
2016-02-11simplify error handling codeNoel Grandin7-45/+21
2016-02-11rename Back2Delemitter->Back2DelimiterNoel Grandin3-4/+4