summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon/b2dtrapezoid.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-11Typo: vertival -> verticalAndras Timar1-2/+2
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-1/+1
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-03-27convert CUTFLAG_ constants to enum classNoel Grandin1-2/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+3
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-1/+1
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 Mohrhard1-11/+0
2014-04-10It's "its", not "it's"Tor Lillqvist1-2/+2
2014-02-25Remove visual noise from basegfxAlexander Wilms1-12/+12
2014-01-12cppcheck: fix some redundantAssignmentJulien Nabet1-2/+1
2014-01-01WaE: basegfx / trapezoid fix.Michael Meeks1-1/+1
2014-01-01basegfx: accelerate Trapezoid subdivision by avoiding allocations.Michael Meeks1-65/+81
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-08-07drop bogus eof linesThomas Arnhold1-3/+0
2012-07-03sprinkle explicit over constructorsDavid Tardon1-1/+1
2012-01-21Improve checking for emptinessThomas Arnhold1-1/+1
2011-11-05precompiled_basegfx.hxx is empty, so don't include it.Joseph Powers1-2/+0
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-2/+2
2011-01-21Remove old RCS lines.Thomas Arnhold1-3/+0
2011-01-01cppcheck: prefer prefix variantCaolán McNamara1-1/+1
2010-11-26Merge commit 'ooo/OOO330_m17' into libreoffice-3-3Rene Engelhard1-2/+2
2010-11-24#i115761# Impress freezes opening the attached odp file(s)obo1-2/+2
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-08-13#i113776# avoid default adaptive subdivision for nowHerbert Duerr [hdu]1-1/+2
2010-01-06aw079: #i107360# Added functionality for edges, polygons and polypolygonsArmin Le Grand1-85/+417
2009-12-08aw079: #i107360# numerical precisionArmin Le Grand1-0/+895