summaryrefslogtreecommitdiff
path: root/basegfx/source/tools
AgeCommit message (Expand)AuthorFilesLines
2019-01-11Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann1-2/+1
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-1/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-22pvs-studio: V571 Recurring checkCaolán McNamara1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-10-07Fix typosAndrea Gelmini1-1/+1
2018-10-06Support estimateUsageInBytes for SystemDependentDataArmin Le Grand1-1/+46
2018-09-21Support buffering SystemDependent GraphicDataArmin Le Grand1-4/+14
2018-09-17New loplugin:externalStephan Bergmann2-5/+5
2018-09-01Removed execution flag on source filesAndrea Gelmini1-0/+0
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand1-0/+141
2018-08-17Consolidate: basegfx::clamp -> o3tl::clampStephan Bergmann1-1/+2
2018-08-14tdf#118825 move basegfx::internal::putNumberCharWithSpaceMark Hung1-20/+0
2018-07-02tdf106792 Get rid of SvxShapePolyPolygonBezierArmin Le Grand1-256/+0
2018-04-22clang-tidy modernize-use-equals-default in basegfxJochen Nitschke1-21/+6
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin1-1/+1
2017-11-01loplugin:constantparam in basegfxNoel Grandin1-1/+1
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist9-42/+42
2017-09-08clang-tidy modernize-use-emplace in b*Noel Grandin1-4/+4
2017-07-02loplugin:casttovoid: basegfxStephan Bergmann1-1/+2
2017-05-19loplugin:comparisonwithconstant in accessibility..basegfxNoel Grandin1-2/+2
2017-05-18loplugin:comparisonwithconstant in basegfxNoel Grandin2-14/+14
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-03-21Only need an OStringBuffer in number2PolyPolygonStephan Bergmann1-3/+3
2017-03-01ofz: timeout loading emf with move clip recordCaolán McNamara1-0/+13
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist2-5/+5
2017-02-06Add missing #includesStephan Bergmann3-0/+3
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-3/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-22/+18
2016-10-06rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke1-2/+2
2016-08-29tdf#43157 Clean up OSL_ASSERTdrazil1-6/+6
2016-08-25cid#1371276 Missing move assignment operatorNoel Grandin1-0/+10
2016-08-04loplugin:countusersofdefaultparams in basctl..basicNoel Grandin1-1/+1
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara1-3/+1
2016-07-30tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka2-3/+3
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-1/+1
2016-03-31tdf#96505 Remove 0L occurences from avmedia and basegfx modulesslideon1-2/+2
2016-02-09crashtesting: crash on loading moz414782-1.svgCaolán McNamara1-1/+1
2016-01-22loplugin:fpcomparison in basegfxNoel Grandin1-2/+2
2016-01-21loplugin: unused return valuesNoel Grandin1-8/+0
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+1
2015-08-11loplugin: defaultparamsNoel Grandin2-4/+4
2015-07-20com::sun::star->css in basegfxNoel Grandin2-2/+2
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-04uno::Sequence provides now begin and endNoel Grandin1-3/+1
2015-06-04convert B2VectorContinuity to scoped enumNoel Grandin1-2/+2
2015-06-04convert B2VectorOrientation to scoped enumNoel Grandin1-1/+1