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
commit8c2d787f8ab4a7c26da3b162edc53e8ec63b9817 (patch)
tree9fae834550c74321fca6c4cae6a3793b4452dc56 /offapi/com/sun/star/text/Shape.idl
parent1a777830e8aa01d1f80e3e642f568be77cf77275 (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 87aee3d17..5d333ddd0 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;
};
//=============================================================================