summaryrefslogtreecommitdiff
path: root/idl/inc/basobj.hxx
AgeCommit message (Expand)Author
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin
2018-07-16SvPersistBase no longer necessaryNoel Grandin
2018-03-30loplugin:virtualdown in variousNoel Grandin
2017-10-23loplugin:includeform: idlStephan Bergmann
2017-08-08SvPersistStream deadNoel Grandin
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-05-26loplugin:unusedreturntypesNoel Grandin
2016-02-11use exceptions for error handling in .SDI parsingNoel Grandin
2016-02-11rename Back2Delemitter->Back2DelimiterNoel Grandin
2016-02-09simplify SvMetaObjectMemberStackNoel Grandin
2016-02-09simplify SvSlotElementNoel Grandin
2016-02-09unused template methodNoel Grandin
2016-02-08SvString is a just thin wrapper around OStringNoel Grandin
2016-02-08format IDL compiler headers a littleNoel Grandin
2016-02-08remove unused HelpText attribute from *.sdi filesNoel Grandin
2016-02-08SvMetaReference currently serves no purposeNoel Grandin
2016-02-07remove some dead code, found using LCOVNoel 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 HelpContext/Name/UCHAR/USHORT from .SDI filesNoel Grandin
2016-02-05remove unused UUID and VERSION from .SDI filesNoel Grandin
2016-02-04remove unused ConfigName from .SDI filesNoel Grandin
2016-01-11loplugin:unusedmethods unused return value in idlNoel Grandin
2015-12-21loplugin:unusedmethodsNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27move SvRefMemberList into idlNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-08loplugin:mergeclasses merge SvMetaObject with SvMetaNameNoel Grandin
2015-08-04idl,framework,forms: inline some use-once typedefsNoel Grandin
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-01-28remove unused typedefsNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-10-22callcatcher: update unused codeCaolán McNamara
2014-10-16Remove more unused idl partsStephan Bergmann
2014-10-16Strip svidl down to what is still usedStephan Bergmann
2014-05-08idl: sal_Bool->boolNoel Grandin
2014-04-19fixincludeguards.sh: idl and idlcThomas Arnhold
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin
2012-08-05Remove unused macrosThomas Arnhold
2012-07-13re-base on ALv2 code. Includes:Michael Meeks
2012-07-04removed unnecessary forward declarations of classTakeshi Abe
2012-01-27remove WriteSrc, WriteCxx and WriteHxxCaolán McNamara
2012-01-27ByteString->rtl::OStringCaolán McNamara