diff options
author | Radek Doulik <rodo@novell.com> | 2012-01-19 09:42:39 +0100 |
---|---|---|
committer | Radek Doulik <rodo@novell.com> | 2012-01-19 09:46:52 +0100 |
commit | c04678b6e7f9cbd3b41295c7b3debafd5d2ff6e7 (patch) | |
tree | 21fe9c822d28473510e86fa8ca3f49bb472fb2aa /offapi/com/sun/star/drawing | |
parent | 8419668ea809036e734201770ff7a5a778509cce (diff) |
added SubViewSize property to EnhancedCustomShapePath
- allow to specify view boxes for sub paths
Diffstat (limited to 'offapi/com/sun/star/drawing')
-rw-r--r-- | offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl | 4 |
1 files changed, 4 insertions, 0 deletions
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; }; //============================================================================= |