summaryrefslogtreecommitdiff
path: root/basegfx/inc/basegfx/tools/canvastools.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-18 08:15:25 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-18 08:15:25 +0000
commitf716720da6d9e0b7cadc9c6b18e738d01103ead6 (patch)
treef57ca7961395743f628fa5f9bb1e99f872d3349e /basegfx/inc/basegfx/tools/canvastools.hxx
parent5dbc7485fd5efa6ec9466747d2fa8aa8d749a322 (diff)
INTEGRATION: CWS presfixes03 (1.4.2); FILE MERGED
2005/04/01 15:08:31 thb 1.4.2.1: #i37793#, #i39245# Overhauled polygon conversion code, to now fully support beziers and transport the polygon's open/close state correctly across the API
Diffstat (limited to 'basegfx/inc/basegfx/tools/canvastools.hxx')
-rwxr-xr-xbasegfx/inc/basegfx/tools/canvastools.hxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/basegfx/inc/basegfx/tools/canvastools.hxx b/basegfx/inc/basegfx/tools/canvastools.hxx
index f8c2983355fe..4acf42527237 100755
--- a/basegfx/inc/basegfx/tools/canvastools.hxx
+++ b/basegfx/inc/basegfx/tools/canvastools.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: canvastools.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-03-30 07:41:06 $
+ * last change: $Author: obo $ $Date: 2005-04-18 09:15:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -123,6 +123,16 @@ namespace basegfx
const ::basegfx::B2DPolyPolygon& rPolyPoly );
+ ::com::sun::star::uno::Sequence<
+ ::com::sun::star::uno::Sequence<
+ ::com::sun::star::geometry::RealBezierSegment2D > >
+ bezierSequenceSequenceFromB2DPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly );
+
+ ::com::sun::star::uno::Sequence<
+ ::com::sun::star::uno::Sequence<
+ ::com::sun::star::geometry::RealPoint2D > >
+ pointSequenceSequenceFromB2DPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly );
+
::basegfx::B2DPolygon polygonFromPoint2DSequence(
const ::com::sun::star::uno::Sequence<
::com::sun::star::geometry::RealPoint2D >& rPoints );