summaryrefslogtreecommitdiff
path: root/tools/source/generic/fract.cxx
AgeCommit message (Expand)Author
2023-07-27Check / adjust the correct variablesMike Kaganski
2023-04-18tdf#143200 assert when pasting a cell to a large-height rangeNoel Grandin
2022-10-27add some more asserts in Fraction::MakeFractionNoel Grandin
2022-10-27rational_ReduceInaccurate unnecessary hereNoel Grandin
2022-10-27tdf#123419 optimise ImplMakeFractionNoel Grandin
2022-04-12include OutputDevice MapMode in SalLayoutGlyphsCache key (tdf#148400)Luboš Luňák
2022-04-02Recheck modules t* with IWYUGabor Kelemen
2022-02-03cid#1497939 Division or modulo by zeroCaolán McNamara
2021-11-26speed up Fraction::operator*= a littleNoel Grandin
2021-09-16Revert "speedup rational_FromDouble"Noel Grandin
2021-09-06tdf#144319 fix formula loadNoel Grandin
2021-04-10ofz#32973 Integer-overflowCaolán McNamara
2021-04-09ofz#33038 Floating-point-exceptionCaolán McNamara
2021-04-07ofz#32965 move fpe fix of ofz#17212 into toRationalCaolán McNamara
2021-04-05Use std::gcd instead of boost versionMike Kaganski
2021-04-05ofz#32885 regard as invalid fractions that will FPE boost::integer::gcdCaolán McNamara
2021-04-02vcl: move Fraction reading/writing to GenericTypeSerializerTomaž Vajngerl
2020-12-20use CLZ intrinsic in tools::FractionNoel Grandin
2020-12-19speedup rational_FromDoubleNoel Grandin
2019-10-05ofz#17212 Floating point exceptionCaolán McNamara
2019-06-25tdf#94677 Calc is slow opening large CSV, improve tools::FractionNoel Grandin
2019-04-30tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen
2018-12-08fix buildRene Engelhard
2018-12-08missing includeStephan Bergmann
2018-12-08don't use deprecated boost/math/common_factor_rt.hppRene Engelhard
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