summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-06-15 06:55:41 +0200
committerobo <obo@openoffice.org>2010-06-15 06:55:41 +0200
commit9e4c7dda753d76a0a2b6c7b8b20e483f33db7efb (patch)
tree7ba864961a0df73a5a898dc23240866ba6cb5864 /offapi/com/sun
parent618bb96c5b686a54ae617f2724d220900aaeddac (diff)
parente67060f04ec5d60fce7a7bebc24c0fea0d6c50d9 (diff)
CWS-TOOLING: integrate CWS impress190
Diffstat (limited to 'offapi/com/sun')
-rw-r--r--offapi/com/sun/star/drawing/EnhancedCustomShapeHandle.idl20
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;