Commit graph

31 commits

Author SHA1 Message Date
Joseph Powers
7dc14aba12 Remove two more unused headers from basegfx 2011-11-07 07:21:31 -08:00
Sebastian Spaeth
4905a19032 Add vim/emacs modelines to all source files
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-10-14 17:02:15 +02:00
Jens-Heiner Rechtien
8764506704 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Oliver Bolte
3735d9d387 CWS-TOOLING: integrate CWS cmcfixes49 2008-10-10 13:02:43 +00:00
Vladimir Glazounov
23e7399284 INTEGRATION: CWS aw033 (1.18.6); FILE MERGED
2008/05/27 14:08:45 aw 1.18.6.1: #i39532# changes DEV300 m12 resync corrections
2008-08-19 23:00:01 +00:00
Rüdiger Timm
5dd1d01f93 INTEGRATION: CWS changefileheader (1.7.88); FILE MERGED
2008/03/28 16:05:49 rt 1.7.88.1: #i87441# Change license header to LPGL v3.
2008-04-10 17:56:05 +00:00
Rüdiger Timm
d3a46bd0c5 INTEGRATION: CWS changefileheader (1.17.70); FILE MERGED
2008/04/01 15:01:12 thb 1.17.70.3: #i85898# Stripping all external header guards
2008/04/01 10:48:13 thb 1.17.70.2: #i85898# Stripping all external header guards
2008/03/28 16:05:49 rt 1.17.70.1: #i87441# Change license header to LPGL v3.
2008-04-10 17:55:46 +00:00
Rüdiger Timm
376ac3ffb1 INTEGRATION: CWS changefileheader (1.8.88); FILE MERGED
2008/03/28 16:05:48 rt 1.8.88.1: #i87441# Change license header to LPGL v3.
2008-04-10 17:55:23 +00:00
Oliver Bolte
aa90edcb7e INTEGRATION: CWS cowfixes01 (1.15.20); FILE MERGED
2006/03/17 17:41:33 thb 1.15.20.1: #i63310# Added COW to B2DMultiRange (wasn't there before); moved BxDHomMatrix to cow_wrapper; added o3tl build dependency
2006-07-13 08:56:09 +00:00
Jens-Heiner Rechtien
81502ae57a INTEGRATION: CWS warnings01 (1.15.8); FILE MERGED
2006/02/21 14:40:21 thb 1.15.8.1: #i55991# Changed matrix template int param to unsigned; int-casting it to reduced range where necessary; reverted senseless bitfield back to bool; renamed function parameter according to naming conventions (i.e. ripped off leading m)
2006-06-20 02:43:14 +00:00
Rüdiger Timm
1bf49ef577 INTEGRATION: CWS ooo19126 (1.6.62); FILE MERGED
2005/09/05 17:38:35 rt 1.6.62.1: #i54170# Change license header: remove SISSL
2005-09-07 19:42:06 +00:00
Rüdiger Timm
650d7c73dc INTEGRATION: CWS ooo19126 (1.14.34); FILE MERGED
2005/09/05 17:38:35 rt 1.14.34.1: #i54170# Change license header: remove SISSL
2005-09-07 19:41:52 +00:00
Rüdiger Timm
259ec3d734 INTEGRATION: CWS ooo19126 (1.7.62); FILE MERGED
2005/09/05 17:38:35 rt 1.7.62.1: #i54170# Change license header: remove SISSL
2005-09-07 19:41:36 +00:00
Rüdiger Timm
595e792fcc INTEGRATION: CWS ooo20040704 (1.13.28); FILE MERGED
2004/07/01 11:57:00 thb 1.13.28.2: #i30874# Verified changes
2004/06/30 12:36:35 waratah 1.13.28.1: #i30874# Add initial values to potentially unitialised values
2004-09-08 15:32:44 +00:00
Oliver Bolte
9e56a0c529 #100000# linux parse problem 2004-03-18 11:03:36 +00:00
Thorsten Behrens
4f9a1f1b4b #110496# Made headers gcc-Wall clean, added some Canvas-related tooling 2004-02-16 16:03:11 +00:00
Thorsten Behrens
fb6fefbd94 #110496# Added integer point, size and rectangle classes, needed for the new canvas 2004-01-16 09:34:43 +00:00
Armin Weiss
d539c95155 Removed in-between namespaces (curve, matrix, numeric, point, polygon, range, tuple, vector). Names were too common and e.g. vector leaded to problems with some defines. This is now avoided. Also some bug fixes, addition of 3d polygon tooling etc. 2003-11-28 10:18:16 +00:00
Armin Weiss
c4068e1d9c BDRange no longer needed, moved to namespace range and the directories there 2003-11-26 13:32:41 +00:00
Thorsten Behrens
5d6413171a Moved template declaration to internal namespace 2003-11-10 14:10:57 +00:00
Armin Weiss
c3663a687c Added PolyPolygonTools, Added PolygonTool functionality, changed bool to sal_Bool 2003-11-05 11:25:58 +00:00
Armin Weiss
94c9d84524 includes were one inc too deep, correcting 2003-10-31 09:14:00 +00:00
Armin Weiss
5c35c4ae40 basegfx reorganization 2003-10-28 10:26:57 +00:00
Thorsten Behrens
08761a143f Reverted from 'optimized' doMulMatrix to plain version (since the former botched the algo for nearly every non-trivial case 2003-09-26 06:54:57 +00:00
Thorsten Behrens
32c0e6e8f8 Some adaptions to coding guidelines. Method names are now lowercase, as well 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-08-20 15:56:48 +00:00
Thorsten Behrens
1c5bcfdc70 Added missing ftools include 2003-08-20 12:54:18 +00:00
Armin Weiss
b0e1745d0b ADded unsharp comparisons, addeed usage of these where useful/necessary. 2003-04-28 11:10:38 +00:00
Armin Weiss
d6941fb507 Extended the Polygon implementation
Splitted the Polygon tooling into PolygonTools and own namespace
Changed names of local include files for templates
2003-04-15 15:02:54 +00:00
Armin Weiss
a69f69f51c Added assigment operators for tuple, vector. Also added Flip() functionality for Polygon. 2003-03-14 13:35:29 +00:00
Armin Weiss
b5af76d9cd Simplified polygon base template (PolygonPointList), changed some include statements to work with big and small letters. 2003-03-14 10:47:03 +00:00
Armin Weiss
dab1caeefd Added Append/Inserts for polygons, expanded constructors, expanded possibilities for appending/inserting only parts of source poly 2003-02-27 14:42:05 +00:00