summaryrefslogtreecommitdiffstats
path: root/idl
Commit message (Expand)AuthorAgeFilesLines
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
* loplugin:simplifyboolStephan Bergmann2015-04-241-2/+2
* Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-231-2/+2
* loplugin:implicitboolconversion clean-upStephan Bergmann2015-04-171-1/+1
* loplugin:staticmethodsNoel Grandin2015-04-074-10/+10
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-3/+3
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-262-3/+3
* convert SFX_SLOT_ constants to enum classNoel Grandin2015-02-252-9/+9
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-232-3/+3
* remove unused typedefsNoel Grandin2015-01-283-6/+0
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-1/+1
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-262-2/+2
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-4/+0
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-074-7/+7
* remove if-block that has no effectMichael Weghorn2014-12-181-7/+0
* coverity#703967 Unchecked return valueCaolán McNamara2014-12-111-1/+1
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-174-1/+6
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-142-2/+2
* callcatcher: update unused codeCaolán McNamara2014-10-2210-95/+0
* Remove more unused idl partsStephan Bergmann2014-10-1612-836/+0
* Strip svidl down to what is still usedStephan Bergmann2014-10-1619-2546/+103
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-151-1/+0
* rename SvRef::AddRef to AddFirstRefNoel Grandin2014-10-031-1/+1
* loplugin: cstylecastNoel Grandin2014-09-294-55/+55
* remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin2014-09-261-1/+1
* remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin2014-09-263-4/+4
* remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin2014-09-261-2/+2
* remove unused fields pName and pMethodName in SfxSlot classNoel Grandin2014-09-223-23/+6
* idl: ignore -isystem argsStephan Bergmann2014-06-261-0/+12
* loplugin:staticcallStephan Bergmann2014-06-132-5/+5
* Fix memory leakStephan Bergmann2014-05-282-0/+6
* Remove unnecessary semicolonsPeter Senna Tschudin2014-05-271-1/+1
* coverity#1209405 Unchecked dynamic_castCaolán McNamara2014-05-261-2/+2
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-151-1/+1
* coverity#1209786 Dereference before null checkCaolán McNamara2014-05-091-1/+1
* coverity#1209793 Dereference before null checkCaolán McNamara2014-05-091-1/+1
* translate to EnglishCaolán McNamara2014-05-081-1/+1
* idl: sal_Bool->boolNoel Grandin2014-05-0821-553/+554
* fixincludeguards.sh: idl and idlcThomas Arnhold2014-04-1911-32/+32
* This file seems unused since the 20th centuryTakeshi Abe2014-04-191-0/+0
* svidl: Unwind SFX_SLOTMAP_ARG, and kill it.Jan Holesovsky2014-04-181-1/+1
* svidl: Unwind SFX_ARGUMENT macro, and kill it.Jan Holesovsky2014-04-182-6/+7
* svidl: Unwind SFX_ARGUMENTMAP macro, and kill it.Jan Holesovsky2014-04-181-2/+2
* remove executable bitAndras Timar2014-04-171-0/+0
* Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann2014-04-076-23/+19
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-266-71/+71
* Avoid duplicate symbols in libmerged for Windows too.Matúš Kukan2014-03-173-2/+25
* Revert "Avoid duplicate symbols in libmerged for Windows too."Matúš Kukan2014-03-143-26/+2
* Avoid duplicate symbols in libmerged for Windows too.Matúš Kukan2014-03-143-2/+26