From c04678b6e7f9cbd3b41295c7b3debafd5d2ff6e7 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Thu, 19 Jan 2012 09:42:39 +0100 Subject: added SubViewSize property to EnhancedCustomShapePath - allow to specify view boxes for sub paths --- offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'offapi') diff --git a/offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl b/offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl index a20d5a20c820..00f8acfd2fbf 100644 --- a/offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl +++ b/offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl @@ -97,6 +97,10 @@ service EnhancedCustomShapePath default is false; */ [optional, property] boolean TextPathAllowed; + + /** This property specifies view size per sub path + */ + [optional, property] sequence< ::com::sun::star::awt::Size > SubViewSize; }; //============================================================================= -- cgit