summaryrefslogtreecommitdiff
path: root/include/tools/fract.hxx
AgeCommit message (Expand)AuthorFilesLines
2022-10-27tdf#123419 optimise ImplMakeFractionNoel Grandin1-0/+3
2022-04-12include OutputDevice MapMode in SalLayoutGlyphsCache key (tdf#148400)Luboš Luňák1-0/+3
2021-07-06Explicitly call an operator to avoid a bogus IntelliSense warningMike Kaganski1-1/+1
2021-04-14loplugin:unusedmethodsNoel Grandin1-7/+0
2021-04-02vcl: move Fraction reading/writing to GenericTypeSerializerTomaž Vajngerl1-3/+6
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin1-0/+3
2020-11-12remove Fraction::operator tools::Long()Noel1-3/+0
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-1/+1
2020-10-19add tools::Long typedef and use it in toolsNoel1-1/+2
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-1/+0
2019-06-25tdf#94677 Calc is slow opening large CSV, improve tools::FractionNoel Grandin1-11/+11
2017-10-26tools: print some FractionsMichael Stahl1-0/+9
2017-10-16-Werror,-Wtautological-constant-compare (Clang 6)Stephan Bergmann1-2/+0
2017-09-27check for NaN in FractionNoel Grandin1-1/+8
2017-09-15long->sal_Int32 in FractionNoel Grandin1-6/+7
2017-09-13Fraction: make conversion operators and constructor explicitNoel Grandin1-4/+19
2016-09-05drop default param from Fraction::FractionNoel Grandin1-1/+1
2016-08-29cid#1371160 Missing move assignment operatorNoel Grandin1-0/+2
2016-07-13loplugin:constparams in toolsNoel Grandin1-1/+1
2015-12-10Fix order of SAL_WARN_UNUSED and DLLPUBLIC for clang-clStephan Bergmann1-1/+1
2015-11-17use unique_ptr for pImpl in tools/Noel Grandin1-1/+2
2014-11-17Apply pimpl to Fraction.Kohei Yoshida1-6/+6
2014-11-17Make these methods non-inline.Kohei Yoshida1-101/+18
2014-10-28fdo#81356: use boost::rational internally in FractionJuan Picca1-13/+41
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-0/+142
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-142/+0
2014-03-09fdo#63154 Remove old solar.h referencesAlexandre Vicenzi1-1/+0
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin1-1/+1
2013-11-09fdo#65108 inter-module includes <> include/toolsNorbert Thiebaud1-1/+1
2013-10-23fixincludeguards.sh: include/{toolkit,tools}Thomas Arnhold1-2/+2
2013-04-23execute move of global headersBjoern Michaelsen1-0/+143