summaryrefslogtreecommitdiff
path: root/tools/source/generic
AgeCommit message (Expand)Author
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-05-25callcatcher: update unused codeCaolán McNamara
2015-05-19tools: check for data loss in WriteFractionMichael Stahl
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-07Add ability to change tint/shade of a color.Tomaž Vajngerl
2015-04-29Clean up tools/link.hxxStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-23Rectangle::toString(): output position, then sizeMiklos Vajna
2015-03-19loplugin:constantfunction: toolsNoel Grandin
2015-03-04V813: Decreased performanceCaolán McNamara
2015-02-23Add Rectangle::toString()Miklos Vajna
2015-02-02coverity#1242531 Untrusted value as argumentCaolán McNamara
2015-01-26coverity#1244945 Untrusted value as argumentCaolán McNamara
2015-01-26coverity#1244946 Untrusted value as argumentCaolán McNamara
2015-01-20Some more loplugin:cstylecast: toolsStephan Bergmann
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-11-19Mark Color::AsRGBHexString() as constMiklos Vajna
2014-11-17Build fix on Linux.Kohei Yoshida
2014-11-17Apply pimpl to Fraction.Kohei Yoshida
2014-11-17Make these methods non-inline.Kohei Yoshida
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14coverity#982314 Logically dead codeCaolán McNamara
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-03checker type doesn't work, try event typeCaolán McNamara
2014-11-01tools & vcl: move OutputDevice::ImplRotatePos() to Point::RotateAbout()Chris Sherlock
2014-11-01coverity#1250404 Operands don't affect resultCaolán McNamara
2014-10-28WaE: C4101: 'unused' : unreferenced local variableTor Lillqvist
2014-10-28fix build on android-arm tinderboxDavid Tardon
2014-10-28fdo#81356: use boost::rational internally in FractionJuan Picca
2014-10-28coverity#1242531 Untrusted loop boundCaolán McNamara
2014-10-27cid#705051 Dereference after null checkNoel Grandin
2014-10-24Explicitly include the cmath std::abs overloadsStephan Bergmann
2014-10-24Fix Fraction(-2147483648.0) for 32-bit wide longStephan Bergmann
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "just check if the fraction is < 0"Jan Holesovsky
2014-10-23Fraction: Revert "simplify condition"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-23coverity#440777 Resource leak in objectCaolán McNamara
2014-10-18work around windows whiningNorbert Thiebaud
2014-10-17now why did i do this?David Tardon
2014-10-17fix long long -> BigInt for LONG_MAX valueDavid Tardon
2014-10-17allow construction of BigInt from sal_Int64 on 32 bitDavid Tardon
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon