summaryrefslogtreecommitdiff
path: root/idl/source/objects/slot.cxx
AgeCommit message (Expand)Author
2016-02-23small cleanups in .SDI parserNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-12rename Read()->ReadIf() and ReadDelimiter()->ReadIfDelimiter()Noel 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 some OStringBuffer codeNoel Grandin
2016-02-11simplify error handling codeNoel Grandin
2016-02-11use WriteOString to reduce the code a littleNoel Grandin
2016-02-09rename aAttrList to aSlotListNoel Grandin
2016-02-09simplify SvSlotElementNoel Grandin
2016-02-09remove some more dead code, found by LCOVNoel 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-08Export attribute only applies to SvMetaSlot, so move it downNoel Grandin
2016-02-08ReadonlyDoc only applies to Slot'sNoel Grandin
2016-02-07remove some dead code, found using LCOVNoel Grandin
2016-02-07convert TYPE_ enum to scopedNoel 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 int/char/map/ItemName/AllConfig from .SDI filesNoel Grandin
2016-02-05remove unused SlotId/Volatile from .SDI filesNoel Grandin
2016-02-05remove unused Default from .SDI filesNoel Grandin
2016-02-04remove unused GET/SET/STATUSBARCONFIG in .SDI filesNoel Grandin
2016-02-04remove unused RecordManual from SDI filesNoel Grandin
2016-02-04remove unused HasDialog from SDI filesNoel Grandin
2016-02-04remove unused Synchron from SDI filesNoel Grandin
2016-02-04remove unused Cachable keyword from SDI filesNoel Grandin
2016-02-03remove unused HasCoreId from SDI filesNoel Grandin
2015-11-25loplugin:unusedfields variousNoel Grandin
2015-11-25loplugin:unusedfields in include/sfx2/Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-30 tdf#94559: second step to remove rtti.hxxOliver Specht
2015-09-08loplugin:mergeclasses merge SvMetaObject with SvMetaNameNoel Grandin
2015-09-08loplugin:mergeclasses SvIdentifierNoel Grandin
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-04-07loplugin:staticmethodsNoel Grandin
2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-16Remove more unused idl partsStephan Bergmann
2014-10-16Strip svidl down to what is still usedStephan Bergmann
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-22remove unused fields pName and pMethodName in SfxSlot classNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-26coverity#1209405 Unchecked dynamic_castCaolán McNamara
2014-05-09coverity#1209793 Dereference before null checkCaolán McNamara
2014-05-08idl: sal_Bool->boolNoel Grandin
2014-04-18svidl: Unwind SFX_ARGUMENT macro, and kill it.Jan Holesovsky