diff options
author | sj <sj@openoffice.org> | 2010-06-04 21:03:24 +0200 |
---|---|---|
committer | sj <sj@openoffice.org> | 2010-06-04 21:03:24 +0200 |
commit | 68ad260fd44cd87f726f00878b2010edcc2db7b7 (patch) | |
tree | b8c56a0bfff3abf239141590d9321617bf16b084 /offapi | |
parent | 39ca722d12345ead74d3d28df88564da477c70b6 (diff) |
impress190: #i112086# added support of CustomGeometry
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/drawing/EnhancedCustomShapeHandle.idl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/offapi/com/sun/star/drawing/EnhancedCustomShapeHandle.idl b/offapi/com/sun/star/drawing/EnhancedCustomShapeHandle.idl index 7b3f9a223f39..d5e8420fc32f 100644 --- a/offapi/com/sun/star/drawing/EnhancedCustomShapeHandle.idl +++ b/offapi/com/sun/star/drawing/EnhancedCustomShapeHandle.idl @@ -68,6 +68,26 @@ service EnhancedCustomShapeHandle */ [optional, property] ::com::sun::star::drawing::EnhancedCustomShapeParameterPair Polar; + /** RefX, if this attribute is set, it specifies the index of the adjustment + value which is connected to the horizontal position of the handle + */ + [optional, property] long RefX; + + /** RefY, if this attribute is set, it specifies the index of the adjustment + value which is connected to the vertical position of the handle + */ + [optional, property] long RefY; + + /** RefAngle, if this attribute is set, it specifies the index of the adjustment + value which is connected to the angle of the handle + */ + [optional, property] long RefAngle; + + /** RefR, if this attribute is set, it specifies the index of the adjustment + value which is connected to the radius of the handle + */ + [optional, property] long RefR; + /** If the attribute RangeXMinimum is set, it specifies the horizontal minimum range of the handle. */ [optional, property] ::com::sun::star::drawing::EnhancedCustomShapeParameter RangeXMinimum; |