summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2015-08-28don't write SvxBackgroundColorItem via inherited SvxColorItem::StoreCaolán McNamara
2015-07-17in remainingSize consider that its is possible to seek past the endCaolán McNamara
2015-07-07only inflate if status from InitDecompress is goodCaolán McNamara
2015-01-05valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara
2014-11-19Mark Color::AsRGBHexString() as constMiklos Vajna
2014-11-18Apply pimpl to ResStringArray, to hide its internals.Kohei Yoshida
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-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-11There are three positive return codes from inflateCaolán McNamara
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-31Removed duplicated includesAndrea Gelmini
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-24Fract: enable testsJuan Picca
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-17another blind attempt to fix the testDavid Tardon
2014-10-17correct castDavid Tardon
2014-10-17now why did i do this?David Tardon
2014-10-17fix long long -> BigInt for LONG_MAX valueDavid Tardon
2014-10-17fix copypastaDavid Tardon
2014-10-17fix comparisonDavid Tardon
2014-10-17correct function nameDavid 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
2014-10-16Strip svidl down to what is still usedStephan Bergmann
2014-10-14fdo#75757: remove inheritance to std::mapTakeshi Abe
2014-10-14simplify conditionDavid Tardon
2014-10-14just check if the fraction is < 0David Tardon
2014-10-11initialize nPolyCountCaolán McNamara
2014-10-10coverity#1240260 Operands don't affect resultCaolán McNamara
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-09remove SvRefBase::QueryDeleteNoel Grandin
2014-10-08coverity#705326 deliberate fallthrough in switchCaolán McNamara