Kaydet (Commit) 4d59d72b authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS aw024 (1.2.140); FILE MERGED

2006/11/13 11:48:59 aw 1.2.140.6: changes after resync
2005/09/18 00:52:34 aw 1.2.140.5: RESYNC: (1.2-1.3); FILE MERGED
2005/05/25 09:47:04 aw 1.2.140.4: #i39529#
2005/05/19 12:29:47 aw 1.2.140.3: #i39529#
2005/04/26 15:03:24 aw 1.2.140.2: #i39528#
2004/12/23 16:50:42 aw 1.2.140.1: #i39525
üst 5f2a7bb9
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: svdtouch.hxx,v $ * $RCSfile: svdtouch.hxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: obo $ $Date: 2006-10-12 11:53:41 $ * last change: $Author: ihi $ $Date: 2006-11-14 12:54:41 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -45,32 +45,14 @@ ...@@ -45,32 +45,14 @@
class Point; class Point;
class Polygon; class Polygon;
class PolyPolygon; class PolyPolygon;
class XPolygon;
class XPolyPolygon;
class Rectangle; class Rectangle;
//BFS09class OutputDevice;
sal_Bool IsPointInsidePoly(const Polygon& rPoly, const Point& rHit); bool IsPointInsidePoly(const Polygon& rPoly, const Point& rHit);
sal_Bool IsPointInsidePoly(const PolyPolygon& rPoly, const Point& rHit); bool IsPointInsidePoly(const PolyPolygon& rPoly, const Point& rHit);
//BFS09sal_Bool IsPointInsidePoly(const XPolygon& rPoly, const Point& rHit, OutputDevice* pOut=NULL);
//BFS09sal_Bool IsPointInsidePoly(const XPolyPolygon& rPoly, const Point& rHit, OutputDevice* pOut=NULL);
sal_Bool IsPointInsidePoly(const XPolygon& rPoly, const Point& rHit);
sal_Bool IsPointInsidePoly(const XPolyPolygon& rPoly, const Point& rHit);
sal_Bool IsRectTouchesPoly(const Polygon& rPoly, const Rectangle& rHit);
sal_Bool IsRectTouchesPoly(const PolyPolygon& rPoly, const Rectangle& rHit);
//BFS09sal_Bool IsRectTouchesPoly(const XPolygon& rPoly, const Rectangle& rHit, OutputDevice* pOut=NULL);
//BFS09sal_Bool IsRectTouchesPoly(const XPolyPolygon& rPoly, const Rectangle& rHit, OutputDevice* pOut=NULL);
sal_Bool IsRectTouchesPoly(const XPolygon& rPoly, const Rectangle& rHit);
sal_Bool IsRectTouchesPoly(const XPolyPolygon& rPoly, const Rectangle& rHit);
bool IsRectTouchesLine(const Point& rPt1, const Point& rPt2, const Rectangle& rHit); bool IsRectTouchesLine(const Point& rPt1, const Point& rPt2, const Rectangle& rHit);
bool IsRectTouchesLine(const Polygon& rLine, const Rectangle& rHit); bool IsRectTouchesLine(const Polygon& rLine, const Rectangle& rHit);
bool IsRectTouchesLine(const PolyPolygon& rLine, const Rectangle& rHit); bool IsRectTouchesLine(const PolyPolygon& rLine, const Rectangle& rHit);
//BFS09sal_Bool IsRectTouchesLine(const XPolygon& rLine, const Rectangle& rHit, OutputDevice* pOut=NULL);
//BFS09sal_Bool IsRectTouchesLine(const XPolyPolygon& rLine, const Rectangle& rHit, OutputDevice* pOut=NULL);
bool IsRectTouchesLine(const XPolygon& rLine, const Rectangle& rHit);
bool IsRectTouchesLine(const XPolyPolygon& rLine, const Rectangle& rHit);
//////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment