summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon/b2dpolypolygon.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-22clang-tidy modernize-use-equals-default in basegfxJochen Nitschke1-25/+6
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin1-1/+1
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-2/+2
2017-08-25basegfx: remove global ImplB2DPolyPolygonMichael Stahl1-6/+3
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara1-8/+8
2016-08-29cid#1371223 Missing move assignment operatorNoel Grandin1-0/+11
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-2/+2
2016-04-21clang-tidy modernize-loop-convert in b*Noel Grandin1-2/+2
2016-03-31tdf#96505 Remove 0L occurences from avmedia and basegfx modulesslideon1-6/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-30basegfx tree cleanupMario J. Rugiero1-13/+8
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-2/+2
2014-07-06remove unnecessary whitespaces in basegfxMarkus Mohrhard1-4/+0
2014-02-25Remove visual noise from basegfxAlexander Wilms1-2/+2
2012-11-18Move #include to appropriate headerTakeshi Abe1-1/+0
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-31/+20
2012-08-07drop bogus eof linesThomas Arnhold1-2/+0
2012-07-03sprinkle explicit over constructorsDavid Tardon1-1/+1
2011-12-13Fix abort from stl debug iterators' invalid access.Thorsten Behrens1-2/+4
2011-11-05precompiled_basegfx.hxx is empty, so don't include it.Joseph Powers1-2/+0
2011-07-124 minutes 27 seconds -> 11 secondsCaolán McNamara1-15/+4
2011-05-04Some cppcheck cleaningJulien Nabet1-1/+1
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-03-31Merge DEV300_m75thb1-4/+1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2009-10-16#i105939# Decided returning by const ref was a bad idea, coupling-thb1-4/+16
2009-10-16#i105939# Adds special box clipping support to basegfxthb1-0/+40
2008-10-17CWS-TOOLING: integrate CWS aw057Oliver Bolte1-2/+2
2008-08-19INTEGRATION: CWS aw033 (1.13.2); FILE MERGEDVladimir Glazounov1-4/+31
2008-04-24INTEGRATION: CWS aw055 (1.18.28); FILE MERGEDIvo Hinkelmann1-21/+17
2008-04-10INTEGRATION: CWS changefileheader (1.18.30); FILE MERGEDRüdiger Timm1-41/+18
2007-07-18INTEGRATION: CWS aw051 (1.17.24); FILE MERGEDOliver Bolte1-4/+4
2006-11-14INTEGRATION: CWS aw024 (1.12.6); FILE MERGEDIvo Hinkelmann1-3/+10
2006-09-17INTEGRATION: CWS pchfix02 (1.15.10); FILE MERGEDOliver Bolte1-2/+5
2006-07-13INTEGRATION: CWS cowfixes01 (1.14.12); FILE MERGEDOliver Bolte1-119/+38
2005-11-02INTEGRATION: CWS canvas02 (1.12.24); FILE MERGEDKurt Zenker1-3/+3
2005-09-07INTEGRATION: CWS ooo19126 (1.12.28); FILE MERGEDRüdiger Timm1-47/+21
2004-11-26INTEGRATION: CWS presentationengine01 (1.10.2); FILE MERGEDRüdiger Timm1-2/+14
2004-06-25INTEGRATION: CWS tune04 (1.10.26); FILE MERGEDHans-Joachim Lankenau1-7/+10
2004-02-12Added areControlPointsUsed(), areControlVectorsUsed() methodsArmin Weiss1-4/+4
2004-02-03Re-Added some automatic type conversionsArmin Weiss1-6/+6
2004-01-16#110496# Added integer point, size and rectangle classes, needed for the new ...Thorsten Behrens1-22/+22
2003-11-28Removed in-between namespaces (curve, matrix, numeric, point, polygon, range,...Armin Weiss1-176/+173
2003-11-26Added support for B3DPolyPOlygon, moved BDRange from source/inc to range name...Armin Weiss1-22/+36
2003-11-10Some error corrections, some additions to polygon stuff, making PolyPolygonCu...Armin Weiss1-3/+18
2003-11-06Added tooling for PolyPolygon cutting and some more tooling at B2DPolygon and...Armin Weiss1-13/+7
2003-11-05Added PolyPolygonTools, Added PolygonTool functionality, changed bool to sal_...Armin Weiss1-11/+101
2003-10-31includes were one inc too deep, correctingArmin Weiss1-4/+4
2003-10-28basegfx reorganizationArmin Weiss1-0/+355