summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2000-11-23 10:16:56 +0000
committerMichael Brauer <mib@openoffice.org>2000-11-23 10:16:56 +0000
commitb5fb6d4be9654911182eb4c597498f8c6232c863 (patch)
tree7c75da9a2dc9cd8421842800daf8ad3e7a4a76da /sw
parent76c763d4acf7ea5d3ac92d229a7d5bbdb48f8eef (diff)
#80624#: Finish StarOffice-API and XML filter for I18N attributes
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/unoprnms.hxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx
index 3bd6345e4423..7439c0b87119 100644
--- a/sw/inc/unoprnms.hxx
+++ b/sw/inc/unoprnms.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoprnms.hxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: dvo $ $Date: 2000-11-21 12:00:40 $
+ * last change: $Author: mib $ $Date: 2000-11-23 11:16:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -168,6 +168,8 @@ extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_LOCALE_COMPLEX
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_AUTO_KERNING ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_UNDERLINE ;
+extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_UNDERLINE_COLOR ;
+extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_UNDERLINE_HAS_COLOR ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_ESCAPEMENT ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_CASE_MAP ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_SHADOWED ;
@@ -183,6 +185,13 @@ extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_FLASH
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_KERNING ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_BACK_COLOR ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_BACK_TRANSPARENT ;
+
+extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_COMBINE_IS_ON;
+extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_COMBINE_PREFIX;
+extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_COMBINE_SUFFIX;
+
+extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_EMPHASIZE;
+
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_LINE_SPACING ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_TOP_MARGIN ;
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_BOTTOM_MARGIN ;