summaryrefslogtreecommitdiff
path: root/basegfx/source/inc/PolygonPoint.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-11-07Remove two more unused headers from basegfxJoseph Powers1-541/+0
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-10INTEGRATION: CWS changefileheader (1.8.88); FILE MERGEDRüdiger Timm1-23/+18
2008/03/28 16:05:48 rt 1.8.88.1: #i87441# Change license header to LPGL v3.
2005-09-07INTEGRATION: CWS ooo19126 (1.7.62); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 17:38:35 rt 1.7.62.1: #i54170# Change license header: remove SISSL
2004-01-16#110496# Added integer point, size and rectangle classes, needed for the new ↵Thorsten Behrens1-25/+25
canvas
2003-11-26BDRange no longer needed, moved to namespace range and the directories thereArmin Weiss1-4/+4
2003-11-05Added PolyPolygonTools, Added PolygonTool functionality, changed bool to ↵Armin Weiss1-25/+25
sal_Bool
2003-08-20Some adaptions to coding guidelines. Method names are now lowercase, as well ↵Thorsten Behrens1-68/+68
as namespaces. Enums are class members, if applicable, and all uppercase. Instead of sal_Bool, we're using builtin-bool, for non-API stuff
2003-03-14Added assigment operators for tuple, vector. Also added Flip() functionality ↵Armin Weiss1-12/+66
for Polygon.
2003-03-14Simplified polygon base template (PolygonPointList), changed some include ↵Armin Weiss1-343/+178
statements to work with big and small letters.
2003-02-27Added Append/Inserts for polygons, expanded constructors, expanded ↵Armin Weiss1-0/+683
possibilities for appending/inserting only parts of source poly