summaryrefslogtreecommitdiff
path: root/idl/inc/types.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-26expand SvMetaType::ReadNamesSvIdlNoel Grandin1-3/+1
2016-10-13loplugin:unnecessaryoverrideNoel Grandin1-2/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-02-17move parsing of method ags into SvIdlParserNoel Grandin1-1/+2
2016-02-16parse shell/interface entries in SvIdlParserNoel Grandin1-2/+1
2016-02-15move item and struct parsing into SvIdlParserNoel Grandin1-5/+3
2016-02-12move parsing of enum into SvIdlParserNoel Grandin1-5/+1
2016-02-11use exceptions for error handling in .SDI parsingNoel Grandin1-1/+1
2016-02-09simplify SvSlotElementNoel Grandin1-3/+2
2016-02-09split MetaTypeType::Class into Interface and ShellNoel Grandin1-3/+1
2016-02-08disambiguate the two GetType methodsNoel Grandin1-1/+1
2016-02-08move isMethod/isVariable down from SvMetaAttribute to SvMetaSlotNoel Grandin1-4/+0
2016-02-08simplify getMangleName()Noel Grandin1-1/+0
2016-02-08format IDL compiler headers a littleNoel Grandin1-19/+15
2016-02-08Export attribute only applies to SvMetaSlot, so move it downNoel Grandin1-3/+0
2016-02-08ReadonlyDoc only applies to Slot'sNoel Grandin1-2/+0
2016-02-08cParserChar in SvMetaType is unusedNoel Grandin1-3/+1
2016-02-08aBasicPostfix in SvMetaType is unusedNoel Grandin1-3/+1
2016-02-08SvMetaReference currently serves no purposeNoel Grandin1-1/+1
2016-02-07remove some dead code, found using LCOVNoel Grandin1-21/+1
2016-02-07convert TYPE_ enum to scopedNoel Grandin1-5/+5
2016-02-07TYPE_POINTER is unusedNoel Grandin1-1/+1
2016-02-07remove CALL enum and associated code pathsNoel Grandin1-8/+0
2016-02-07.SDI compiler: expand out some typedefsNoel Grandin1-23/+9
2016-02-05remove unused Hidden/Description/UnoName from .SDI filesNoel Grandin1-1/+0
2016-02-05remove unused union from .SDI filesNoel Grandin1-1/+1
2016-02-05remove unused in/out/inout from .SDI filesNoel Grandin1-8/+0
2016-02-05remove unused SvName from .SDI filesNoel Grandin1-3/+0
2016-02-05remove unused SbxName from .SDI filesNoel Grandin1-3/+1
2016-02-05remove unused OdlName from .SDI filesNoel Grandin1-7/+5
2016-02-05remove unused UUID and VERSION from .SDI filesNoel Grandin1-2/+0
2016-02-05remove unused Readonly from .SDI filesNoel Grandin1-2/+0
2016-02-05remove unused Automation from .SDI filesNoel Grandin1-2/+0
2016-02-04remove unused Compare methodNoel Grandin1-1/+0
2015-11-30loplugin:unusedfieldsNoel Grandin1-1/+0
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-6/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-10/+10
2015-09-08loplugin:mergeclasses merge SvMetaObject with SvMetaNameNoel Grandin1-1/+1
2015-09-08loplugin:mergeclasses SvIdentifierNoel Grandin1-3/+3
2015-08-04idl,framework,forms: inline some use-once typedefsNoel Grandin1-2/+0
2015-07-30loplugin:unusedmethodsNoel Grandin1-24/+0
2015-01-28remove unused typedefsNoel Grandin1-2/+0
2014-10-22callcatcher: update unused codeCaolán McNamara1-3/+0
2014-10-16Remove more unused idl partsStephan Bergmann1-34/+0
2014-10-16Strip svidl down to what is still usedStephan Bergmann1-33/+12
2014-05-28Fix memory leakStephan Bergmann1-0/+2
2014-05-08idl: sal_Bool->boolNoel Grandin1-41/+41
2014-04-19fixincludeguards.sh: idl and idlcThomas Arnhold1-3/+3
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann1-10/+9