summaryrefslogtreecommitdiff
path: root/tools/source/generic
AgeCommit message (Expand)AuthorFilesLines
2021-06-03ofz#33769 Integer-overflowCaolán McNamara1-1/+1
2021-05-28no need to allocate these on the heapNoel Grandin1-4/+4
2021-05-21tdf#55007 tdf#142263 tdf#142268 EMF ARC, PIE, CHORD allow to draw circleBartosz Kosiorek1-3/+3
2021-05-20Simplify a bit: use one minmax in place of 3 min + 3 max callsMike Kaganski1-4/+2
2021-05-18tdf#55007 tdf#142263 tdf#142268 EMF Properly display ARC and CHORDBartosz Kosiorek1-3/+6
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin1-2/+2
2021-04-28ofz#33769 Integer-overflowCaolán McNamara1-4/+4
2021-04-27loplugin:moveoptNoel Grandin1-2/+1
2021-04-19use more string_view in OString APINoel Grandin1-3/+3
2021-04-14ofz#33235 Integer-overflowCaolán McNamara1-1/+1
2021-04-10ofz#32973 Integer-overflowCaolán McNamara1-2/+9
2021-04-09ofz#33038 Floating-point-exceptionCaolán McNamara1-1/+2
2021-04-07ofz#32965 move fpe fix of ofz#17212 into toRationalCaolán McNamara1-4/+3
2021-04-05Use std::gcd instead of boost versionMike Kaganski1-13/+3
2021-04-05ofz#32885 regard as invalid fractions that will FPE boost::integer::gcdCaolán McNamara1-0/+6
2021-04-02vcl: move Fraction reading/writing to GenericTypeSerializerTomaž Vajngerl1-33/+0
2021-01-15cid#1471704 workaroundNoel Grandin1-2/+4
2021-01-14cid#1471346 Uncaught exceptionCaolán McNamara2-4/+4
2021-01-06bIsBig member is redundantNoel Grandin1-38/+21
2021-01-06move the bigint based Scale() implementations to one central placeNoel Grandin1-0/+16
2020-12-24Revert "add sal*Int64 conversions to BigInt"Stephan Bergmann1-77/+0
2020-12-24add sal*Int64 conversions to BigIntNoel Grandin1-0/+77
2020-12-24custom literal for Degree10Noel Grandin3-7/+7
2020-12-20use CLZ intrinsic in tools::FractionNoel Grandin1-42/+15
2020-12-19speedup rational_FromDoubleNoel Grandin1-5/+5
2020-11-21Changes to the color classdante1-0/+39
2020-11-20tools::Polygon::Clip() is broken with bezier curves (tdf#137068)Luboš Luňák2-0/+26
2020-11-18tdf#123936 Formatting files in module tools with clang-formatPhilipp Hofer1-7/+7
2020-11-18Reduce variable scopeMike Kaganski1-4/+2
2020-11-17Fix vcl_svm_test after making tools::Long 64-bit on _WIN64Mike Kaganski1-35/+8
2020-11-17simplify BigInt, remove isSetNoel1-7/+0
2020-11-16Instead of labs, use overloaded absStephan Bergmann1-4/+5
2020-11-13Revert "remove BigInt::operator tools::Long()"Noel Grandin1-2/+2
2020-11-12Simplify comparison operatorsMike Kaganski1-79/+21
2020-11-12remove BigInt::operator tools::Long()Noel1-2/+2
2020-11-11Improved starmath colordante1-10/+0
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-9/+9
2020-10-21new tools::Degree10 strong typedefNoel Grandin3-14/+14
2020-10-19add tools::Long typedef and use it in toolsNoel5-67/+68
2020-08-06loplugin:flatten in toolsNoel Grandin3-198/+198
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: toolsStephan Bergmann2-4/+4
2020-07-01loplugin:constantparamNoel Grandin1-5/+2
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-2/+2
2020-04-20add tools::Rectangle::JustifyNoel Grandin1-0/+9
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin1-5/+11
2019-12-11Fix typosAndrea Gelmini1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-0/+17
2019-10-05ofz#17212 Floating point exceptionCaolán McNamara1-0/+4
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl1-44/+0
2019-08-30fix PolyPolygon move operator=Noel Grandin1-2/+7