summaryrefslogtreecommitdiff
path: root/idl/source
AgeCommit message (Expand)AuthorFilesLines
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 Srivastava1-1/+1
2014-10-22callcatcher: update unused codeCaolán McNamara5-87/+0
2014-10-16Remove more unused idl partsStephan Bergmann6-732/+0
2014-10-16Strip svidl down to what is still usedStephan Bergmann10-2432/+69
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin3-54/+54
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 Grandin2-20/+5
2014-06-26idl: ignore -isystem argsStephan Bergmann1-0/+12
2014-06-13loplugin:staticcallStephan Bergmann2-5/+5
2014-05-28Fix memory leakStephan Bergmann1-0/+4
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-26coverity#1209405 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-05-09coverity#1209786 Dereference before null checkCaolán McNamara1-1/+1
2014-05-09coverity#1209793 Dereference before null checkCaolán McNamara1-1/+1
2014-05-08translate to EnglishCaolán McNamara1-1/+1
2014-05-08idl: sal_Bool->boolNoel Grandin11-340/+340
2014-04-19This file seems unused since the 20th centuryTakeshi Abe1-0/+0
2014-04-18svidl: Unwind SFX_SLOTMAP_ARG, and kill it.Jan Holesovsky1-1/+1
2014-04-18svidl: Unwind SFX_ARGUMENT macro, and kill it.Jan Holesovsky2-6/+7
2014-04-18svidl: Unwind SFX_ARGUMENTMAP macro, and kill it.Jan Holesovsky1-2/+2
2014-04-17remove executable bitAndras Timar1-0/+0
2014-03-17Avoid duplicate symbols in libmerged for Windows too.Matúš Kukan2-2/+23
2014-03-14Revert "Avoid duplicate symbols in libmerged for Windows too."Matúš Kukan2-24/+2
2014-03-14Avoid duplicate symbols in libmerged for Windows too.Matúš Kukan2-2/+24
2014-03-10coverity#1103651 Unchecked return valueCaolán McNamara1-3/+3
2014-03-10fix indentCaolán McNamara1-35/+34
2014-03-08coverity#707933 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-03-08coverity#707932 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-02-21Add config option used when we try to link one huge object file.Matúš Kukan1-1/+1
2014-02-12more SvStream:operator>> conversionNoel Grandin4-8/+8
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin7-28/+28
2014-02-12cid#705188 missing break in switchNoel Grandin1-0/+1
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-22remove SvStream::operator<< methodsNoel Grandin4-8/+8
2014-01-22convert more SvStream::operator<< callsNoel Grandin7-482/+489
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann2-2/+2
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin7-53/+53
2013-12-27presumably each entry needs a tab and semicolonCaolán McNamara1-2/+6
2013-12-27cppcheck: fix Same expression on both sides of '||' + simplify a bitJulien Nabet1-7/+3
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-4/+4
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-4/+4
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-4/+4
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin2-4/+4
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin1-2/+2