summaryrefslogtreecommitdiff
path: root/idl/source/objects/slot.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-03-12Remove some unused include stdioJulien Nabet1-1/+0
2016-02-23small cleanups in .SDI parserNoel Grandin1-1/+1
2016-02-23new loplugin: commaoperatorNoel Grandin1-7/+28
2016-02-12rename Read()->ReadIf() and ReadDelimiter()->ReadIfDelimiter()Noel Grandin1-1/+1
2016-02-11use exceptions for error handling in .SDI parsingNoel Grandin1-41/+24
2016-02-11GetToken never returns null, so use a referenceNoel Grandin1-2/+2
2016-02-11simplify some OStringBuffer codeNoel Grandin1-3/+1
2016-02-11simplify error handling codeNoel Grandin1-16/+5
2016-02-11use WriteOString to reduce the code a littleNoel Grandin1-46/+46
2016-02-09rename aAttrList to aSlotListNoel Grandin1-3/+3
2016-02-09simplify SvSlotElementNoel Grandin1-16/+16
2016-02-09remove some more dead code, found by LCOVNoel Grandin1-9/+2
2016-02-08disambiguate the two GetType methodsNoel Grandin1-3/+3
2016-02-08move isMethod/isVariable down from SvMetaAttribute to SvMetaSlotNoel Grandin1-2/+3
2016-02-08simplify getMangleName()Noel Grandin1-8/+5
2016-02-08SvString is a just thin wrapper around OStringNoel Grandin1-14/+14
2016-02-08Export attribute only applies to SvMetaSlot, so move it downNoel Grandin1-0/+20
2016-02-08ReadonlyDoc only applies to Slot'sNoel Grandin1-0/+9
2016-02-07remove some dead code, found using LCOVNoel Grandin1-7/+2
2016-02-07convert TYPE_ enum to scopedNoel Grandin1-1/+1
2016-02-07.SDI compiler: expand out some typedefsNoel Grandin1-2/+2
2016-02-05remove unused Hidden/Description/UnoName from .SDI filesNoel Grandin1-7/+0
2016-02-05remove unused int/char/map/ItemName/AllConfig from .SDI filesNoel Grandin1-3/+0
2016-02-05remove unused SlotId/Volatile from .SDI filesNoel Grandin1-11/+0
2016-02-05remove unused Default from .SDI filesNoel Grandin1-6/+0
2016-02-04remove unused GET/SET/STATUSBARCONFIG in .SDI filesNoel Grandin1-28/+0
2016-02-04remove unused RecordManual from SDI filesNoel Grandin1-15/+3
2016-02-04remove unused HasDialog from SDI filesNoel Grandin1-8/+0
2016-02-04remove unused Synchron from SDI filesNoel Grandin1-15/+2
2016-02-04remove unused Cachable keyword from SDI filesNoel Grandin1-15/+2
2016-02-03remove unused HasCoreId from SDI filesNoel Grandin1-8/+0
2015-11-25loplugin:unusedfields variousNoel Grandin1-2/+2
2015-11-25loplugin:unusedfields in include/sfx2/Noel Grandin1-5/+0
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-20/+20
2015-09-30 tdf#94559: second step to remove rtti.hxxOliver Specht1-3/+3
2015-09-08loplugin:mergeclasses merge SvMetaObject with SvMetaNameNoel Grandin1-1/+1
2015-09-08loplugin:mergeclasses SvIdentifierNoel Grandin1-1/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-6/+6
2015-04-07loplugin:staticmethodsNoel Grandin1-2/+2
2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin1-8/+8
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-16Remove more unused idl partsStephan Bergmann1-24/+0
2014-10-16Strip svidl down to what is still usedStephan Bergmann1-578/+4
2014-09-29loplugin: cstylecastNoel Grandin1-32/+32
2014-09-22remove unused fields pName and pMethodName in SfxSlot classNoel Grandin1-19/+4
2014-06-13loplugin:staticcallStephan Bergmann1-4/+4
2014-05-26coverity#1209405 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-05-09coverity#1209793 Dereference before null checkCaolán McNamara1-1/+1
2014-05-08idl: sal_Bool->boolNoel Grandin1-68/+68