Kaydet (Commit) 55363c09 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS sj05 (1.2.438); FILE MERGED

2003/12/09 11:17:20 sj 1.2.438.2: autoshape changes
2003/12/05 15:54:41 sj 1.2.438.1: added tooling to convert PolyPolygonBezierCoords to XPolyPolygon
üst 3af17332
......@@ -2,9 +2,9 @@
*
* $RCSfile: unopolyhelper.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: cl $ $Date: 2001-03-08 11:37:24 $
* last change: $Author: rt $ $Date: 2004-04-02 14:07:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -71,17 +71,26 @@ namespace com { namespace sun { namespace star { namespace drawing {
} } } }
class XPolygon;
class XPolyPolygon;
/** convert a drawing::PolyPolygonBezierCoords to a XPolygon
*/
void SvxConvertPolyPolygonBezierToXPolygon( const com::sun::star::drawing::PolyPolygonBezierCoords* pSourcePolyPolygon, XPolygon& rNewPolygon )
throw( com::sun::star::lang::IllegalArgumentException );
/** convert a drawing::PolyPolygonBezierCoords to a XPolyPolygon
*/
void SvxConvertPolyPolygonBezierToXPolyPolygon( const com::sun::star::drawing::PolyPolygonBezierCoords* pSourcePolyPolygon, XPolyPolygon& rNewPolygon )
throw( com::sun::star::lang::IllegalArgumentException );
/** convert a XPolygon to a drawing::PolyPolygonBezierCoords
*/
void SvxConvertXPolygonToPolyPolygonBezier( const XPolygon& rPolygon, com::sun::star::drawing::PolyPolygonBezierCoords& rRetval )
throw();
void SvxPolyPolygonToPolyPolygonBezierCoords( const XPolyPolygon& rPolyPoly, com::sun::star::drawing::PolyPolygonBezierCoords& rRetval );
#endif
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