summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 10:25:17 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 10:25:17 +0000
commit114512cb38dae8b62637880210cd70a931b592b2 (patch)
treee8c30c80fcefa97261291700ea436e0097b0e79b /offapi/com/sun/star/rendering
parentc3ee032b0921956157b48d542fc17332a0c1ec5e (diff)
INTEGRATION: CWS canvas05 (1.4.386); FILE MERGED
2008/04/21 07:37:24 thb 1.4.386.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/01 13:33:53 thb 1.4.386.1: #i79437# Merge from CWS picom
Diffstat (limited to 'offapi/com/sun/star/rendering')
-rw-r--r--offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl b/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
index e9ac39e17d1c..4a397988a74c 100644
--- a/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
+++ b/offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: XBezierPolyPolygon2D.idl,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -88,7 +88,7 @@ interface XBezierPolyPolygon2D : XPolyPolygon2D
@returns the sequence of extracted points.
- @throws com::sun::star::lang::IndexOutOfBoundsException
+ @throws <type>com::sun::star::lang::IndexOutOfBoundsException</type>
if one of the given values exceed the permissible range.
*/
sequence< sequence < ::com::sun::star::geometry::RealBezierSegment2D > > getBezierSegments( [in] long nPolygonIndex, [in] long nNumberOfPolygons, [in] long nPointIndex, [in] long nNumberOfPoints )
@@ -114,7 +114,7 @@ interface XBezierPolyPolygon2D : XPolyPolygon2D
such that after this method completes, it contains exactly the
specified bezier segment data.
- @throws com::sun::star::lang::IndexOutOfBoundsException
+ @throws <type>com::sun::star::lang::IndexOutOfBoundsException</type>
if one of the given values exceed the permissible range.
*/
void setBezierSegments( [in] sequence< sequence< ::com::sun::star::geometry::RealBezierSegment2D > > points, [in] long nPolygonIndex )
@@ -136,7 +136,7 @@ interface XBezierPolyPolygon2D : XPolyPolygon2D
@returns the requested point.
- @throws com::sun::star::lang::IndexOutOfBoundsException
+ @throws <type>com::sun::star::lang::IndexOutOfBoundsException</type>
if one of the given values exceed the permissible range.
*/
@@ -166,7 +166,7 @@ interface XBezierPolyPolygon2D : XPolyPolygon2D
nPolygonIndex, which is to be set. This value must not
exceed the number of points in this polygon.
- @throws com::sun::star::lang::IndexOutOfBoundsException
+ @throws <type>com::sun::star::lang::IndexOutOfBoundsException</type>
if one of the given values exceed the permissible range.
*/
void setBezierSegment( [in] ::com::sun::star::geometry::RealBezierSegment2D point, [in] long nPolygonIndex, [in] long nPointIndex )