summaryrefslogtreecommitdiff
path: root/sw/inc/unomid.h
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2002-01-31 09:22:29 +0000
committerFrank Meies <fme@openoffice.org>2002-01-31 09:22:29 +0000
commitac760314ae5c98f59b1f1b5ae85f263ee5b3e6b1 (patch)
tree810809a43e42414ffadd52f1b7bd56eccc44140f /sw/inc/unomid.h
parentd0e619a035b9ce243b3442137af287c00966d61b (diff)
#96678# Vertical Formatting - New grid attribute
Diffstat (limited to 'sw/inc/unomid.h')
-rw-r--r--sw/inc/unomid.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/sw/inc/unomid.h b/sw/inc/unomid.h
index 7e18ae54b9d5..1c659d6a6d11 100644
--- a/sw/inc/unomid.h
+++ b/sw/inc/unomid.h
@@ -2,9 +2,9 @@
*
* $RCSfile: unomid.h,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: os $ $Date: 2001-05-21 13:22:57 $
+ * last change: $Author: fme $ $Date: 2002-01-31 10:16:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -151,4 +151,14 @@
#define MID_RUBY_CHARSTYLE 2
#define MID_RUBY_ABOVE 3
+//SwTextGridItem
+#define MID_GRID_COLOR 0
+#define MID_GRID_LINES 1
+#define MID_GRID_BASEHEIGHT 2
+#define MID_GRID_RUBYHEIGHT 3
+#define MID_GRID_TYPE 4
+#define MID_GRID_RUBY_BELOW 5
+#define MID_GRID_PRINT 6
+#define MID_GRID_DISPLAY 7
+
#endif