summaryrefslogtreecommitdiff
path: root/idl/source/objects/types.cxx
AgeCommit message (Expand)Author
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin
2017-07-18loplugin:constparams codemaker,idl,idlcNoel Grandin
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin
2017-04-01use weak attribute for Linux tooCaolán McNamara
2017-03-28remove PseudoSlot support from idl compilerNoel Grandin
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2016-10-26expand SvMetaType::ReadNamesSvIdlNoel Grandin
2016-10-13loplugin:unnecessaryoverrideNoel Grandin
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-03-12Remove some unused include stdioJulien Nabet
2016-02-15move item and struct parsing into SvIdlParserNoel Grandin
2016-02-12move parsing of enum into SvIdlParserNoel Grandin
2016-02-12rename Read()->ReadIf() and ReadDelimiter()->ReadIfDelimiter()Noel Grandin
2016-02-11fix dead code warning on WindowsNoel Grandin
2016-02-11use exceptions for error handling in .SDI parsingNoel Grandin
2016-02-11GetToken never returns null, so use a referenceNoel Grandin
2016-02-11simplify error handling codeNoel Grandin
2016-02-11use WriteOString to reduce the code a littleNoel Grandin
2016-02-09split MetaTypeType::Class into Interface and ShellNoel Grandin
2016-02-08disambiguate the two GetType methodsNoel Grandin
2016-02-08move isMethod/isVariable down from SvMetaAttribute to SvMetaSlotNoel Grandin
2016-02-08simplify getMangleName()Noel Grandin
2016-02-08SvString is a just thin wrapper around OStringNoel Grandin
2016-02-08format IDL compiler headers a littleNoel Grandin
2016-02-08Export attribute only applies to SvMetaSlot, so move it downNoel Grandin
2016-02-08ReadonlyDoc only applies to Slot'sNoel Grandin
2016-02-08cParserChar in SvMetaType is unusedNoel Grandin
2016-02-08aBasicPostfix in SvMetaType is unusedNoel Grandin
2016-02-08SvMetaReference currently serves no purposeNoel Grandin
2016-02-07remove some dead code, found using LCOVNoel Grandin
2016-02-07convert TYPE_ enum to scopedNoel Grandin
2016-02-07remove CALL enum and associated code pathsNoel Grandin
2016-02-07.SDI compiler: expand out some typedefsNoel Grandin
2016-02-05remove unused Hidden/Description/UnoName from .SDI filesNoel Grandin
2016-02-05remove unused typedef in .SDI filesNoel Grandin
2016-02-05remove unused union from .SDI filesNoel Grandin
2016-02-05remove unused SlotId/Volatile from .SDI filesNoel Grandin
2016-02-05remove unused in/out/inout from .SDI filesNoel Grandin
2016-02-05remove unused SvName from .SDI filesNoel Grandin
2016-02-05remove unused SbxName from .SDI filesNoel Grandin
2016-02-05remove unused OdlName from .SDI filesNoel Grandin
2016-02-05remove unused UUID and VERSION from .SDI filesNoel Grandin
2016-02-05remove unused Readonly from .SDI filesNoel Grandin
2016-02-05remove unused Automation from .SDI filesNoel Grandin
2016-02-04remove unused Compare methodNoel Grandin
2016-01-06Missing includeStephan Bergmann
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht