summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-31Date/Time no longer loaded from rsc filesCaolán McNamara
2014-12-31drop dateformatter resource loadingCaolán McNamara
2014-12-31TimeFields not loaded from resource files anymoreCaolán McNamara
2014-12-18tools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-18Revert "Work around a Clang trunk (towards 3.6) -Werror,-Wunused-value"Stephan Bergmann
2014-12-18Work around a Clang trunk (towards 3.6) -Werror,-Wunused-valueStephan Bergmann
2014-12-15tools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-11remove operator>> and operator<< methodsNoel Grandin
2014-12-10long is 32 bit on Windows x86_64 platformDavid Ostrovsky
2014-12-05fdo#38835 strip out OString globalsNoel Grandin
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-12-03Fold URE: WindowsStephan Bergmann
2014-11-25assert on loading timestamp in kde80951-1.htmlCaolá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