summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-11-25assert on loading timestamp in kde80951-1.htmlCaolán McNamara1-2/+2
2014-11-19Mark Color::AsRGBHexString() as constMiklos Vajna1-1/+1
2014-11-18Apply pimpl to ResStringArray, to hide its internals.Kohei Yoshida1-9/+48
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 Stahl9-0/+10
2014-11-14coverity#982314 Logically dead codeCaolán McNamara1-4/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava3-5/+5
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-4/+4
2014-11-11There are three positive return codes from inflateCaolán McNamara1-1/+1
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 Sherlock2-0/+80
2014-11-01coverity#1250404 Operands don't affect resultCaolán McNamara1-0/+1
2014-10-31Removed duplicated includesAndrea Gelmini1-2/+0
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 Picca2-304/+190
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 Bergmann2-1/+8
2014-10-24Fract: enable testsJuan Picca2-9/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky6-276/+616
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 Holesovsky2-9/+9
2014-10-23coverity#440777 Resource leak in objectCaolán McNamara1-16/+20
2014-10-18work around windows whiningNorbert Thiebaud1-3/+4
2014-10-17another blind attempt to fix the testDavid Tardon1-2/+2
2014-10-17correct castDavid Tardon1-2/+2
2014-10-17now why did i do this?David Tardon1-1/+1
2014-10-17fix long long -> BigInt for LONG_MAX valueDavid Tardon1-7/+7
2014-10-17fix copypastaDavid Tardon1-1/+0
2014-10-17fix comparisonDavid Tardon1-4/+4
2014-10-17correct function nameDavid Tardon1-1/+1
2014-10-17allow construction of BigInt from sal_Int64 on 32 bitDavid Tardon3-0/+142
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon2-9/+9
2014-10-16Strip svidl down to what is still usedStephan Bergmann1-79/+0
2014-10-14fdo#75757: remove inheritance to std::mapTakeshi Abe1-18/+18
2014-10-14simplify conditionDavid Tardon1-1/+1
2014-10-14just check if the fraction is < 0David Tardon1-1/+1
2014-10-11initialize nPolyCountCaolán McNamara1-3/+3
2014-10-10coverity#1240260 Operands don't affect resultCaolán McNamara1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca6-616/+275
2014-10-09remove SvRefBase::QueryDeleteNoel Grandin1-10/+0
2014-10-08coverity#705326 deliberate fallthrough in switchCaolán McNamara1-0/+1
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin1-1/+1
2014-10-02coverity#708208 Uninitialized scalar fieldCaolán McNamara1-21/+24
2014-10-01fdo#82577: Handle TimeNoel Grandin5-49/+57