summaryrefslogtreecommitdiff
path: root/tools/source/generic/fract.cxx
AgeCommit message (Expand)Author
2017-10-16-Werror,-Wtautological-constant-compare (Clang 6)Stephan Bergmann
2017-09-27check for NaN in FractionNoel Grandin
2017-09-21ofz#3454 Floating-point-exceptionCaolán McNamara
2017-09-21nothing to see here, move alongCaolán McNamara
2017-09-20use aStripOffsets.size instead of nNumStripOffsetsCaolán McNamara
2017-09-15long->sal_Int32 in FractionNoel Grandin
2017-07-03loplugin:oncevar (clang-cl): toolsStephan Bergmann
2017-05-05Use gcd from boost::math::gcdDavid Ostrovsky
2017-03-22check for overflow in multiplyCaolán McNamara
2017-03-21duplicate rational::operator*= into toolsCaolán McNamara
2016-08-29cid#1371160 Missing move assignment operatorNoel Grandin
2016-07-13loplugin:constparams in toolsNoel Grandin
2016-06-28Drop overflow warning that was produced repeatedly on WindowsTor Lillqvist
2016-04-18coverity#1358589 Uninitialized scalar fieldCaolán McNamara
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke
2015-11-17use unique_ptr for pImpl in tools/Noel Grandin
2015-05-19tools: check for data loss in WriteFractionMichael Stahl
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
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-03checker type doesn't work, try event typeCaolán McNamara
2014-11-01coverity#1250404 Operands don't affect resultCaolán McNamara
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-24Explicitly include the cmath std::abs overloadsStephan Bergmann
2014-10-24Fix Fraction(-2147483648.0) for 32-bit wide longStephan Bergmann
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-09-26remove pointless commentsNoel Grandin
2014-09-26remove unnecessary casts'sNoel Grandin
2014-07-29Include <algorithm> for std::minTor Lillqvist
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud
2013-04-30redo fix for fdo#64078Noel Power
2013-04-30fix for fdo#64078Noel Power
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2012-08-19fdo#39468: Translated German comments in core/tools/sourceOliver Günther
2012-08-18removed ascii-art and blank lines in tools/sourcePhilipp Riemer
2012-07-11re-base on ALv2 code. Includes:Michael Meeks
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae
2011-11-27remove include of pch header from toolsNorbert Thiebaud
2011-10-04callcatcher: various unused methodsCaolán McNamara
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold