summaryrefslogtreecommitdiff
path: root/idl/inc
AgeCommit message (Expand)AuthorFilesLines
2015-11-25loplugin:unusedfields variousNoel Grandin1-3/+1
2015-11-20loplugin:unusedfields idl,idlcNoel Grandin1-4/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht5-13/+0
2015-11-11idl: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-14/+14
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann5-6/+6
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-1/+1
2015-10-27move SvRefMemberList into idlNoel Grandin1-0/+50
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann6-34/+34
2015-10-06loplugin:unusedmethodsNoel Grandin1-3/+0
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-3/+7
2015-10-01loplugin:unusedmethodsNoel Grandin2-5/+0
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin2-9/+0
2015-09-08loplugin:mergeclasses merge SvMetaObject with SvMetaNameNoel Grandin2-46/+34
2015-09-08loplugin:mergeclasses SvIdentifierNoel Grandin3-34/+15
2015-08-05loplugin:unusedmethodsNoel Grandin1-1/+0
2015-08-04idl,framework,forms: inline some use-once typedefsNoel Grandin4-8/+1
2015-08-03-Werror,-Wunused-private-fieldStephan Bergmann1-3/+1
2015-07-30loplugin:unusedmethodsNoel Grandin9-116/+7
2015-07-28remove unused STC checkNoel Grandin1-3/+0
2015-07-27inline a bunch of use-once macrosNoel Grandin1-7/+7
2015-07-07Replace GetAppData(SHL_IDL) with an rtl::StaticStephan Bergmann1-5/+4
2015-07-06improve the returnbyref lopluginNoel Grandin2-2/+2
2015-04-07loplugin:staticmethodsNoel Grandin2-7/+7
2015-01-28remove unused typedefsNoel Grandin3-6/+0
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-2/+2
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-4/+0
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-22callcatcher: update unused codeCaolán McNamara5-8/+0
2014-10-16Remove more unused idl partsStephan Bergmann6-104/+0
2014-10-16Strip svidl down to what is still usedStephan Bergmann9-114/+34
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-09-22remove unused fields pName and pMethodName in SfxSlot classNoel Grandin1-3/+1
2014-05-28Fix memory leakStephan Bergmann1-0/+2
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-1/+1
2014-05-08idl: sal_Bool->boolNoel Grandin10-213/+214
2014-04-19fixincludeguards.sh: idl and idlcThomas Arnhold11-32/+32
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann6-23/+19
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann6-71/+71
2014-03-17Avoid duplicate symbols in libmerged for Windows too.Matúš Kukan1-0/+2
2014-03-14Revert "Avoid duplicate symbols in libmerged for Windows too."Matúš Kukan1-2/+0
2014-03-14Avoid duplicate symbols in libmerged for Windows too.Matúš Kukan1-0/+2
2014-03-08coverity#707931 Uninitialized scalar fieldCaolán McNamara1-1/+5
2014-02-12remove SvStream::operator>> methodsNoel Grandin1-1/+1
2014-02-11coverity#707930 Uninitialized scalar fieldCaolán McNamara1-13/+20
2014-01-22remove SvStream::operator<< methodsNoel Grandin1-1/+1
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin1-7/+7
2013-11-10clean up #ifdef ICC codeMichael Stahl1-3/+0