summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/Shape.idl
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:05:07 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:05:07 +0000
commit741509a70bc537a224e44b672374923f9a332e08 (patch)
tree2efd6773d0c3090d44caf32126badb775b35e8b3 /offapi/com/sun/star/text/Shape.idl
parentdd3df5b68df61fcb2dc3f01705aa6e45e6180efd (diff)
INTEGRATION: CWS swdrawobjapi (1.6.72); FILE MERGED
2004/08/12 06:52:23 od 1.6.72.2: RESYNC: (1.6-1.7); FILE MERGED resolve merge conflict. 2004/08/10 08:56:35 od 1.6.72.1: #i28749# - add properties <TransformationInHoriL2R> and <PositionLayoutDir>
Diffstat (limited to 'offapi/com/sun/star/text/Shape.idl')
-rw-r--r--offapi/com/sun/star/text/Shape.idl26
1 files changed, 24 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/Shape.idl b/offapi/com/sun/star/text/Shape.idl
index 87aee3d17cb2..b8329cfe54b4 100644
--- a/offapi/com/sun/star/text/Shape.idl
+++ b/offapi/com/sun/star/text/Shape.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Shape.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: kz $ $Date: 2004-08-02 13:52:34 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:05:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -221,6 +221,28 @@ published service Shape
@since #i28701#
*/
[optional, property] short WrapInfluenceOnPosition;
+
+ //-------------------------------------------------------------------------
+ /** determines the transformation of the shape in horizontal left-to-right
+ layout
+
+ <p>This property is needed for the export of the OASIS Open Office
+ file format to the OpenOffice.org file format. It provides the
+ transformation property of the included service com::sun::star::drawing::Shape
+ converted to the horizontal left-to-right layout.</p>
+
+ @since #i28749#
+ */
+ [optional, readonly, property] com::sun::star::drawing::HomogenMatrix3 TransformationInHoriL2R;
+ //-------------------------------------------------------------------------
+ /** determines layout direction the position attributes of the shape
+ is given
+
+ <p>Valid values are given by <member>PositionLayoutDir</member></p>
+
+ @since #i28749#
+ */
+ [optional, property] short PositionLayoutDir;
};
//=============================================================================