summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* WaE: C4101: 'unused' : unreferenced local variableTor Lillqvist2014-10-281-1/+1
* fix build on android-arm tinderboxDavid Tardon2014-10-281-2/+2
* fdo#81356: use boost::rational internally in FractionJuan Picca2014-10-282-304/+190
* coverity#1242531 Untrusted loop boundCaolán McNamara2014-10-281-0/+6
* cid#705051 Dereference after null checkNoel Grandin2014-10-271-1/+1
* Explicitly include the cmath std::abs overloadsStephan Bergmann2014-10-241-0/+1
* Fix Fraction(-2147483648.0) for 32-bit wide longStephan Bergmann2014-10-242-1/+8
* Fract: enable testsJuan Picca2014-10-242-9/+1
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-236-276/+616
* Fraction: Revert "just check if the fraction is < 0"Jan Holesovsky2014-10-231-1/+1
* Fraction: Revert "simplify condition"Jan Holesovsky2014-10-231-1/+1
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-232-9/+9
* coverity#440777 Resource leak in objectCaolán McNamara2014-10-231-16/+20
* work around windows whiningNorbert Thiebaud2014-10-181-3/+4
* another blind attempt to fix the testDavid Tardon2014-10-171-2/+2
* correct castDavid Tardon2014-10-171-2/+2
* now why did i do this?David Tardon2014-10-171-1/+1
* fix long long -> BigInt for LONG_MAX valueDavid Tardon2014-10-171-7/+7
* fix copypastaDavid Tardon2014-10-171-1/+0
* fix comparisonDavid Tardon2014-10-171-4/+4
* correct function nameDavid Tardon2014-10-171-1/+1
* allow construction of BigInt from sal_Int64 on 32 bitDavid Tardon2014-10-173-0/+142
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-162-9/+9
* Strip svidl down to what is still usedStephan Bergmann2014-10-161-79/+0
* fdo#75757: remove inheritance to std::mapTakeshi Abe2014-10-141-18/+18
* simplify conditionDavid Tardon2014-10-141-1/+1
* just check if the fraction is < 0David Tardon2014-10-141-1/+1
* initialize nPolyCountCaolán McNamara2014-10-111-3/+3
* coverity#1240260 Operands don't affect resultCaolán McNamara2014-10-101-1/+1
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-096-616/+275
* remove SvRefBase::QueryDeleteNoel Grandin2014-10-091-10/+0
* coverity#705326 deliberate fallthrough in switchCaolán McNamara2014-10-081-0/+1
* rename SvRef::AddRef to AddFirstRefNoel Grandin2014-10-031-1/+1
* coverity#708208 Uninitialized scalar fieldCaolán McNamara2014-10-021-21/+24
* fdo#82577: Handle TimeNoel Grandin2014-10-015-49/+57
* fdo#82577: Handle PolyPolygonNoel Grandin2014-09-301-17/+21
* WaE: implicit conversion of NULL constant to 'nullptr_t'Tor Lillqvist2014-09-261-2/+2
* tools: change INetURLObject::getData to return std::unique_ptrMichael Stahl2014-09-262-10/+12
* remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin2014-09-261-1/+1
* remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin2014-09-261-9/+9
* remove pointless commentsNoel Grandin2014-09-263-4/+0
* remove unnecessary casts'sNoel Grandin2014-09-263-14/+10
* remove unnecessary static_cast'sNoel Grandin2014-09-261-5/+5
* SvStream - rename WriteNumber methodsNoel Grandin2014-09-261-2/+2
* cleanup GUID/ClsId/CLSID typesNoel Grandin2014-09-261-129/+67
* fdo#84000: Sort out problems with short timeouts & long callbacks.Jan Holesovsky2014-09-251-7/+6
* Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann2014-09-242-4/+3
* fdo#84000: Reimplement the Windows WinSalTimer using Timer Queues.Jan Holesovsky2014-09-231-1/+13
* loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin2014-09-233-13/+13
* fdo#82577: Handle WindowNoel Grandin2014-09-231-2/+2