summaryrefslogtreecommitdiff
path: root/idl
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann6-34/+34
2015-10-06loplugin:unusedmethodsNoel Grandin2-35/+0
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht3-5/+9
2015-10-01loplugin:unusedmethodsNoel Grandin3-12/+0
2015-09-30 tdf#94559: second step to remove rtti.hxxOliver Specht1-3/+3
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin3-44/+0
2015-09-08loplugin:mergeclasses merge SvMetaObject with SvMetaNameNoel Grandin7-72/+50
2015-09-08loplugin:mergeclasses SvIdentifierNoel Grandin8-40/+21
2015-08-12idl: add article that has details on SDI file formatMiklos Vajna1-0/+5
2015-08-05loplugin:unusedmethodsNoel Grandin1-1/+0
2015-08-04idl,framework,forms: inline some use-once typedefsNoel Grandin8-12/+5
2015-08-03-Werror,-Wunused-private-fieldStephan Bergmann3-7/+4
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 Bergmann6-28/+22
2015-07-06improve the returnbyref lopluginNoel Grandin8-50/+47
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-2/+2
2015-05-29loplugin:loopvartoosmallNoel Grandin2-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-2/+2
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann1-1/+1
2015-04-07loplugin:staticmethodsNoel Grandin4-10/+10
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-3/+3
2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin2-9/+9
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin2-3/+3
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
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin4-7/+7
2014-12-18remove if-block that has no effectMichael Weghorn1-7/+0
2014-12-11coverity#703967 Unchecked return valueCaolán McNamara1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl4-1/+6
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-2/+2
2014-10-22callcatcher: update unused codeCaolán McNamara10-95/+0
2014-10-16Remove more unused idl partsStephan Bergmann12-836/+0
2014-10-16Strip svidl down to what is still usedStephan Bergmann19-2546/+103
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin4-55/+55
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin3-4/+4
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin1-2/+2
2014-09-22remove unused fields pName and pMethodName in SfxSlot classNoel Grandin3-23/+6
2014-06-26idl: ignore -isystem argsStephan Bergmann1-0/+12
2014-06-13loplugin:staticcallStephan Bergmann2-5/+5