summaryrefslogtreecommitdiff
path: root/idl/source
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-16tighten up the attribute parsing, and drop some unused slotsNoel Grandin1-6/+7
2016-02-16parse shell/interface entries in SvIdlParserNoel Grandin2-2/+118
2016-02-15cid#1352218 and cid#1352216 in .SDI parserNoel Grandin2-43/+13
2016-02-15move interface/shell parsing to SvIdlParserNoel Grandin2-54/+53
2016-02-15move item and struct parsing into SvIdlParserNoel Grandin3-76/+83
2016-02-15move include parsing into own methodNoel Grandin1-74/+78
2016-02-12missing includeStephan Bergmann1-0/+2
2016-02-12move parsing of enum into SvIdlParserNoel Grandin3-84/+99
2016-02-12move module parsing into SvIdlParser classNoel Grandin2-159/+162
2016-02-12move parsing of "import" into own methodNoel Grandin1-20/+26
2016-02-12bIsModified in SvMetaModule is unusedNoel Grandin1-3/+1
2016-02-12rename Read()->ReadIf() and ReadDelimiter()->ReadIfDelimiter()Noel Grandin6-21/+21
2016-02-11fix dead code warning on WindowsNoel Grandin1-3/+1
2016-02-11use exceptions for error handling in .SDI parsingNoel Grandin8-187/+123
2016-02-11rename SeekEnd()->SeekToMax()Noel Grandin1-1/+1
2016-02-11simplify SvTokenStream handlingNoel Grandin3-27/+7
2016-02-11GetToken never returns null, so use a referenceNoel Grandin8-124/+119
2016-02-11ReadDelemiter->ReadDelimiterNoel Grandin2-4/+4
2016-02-11improve the parsing loop for the module keywordNoel Grandin1-7/+1
2016-02-11create a new class SvIdlParserNoel Grandin3-63/+93
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 Grandin6-45/+20
2016-02-11rename Back2Delemitter->Back2DelimiterNoel Grandin2-3/+3
2016-02-11use WriteOString to reduce the code a littleNoel Grandin4-67/+64
2016-02-09rename aAttrList to aSlotListNoel Grandin3-14/+14
2016-02-09simplify SvMetaObjectMemberStackNoel Grandin2-2/+2
2016-02-09simplify SvSlotElementNoel Grandin2-28/+21
2016-02-09simplify SvClassElementNoel Grandin1-12/+12
2016-02-09remove some more dead code, found by LCOVNoel Grandin2-35/+3
2016-02-09split MetaTypeType::Class into Interface and ShellNoel Grandin2-16/+12
2016-02-08disambiguate the two GetType methodsNoel Grandin3-10/+10
2016-02-08move isMethod/isVariable down from SvMetaAttribute to SvMetaSlotNoel Grandin2-15/+3
2016-02-08simplify getMangleName()Noel Grandin2-13/+5
2016-02-08SvString is a just thin wrapper around OStringNoel Grandin7-42/+42