summaryrefslogtreecommitdiff
path: root/basegfx/source/tools
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-05Drop misused lcl_ prefixTor Lillqvist1-24/+25
2015-01-12Removed lcl_putNumberChar() from basegfx.Zsolt Bölöny1-1/+1
2015-01-08asan: global-buffer-overflow on fdo55736-1.docxCaolán McNamara1-1/+4
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+3
2014-10-08Resolves: #i125447# corrected some string to number conversion...Armin Le Grand1-8/+24
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-1/+1
2014-09-15basegfx: sal_False/True -> false/trueStephan Bergmann1-1/+1
2014-07-06remove unnecessary whitespaces in basegfxMarkus Mohrhard3-5/+0
2014-04-22Remove unused basegfx::unotools::homMatrixFromMatrixMiklos Vajna1-14/+0
2014-04-04Clean up unreferenced functionsStephan Bergmann1-10/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-18/+18
2014-02-25Remove visual noise from basegfxAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-24/+0
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi1-1/+2
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-14/+14
2013-11-11basegfx: include <> for external includesNorbert Thiebaud2-3/+3
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand1-0/+169
2013-10-07Add 7-segment display polygon generator to basegfx.Thorsten Behrens1-0/+61
2013-06-11Related: #i120604# corrected 3d gradientsArmin Le Grand1-11/+13
2013-06-11Related: #i120604# Adapted back texture mapper for gradients for 3D usageArmin Le Grand1-14/+51
2013-06-11Resolves: #i120604# unified and secured gradient tooling for primitivesArmin Le Grand1-157/+237