summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2012-01-19 09:42:39 +0100
committerRadek Doulik <rodo@novell.com>2012-01-19 09:48:37 +0100
commitfccfa941b206e530449516432a6396376d948336 (patch)
treeb09abc1eb8ad1bb560724fa91802e81a32910fd4
parent1817746ceb22329f0291acc5f6bb9c2a7d7a7fe4 (diff)
added SubViewSize property to EnhancedCustomShapePath
- allow to specify view boxes for sub paths
-rw-r--r--offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl4
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 6d9279d6c13f..f1934785825b 100644
--- a/offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl
+++ b/offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl
@@ -96,6 +96,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;
};
//=============================================================================