summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2002-11-13 12:16:38 +0000
committerChristian Lippka <cl@openoffice.org>2002-11-13 12:16:38 +0000
commit303a600a7a65f642d5709e000e62155bc7d3e78b (patch)
tree229075fdea2f45fc6b752fde6361e581bfa42fe3 /offapi/com/sun/star/drawing
parente8dc43de6cecfc402e491e131b07e95d45c84073 (diff)
#104058# added missing asian and complex text services
Diffstat (limited to 'offapi/com/sun/star/drawing')
-rw-r--r--offapi/com/sun/star/drawing/TextProperties.idl49
1 files changed, 47 insertions, 2 deletions
diff --git a/offapi/com/sun/star/drawing/TextProperties.idl b/offapi/com/sun/star/drawing/TextProperties.idl
index b89148ed6ed4..7a7bffb56c53 100644
--- a/offapi/com/sun/star/drawing/TextProperties.idl
+++ b/offapi/com/sun/star/drawing/TextProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextProperties.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2002-10-02 15:12:27 $
+ * last change: $Author: cl $ $Date: 2002-11-13 13:16:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,10 +69,26 @@
#include <com/sun/star/style/CharacterProperties.idl>
#endif
+#ifndef __com_sun_star_style_CharacterPropertiesAsian_idl__
+#include <com/sun/star/style/CharacterPropertiesAsian.idl>
+#endif
+
+#ifndef __com_sun_star_style_CharacterPropertiesComplex_idl__
+#include <com/sun/star/style/CharacterPropertiesComplex.idl>
+#endif
+
#ifndef __com_sun_star_style_ParagraphProperties_idl__
#include <com/sun/star/style/ParagraphProperties.idl>
#endif
+#ifndef __com_sun_star_style_ParagraphPropertiesAsian_idl__
+#include <com/sun/star/style/ParagraphPropertiesAsian.idl>
+#endif
+
+#ifndef __com_sun_star_style_ParagraphPropertiesComplex_idl__
+#include <com/sun/star/style/ParagraphPropertiesComplex.idl>
+#endif
+
#ifndef __com_sun_star_drawing_TextFitToSizeType_idl__
#include <com/sun/star/drawing/TextFitToSizeType.idl>
#endif
@@ -118,6 +134,22 @@ service TextProperties
*/
service com::sun::star::style::CharacterProperties;
+ //-------------------------------------------------------------------------
+
+ /** The properties in this service set default formats for asian text
+ inside the <type>Shape</type>.
+ */
+ service com::sun::star::style::CharacterPropertiesAsian;
+
+ //-------------------------------------------------------------------------
+
+ /** The properties in this service set default formats for complex text
+ inside the <type>Shape</type>.
+ */
+ service com::sun::star::style::CharacterPropertiesComplex;
+
+ //-------------------------------------------------------------------------
+
/** The properties in this service set default formats for text
inside the <type>Shape</type>.
*/
@@ -125,6 +157,19 @@ service TextProperties
//-------------------------------------------------------------------------
+ /** The properties in this service set default formats for asian text
+ inside the <type>Shape</type>.
+ */
+ service com::sun::star::style::ParagraphPropertiesAsian;
+
+ //-------------------------------------------------------------------------
+
+ /** The properties in this service set default formats for complex text
+ inside the <type>Shape</type>.
+ */
+ service com::sun::star::style::ParagraphPropertiesComplex;
+ //-------------------------------------------------------------------------
+
/** If this is <TRUE/>, numbering is ON for the text of
this <type>Shape</type>.
*/