summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* fix windows buildNoel Grandin2015-01-071-8/+8
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-079-36/+36
* Some loplugin:revisibility clean-upStephan Bergmann2015-01-051-1/+1
* valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara2015-01-051-2/+2
* fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin2015-01-053-16/+16
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-022-11/+10
* Date/Time no longer loaded from rsc filesCaolán McNamara2014-12-311-44/+0
* drop dateformatter resource loadingCaolán McNamara2014-12-311-1/+0
* TimeFields not loaded from resource files anymoreCaolán McNamara2014-12-311-1/+0
* tools: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-13/+12
* Revert "Work around a Clang trunk (towards 3.6) -Werror,-Wunused-value"Stephan Bergmann2014-12-181-13/+0
* Work around a Clang trunk (towards 3.6) -Werror,-Wunused-valueStephan Bergmann2014-12-181-0/+13
* tools: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-151-39/+37
* remove operator>> and operator<< methodsNoel Grandin2014-12-111-5/+5
* long is 32 bit on Windows x86_64 platformDavid Ostrovsky2014-12-101-1/+1
* fdo#38835 strip out OString globalsNoel Grandin2014-12-051-63/+33
* loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann2014-12-051-4/+4
* Fold URE: WindowsStephan Bergmann2014-12-031-101/+0
* assert on loading timestamp in kde80951-1.htmlCaolán McNamara2014-11-251-2/+2
* Mark Color::AsRGBHexString() as constMiklos Vajna2014-11-191-1/+1
* Apply pimpl to ResStringArray, to hide its internals.Kohei Yoshida2014-11-181-9/+48
* Build fix on Linux.Kohei Yoshida2014-11-171-0/+1
* Apply pimpl to Fraction.Kohei Yoshida2014-11-171-85/+133
* Make these methods non-inline.Kohei Yoshida2014-11-171-0/+91
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-179-0/+10
* coverity#982314 Logically dead codeCaolán McNamara2014-11-141-4/+1
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-143-5/+5
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-123-4/+4
* There are three positive return codes from inflateCaolán McNamara2014-11-111-1/+1
* checker type doesn't work, try event typeCaolán McNamara2014-11-031-1/+1
* tools & vcl: move OutputDevice::ImplRotatePos() to Point::RotateAbout()Chris Sherlock2014-11-012-0/+80
* coverity#1250404 Operands don't affect resultCaolán McNamara2014-11-011-0/+1
* Removed duplicated includesAndrea Gelmini2014-10-311-2/+0
* 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