summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn2-7/+4
2015-01-16remove unnecessary parenthesesNoel Grandin1-7/+7
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin3-0/+16
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin2-14/+14
2015-01-07fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-07fix windows buildNoel Grandin1-8/+8
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin9-36/+36
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-1/+1
2015-01-05valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-2/+2
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin3-16/+16
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara2-11/+10
2014-12-31Date/Time no longer loaded from rsc filesCaolán McNamara1-44/+0
2014-12-31drop dateformatter resource loadingCaolán McNamara1-1/+0
2014-12-31TimeFields not loaded from resource files anymoreCaolán McNamara1-1/+0
2014-12-18tools: Use appropriate OUString functions on string constantsStephan Bergmann1-13/+12
2014-12-18Revert "Work around a Clang trunk (towards 3.6) -Werror,-Wunused-value"Stephan Bergmann1-13/+0
2014-12-18Work around a Clang trunk (towards 3.6) -Werror,-Wunused-valueStephan Bergmann1-0/+13
2014-12-15tools: Use appropriate OUString functions on string constantsStephan Bergmann1-39/+37
2014-12-11remove operator>> and operator<< methodsNoel Grandin1-5/+5
2014-12-10long is 32 bit on Windows x86_64 platformDavid Ostrovsky1-1/+1
2014-12-05fdo#38835 strip out OString globalsNoel Grandin1-63/+33
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-4/+4
2014-12-03Fold URE: WindowsStephan Bergmann1-101/+0
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