summaryrefslogtreecommitdiff
path: root/include/basegfx/numeric
AgeCommit message (Expand)AuthorFilesLines
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-2/+4
2020-01-26tdf#124176: Use pragma once instead of header guardPelin Kuran1-4/+1
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN1-1/+1
2018-08-17Consolidate: basegfx::clamp -> o3tl::clampStephan Bergmann1-18/+0
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-2/+2
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-0/+19
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-19/+0
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-0/+19
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+2
2017-11-18RotateFlyFrame3: Initial support addedArmin Le Grand1-0/+20
2017-10-29ofz#3883 Integer-overflowCaolán McNamara1-3/+3
2017-10-09ofz+ubsan: limit double range to sal_Int32 limitsCaolán McNamara1-1/+5
2017-10-04Revert "check for unnecessary DLLPUBLIC annotations"Stephan Bergmann1-1/+1
2017-09-29check for unnecessary DLLPUBLIC annotationsNoel Grandin1-1/+1
2015-10-22coverity#1326120 try and silence Constant expression resultCaolán McNamara1-0/+6
2015-05-21Revert "fTools::getSmallValue() is not used anymore"Caolán McNamara1-1/+4
2015-05-21fTools::getSmallValue() is not used anymoreZsolt Bölöny1-4/+1
2014-04-22Remove unused basegfx::copySignMiklos Vajna1-11/+0
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand1-0/+12
2014-03-01Remove visual noise from includeAlexander Wilms1-3/+3
2014-02-26we can do away with mfSmallValueCaolán McNamara1-6/+1
2014-02-26callcatcher: update unused codeCaolán McNamara1-4/+0
2014-02-25remove unused code basegfx::snapToNearestMultiple(double, double)Noel Grandin1-12/+0
2014-02-25remove unused code basegfx::snapToRange(double, double, double)Noel Grandin1-4/+0
2013-10-23fixincludeguards.sh: include/{basegfx,basic}Thomas Arnhold1-3/+3
2013-05-19Resolves: #i120596# Optimized grid primitiveArmin Le Grand1-0/+30
2013-04-23execute move of global headersBjoern Michaelsen1-0/+198