summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-30coverity#1194915 Integer overflowed argumentCaolán McNamara1-1/+1
2014-03-30coverity#1194897 Logically dead codeCaolán McNamara1-7/+0
2014-03-30coverity#1194894 Logically dead codeCaolán McNamara1-2/+2
2014-03-30coverity#1194893 mismerge (Logically dead code)Caolán McNamara1-9/+9
2014-03-30loplugin:saloverrideStephan Bergmann1-14/+14
2014-03-30update unusedcodeCaolán McNamara1-0/+2
2014-03-30-Werror,-Wmismatched-tagsStephan Bergmann1-1/+1
2014-03-30TypoStephan Bergmann1-1/+1
2014-03-30loplugin:saloverrideStephan Bergmann1-10/+10
2014-03-30Resolves: fdo#76802 error msg in Web Page Wizard dialogJulien Nabet1-1/+1
2014-03-30close the opened document correctlyDavid Tardon1-1/+40
2014-03-30sync cxx file names with class namesDavid Tardon6-3/+3
2014-03-30reduce the amount of copypastaDavid Tardon10-323/+281
2014-03-30move the writerperfect import tests to slowcheckDavid Tardon1-1/+4
2014-03-30add a smoketest for wpftdraw import libraryDavid Tardon21-0/+177
2014-03-30add a smoketest for wpftwriter import libraryDavid Tardon49-0/+2832
2014-03-30avoid out-of-bounds accessDavid Tardon1-0/+2
2014-03-30remove one more merge markerMarkus Mohrhard1-1/+0
2014-03-30set first position and then size, fdo#75075Markus Mohrhard1-1/+1
2014-03-30add test for fdo#74619Markus Mohrhard2-0/+11
2014-03-30enable smoothed property export for line charts, fdo#74619Markus Mohrhard1-1/+2
2014-03-30adapt smooth import to OOXML and not to MSO 2007Markus Mohrhard2-8/+12
2014-03-30export smooth property correctly to OOXML, fdo#74619Markus Mohrhard1-5/+3
2014-03-30vcl-osx fix: 'NSEvent' may not respond to '-magnification'Douglas Mencken1-3/+11
2014-03-30coverity#735942 Unchecked dynamic_castMiklos Vajna1-1/+2
2014-03-30coverity#735940 Unchecked dynamic_castMiklos Vajna1-1/+2
2014-03-30OUString: avoid temporaries and constifyMatteo Casalin1-18/+14
2014-03-30sal_uInt16 to sal_uLongMatteo Casalin1-2/+2
2014-03-30OUString: constify and avoid some temporariesMatteo Casalin1-7/+3
2014-03-30Constify, reduce scope, use proper types and avoid some castsMatteo Casalin1-27/+22
2014-03-30OUString: constify, avoid concatenated appends, use != or ==Matteo Casalin1-11/+7
2014-03-30Remove unneeded variablesMatteo Casalin1-4/+2
2014-03-30Constify some OUStrings and avoid some appendsMatteo Casalin1-14/+10
2014-03-30Use more consistent integer types, constify and reduce scopeMatteo Casalin1-13/+12
2014-03-30OUStringBuffer to OUString and optimize related codeMatteo Casalin1-10/+8
2014-03-30Remove temporary OUStringsMatteo Casalin1-17/+10
2014-03-30Use more consistent integer types + constifyMatteo Casalin1-24/+20
2014-03-30Some more conversion to consinstent integer typesMatteo Casalin1-5/+5
2014-03-30Avoid some OUString concatenationsMatteo Casalin1-4/+1
2014-03-30OUString: use isEmpty instead of getLength()==0Matteo Casalin1-2/+2
2014-03-30Use more consistent integer types + constifyMatteo Casalin2-30/+23
2014-03-30Do not use accessors for private variablesMatteo Casalin2-16/+4
2014-03-30This file level variable can be staticMatteo Casalin1-2/+3
2014-03-30Constify some variablesMatteo Casalin1-10/+10
2014-03-30sal_uInt16 to sal_Int32Matteo Casalin1-1/+1
2014-03-30OUString: remove temporaries and repeated expressionsMatteo Casalin1-37/+23
2014-03-30Do not evaluate the same expression 10 timesMatteo Casalin1-10/+10
2014-03-30Check early bail-out before performing unrelated operationsMatteo Casalin1-2/+2
2014-03-30Removed OSL_ENSURE since condition cannot happenMatteo Casalin1-1/+0
2014-03-30sal_uInt16: to sal_Int32/long, constify, reworked some castsMatteo Casalin1-41/+35