summaryrefslogtreecommitdiff
path: root/idl
AgeCommit message (Expand)AuthorFilesLines
2014-06-26idl: ignore -isystem argsStephan Bergmann1-0/+12
2014-06-13loplugin:staticcallStephan Bergmann2-5/+5
2014-05-28Fix memory leakStephan Bergmann2-0/+6
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-26coverity#1209405 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-1/+1
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 Grandin21-553/+554
2014-04-19fixincludeguards.sh: idl and idlcThomas Arnhold11-32/+32
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-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úš Kukan3-2/+25
2014-03-14Revert "Avoid duplicate symbols in libmerged for Windows too."Matúš Kukan3-26/+2
2014-03-14Avoid duplicate symbols in libmerged for Windows too.Matúš Kukan3-2/+26
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-03-08coverity#707931 Uninitialized scalar fieldCaolán McNamara1-1/+5
2014-02-21Add config option used when we try to link one huge object file.Matúš Kukan1-1/+1
2014-02-12remove SvStream::operator>> methodsNoel Grandin1-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-02-11coverity#707930 Uninitialized scalar fieldCaolán McNamara1-13/+20
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-22remove SvStream::operator<< methodsNoel Grandin5-9/+9
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 Grandin8-60/+60
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
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin4-28/+23
2013-11-15No __weak__ in Win32Tor Lillqvist1-1/+1
2013-11-10clean up #ifdef ICC codeMichael Stahl2-7/+0
2013-11-07idl: fix out of bounds string accessesMichael Stahl2-3/+5
2013-10-20drop unnecessary tools/string includesCaolán McNamara4-4/+3