summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2000-12-07 18:44:06 +0000
committerChristian Lippka <cl@openoffice.org>2000-12-07 18:44:06 +0000
commitc949472808a12cb132950f28b02912f2d9873a57 (patch)
treece354921d6d40acd3e5ef4aa9b38ee7f31a27dfe /offapi/com/sun
parentee28ada094adbf8b6fc877417c3bf30ea561e58e (diff)
#80304# vertical writing added
Diffstat (limited to 'offapi/com/sun')
-rw-r--r--offapi/com/sun/star/drawing/Text.idl15
-rw-r--r--offapi/com/sun/star/text/makefile.mk5
2 files changed, 16 insertions, 4 deletions
diff --git a/offapi/com/sun/star/drawing/Text.idl b/offapi/com/sun/star/drawing/Text.idl
index 2cc47b61d..e5719abdb 100644
--- a/offapi/com/sun/star/drawing/Text.idl
+++ b/offapi/com/sun/star/drawing/Text.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Text.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: cl $ $Date: 2000-11-15 16:57:04 $
+ * last change: $Author: cl $ $Date: 2000-12-07 19:44:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,6 +100,10 @@
#ifndef __com_sun_star_drawing_TextHorizontalAdjust_idl__
#include <com/sun/star/drawing/TextHorizontalAdjust.idl>
#endif
+
+#ifndef __com_sun_star_text_WritingMode_idl__
+#include <com/sun/star/text/WritingMode.idl>
+#endif
//=============================================================================
@@ -330,6 +334,10 @@ service Text
animation.
*/
[property] boolean TextAnimationStopInside;
+
+ /** If this value selects the writing mode for the text.
+ */
+ [property] ::com::sun::star::text::WritingMode TextWritingMode;
};
@@ -340,6 +348,9 @@ service Text
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/15 16:57:04 cl
+ #79743# replaced TextAdjust with TextHorizontalAdjust and TextVerticalAdjust
+
Revision 1.3 2000/11/08 12:42:42 mi
moved from api
diff --git a/offapi/com/sun/star/text/makefile.mk b/offapi/com/sun/star/text/makefile.mk
index eb269ea65..5e6bb4548 100644
--- a/offapi/com/sun/star/text/makefile.mk
+++ b/offapi/com/sun/star/text/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: os $ $Date: 2000-11-29 09:12:17 $
+# last change: $Author: cl $ $Date: 2000-12-07 19:42:03 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -73,6 +73,7 @@ PACKAGE=com$/sun$/star$/text
# ------------------------------------------------------------------------
IDLFILES=\
+ WritingMode.idl\
AdvancedTextDocument.idl\
AutoTextContainer.idl\
AutoTextEntry.idl\