summaryrefslogtreecommitdiff
path: root/basegfx/source/inc/polygontemplate.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.7.88); FILE MERGEDRüdiger Timm1-23/+18
2008/03/28 16:05:49 rt 1.7.88.1: #i87441# Change license header to LPGL v3.
2005-09-07INTEGRATION: CWS ooo19126 (1.6.62); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 17:38:35 rt 1.6.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-69/+69
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-04-28ADded unsharp comparisons, addeed usage of these where useful/necessary.Armin Weiss1-5/+5
2003-04-15Extended the Polygon implementationArmin Weiss1-0/+572
Splitted the Polygon tooling into PolygonTools and own namespace Changed names of local include files for templates