summaryrefslogtreecommitdiff
path: root/tools/source/generic
AgeCommit message (Expand)AuthorFilesLines
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-9/+9
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-06-04convert B2VectorContinuity to scoped enumNoel Grandin1-2/+2
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-25callcatcher: update unused codeCaolán McNamara1-28/+0
2015-05-19tools: check for data loss in WriteFractionMichael Stahl1-0/+6
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-07Add ability to change tint/shade of a color.Tomaž Vajngerl1-0/+30
2015-04-29Clean up tools/link.hxxStephan Bergmann1-40/+0
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann6-0/+11
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-23Rectangle::toString(): output position, then sizeMiklos Vajna1-1/+1
2015-03-19loplugin:constantfunction: toolsNoel Grandin1-7/+0
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-02-23Add Rectangle::toString()Miklos Vajna1-0/+7
2015-02-02coverity#1242531 Untrusted value as argumentCaolán McNamara1-6/+8
2015-01-26coverity#1244945 Untrusted value as argumentCaolán McNamara1-1/+10
2015-01-26coverity#1244946 Untrusted value as argumentCaolán McNamara1-0/+9
2015-01-20Some more loplugin:cstylecast: toolsStephan Bergmann1-8/+8
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn2-7/+4
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin2-14/+14
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2-4/+4
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-4/+4
2014-11-19Mark Color::AsRGBHexString() as constMiklos Vajna1-1/+1
2014-11-17Build fix on Linux.Kohei Yoshida1-0/+1
2014-11-17Apply pimpl to Fraction.Kohei Yoshida1-85/+133
2014-11-17Make these methods non-inline.Kohei Yoshida1-0/+91
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl5-0/+6
2014-11-14coverity#982314 Logically dead codeCaolán McNamara1-4/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-11-03checker type doesn't work, try event typeCaolán McNamara1-1/+1
2014-11-01tools & vcl: move OutputDevice::ImplRotatePos() to Point::RotateAbout()Chris Sherlock1-0/+79
2014-11-01coverity#1250404 Operands don't affect resultCaolán McNamara1-0/+1
2014-10-28WaE: C4101: 'unused' : unreferenced local variableTor Lillqvist1-1/+1
2014-10-28fix build on android-arm tinderboxDavid Tardon1-2/+2
2014-10-28fdo#81356: use boost::rational internally in FractionJuan Picca1-304/+183
2014-10-28coverity#1242531 Untrusted loop boundCaolán McNamara1-0/+6
2014-10-27cid#705051 Dereference after null checkNoel Grandin1-1/+1
2014-10-24Explicitly include the cmath std::abs overloadsStephan Bergmann1-0/+1
2014-10-24Fix Fraction(-2147483648.0) for 32-bit wide longStephan Bergmann1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2-173/+504
2014-10-23Fraction: Revert "just check if the fraction is < 0"Jan Holesovsky1-1/+1
2014-10-23Fraction: Revert "simplify condition"Jan Holesovsky1-1/+1
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-5/+5
2014-10-23coverity#440777 Resource leak in objectCaolán McNamara1-16/+20
2014-10-18work around windows whiningNorbert Thiebaud1-3/+4
2014-10-17now why did i do this?David Tardon1-1/+1