summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon
AgeCommit message (Expand)AuthorFilesLines
2015-11-13tdf#88352 correct triangulator numerical problemArmin Le Grand1-2/+5
2015-11-11new loplugin: memoryvarNoel Grandin1-3/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann7-45/+45
2015-10-30basegfx tree cleanupMario J. Rugiero2-43/+24
2015-10-27loplugin:unusedmethodsNoel Grandin2-51/+0
2015-10-22coverity#1326120 try and silence Constant expression resultCaolán McNamara1-2/+2
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann2-5/+0
2015-09-30Fix typosAndrea Gelmini2-3/+3
2015-09-18boost->stdCaolán McNamara1-6/+6
2015-08-11loplugin: defaultparamsNoel Grandin3-5/+5
2015-07-20com::sun::star->css in basegfxNoel Grandin4-68/+68
2015-07-08s/Coordiante/CoordinateTor Lillqvist2-61/+61
2015-07-07Fix some misspellingsTor Lillqvist2-2/+2
2015-07-04Fix typosAndrea Gelmini3-3/+3
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-22Fix typosAndrea Gelmini2-2/+2
2015-06-21Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-11Typo: vertival -> verticalAndras Timar1-2/+2
2015-06-04Removed getNormal() from polygontools, it just calls B3DPolygon::getNormal()Zsolt Bölöny1-5/+0
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin1-7/+7
2015-06-04convert B2VectorContinuity to scoped enumNoel Grandin3-7/+7
2015-06-04convert B2VectorOrientation to scoped enumNoel Grandin5-29/+29
2015-05-28new clang plugin: loopvartoosmallNoel Grandin5-12/+12
2015-05-24comments: fix mis-use of eventual in EnglishThorsten Behrens1-2/+2
2015-05-23Typo: Trapeziod->TrapezoidJulien Nabet1-2/+2
2015-05-21Use the better precision equality check in b2trapezoid.cxxZsolt Bölöny1-21/+21
2015-05-19That was totally pointlessZsolt Bölöny1-3/+1
2015-05-05Drop misused lcl_ prefixTor Lillqvist1-81/+81
2015-04-21fix crash on export of ooo30155-1.sxw to odtCaolán McNamara1-1/+1
2015-03-27loplugin:staticfunctionNoel Grandin1-1/+1
2015-03-27convert CUTFLAG_ constants to enum classNoel Grandin3-31/+31
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan1-1/+0
2015-01-12Removed lcl_putNumberChar() from basegfx.Zsolt Bölöny1-2/+2
2014-12-08reduce scope of local variablesMichael Weghorn2-5/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl3-0/+6
2014-11-10basegfx: Solve crossovers even if there is only one polygon in the polypolygonLouis-Francis Ratté-Boulianne1-1/+1
2014-10-28Fix --disable-sal-log buildsStephan Bergmann1-6/+0
2014-10-28coverity#1242792 Unused valueCaolán McNamara1-1/+8
2014-10-03coverity#1242792 Unused valueCaolán McNamara1-2/+3
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin4-5/+5
2014-08-07Related: #i125349# refined to exclude possible recursive callsArmin Le Grand1-65/+71
2014-08-07Related: #i125349# moved clip enhancements to base clipping functionalityArmin Le Grand1-0/+67
2014-08-07coverity#983561 Arguments in wrong orderCaolán McNamara1-5/+5
2014-08-07coverity#983562 Arguments in wrong orderCaolán McNamara1-5/+5
2014-07-06no need to declare the variable outside of the loopMarkus Mohrhard1-3/+1
2014-07-06use empty instead of size to check if vector is emptyMarkus Mohrhard1-1/+1
2014-07-06remove unnecessary whitespaces in basegfxMarkus Mohrhard14-167/+0