summaryrefslogtreecommitdiff
path: root/sd/inc/helpids.h
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-03-12 10:21:56 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-03-12 10:21:56 +0000
commitd702d59f39b83efa44b4fe7f8c0089dcaed94635 (patch)
treec06e0a0cec92adb88504ffd3a9636366da3862d5 /sd/inc/helpids.h
parent4f58d1b9693a0405091d1e37252667b0f595cd17 (diff)
INTEGRATION: CWS impresstables2 (1.16.102); FILE MERGED
2008/03/03 16:58:33 cl 1.16.102.5: #i68103# fixed help id for table design panel 2008/03/03 16:49:26 cl 1.16.102.4: #i68103# fixed help id for table design panel 2007/12/01 19:19:14 cl 1.16.102.3: RESYNC: (1.17-1.18); FILE MERGED 2007/10/11 21:35:03 cl 1.16.102.2: RESYNC: (1.16-1.17); FILE MERGED 2007/07/26 17:49:12 cl 1.16.102.1: #i68103# added cell styles
Diffstat (limited to 'sd/inc/helpids.h')
-rw-r--r--sd/inc/helpids.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/sd/inc/helpids.h b/sd/inc/helpids.h
index d51cb93a2..a48dc9747 100644
--- a/sd/inc/helpids.h
+++ b/sd/inc/helpids.h
@@ -4,9 +4,9 @@
*
* $RCSfile: helpids.h,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: ihi $ $Date: 2007-11-26 16:57:15 $
+ * last change: $Author: rt $ $Date: 2008-03-12 11:21:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -275,3 +275,12 @@
#define HID_SD_RULER_HORIZONTAL (HID_SD_START + 191)
#define HID_SD_RULER_VERTICAL (HID_SD_START + 192)
+
+#define HID_SD_CELL_STYLE_DEFAULT (HID_SD_START + 193)
+#define HID_SD_CELL_STYLE_BANDED (HID_SD_START + 194)
+#define HID_SD_CELL_STYLE_HEADER (HID_SD_START + 195)
+#define HID_SD_CELL_STYLE_TOTAL (HID_SD_START + 196)
+#define HID_SD_CELL_STYLE_FIRST_COLUMN (HID_SD_START + 197)
+#define HID_SD_CELL_STYLE_LAST_COLUMN (HID_SD_START + 198)
+
+#define HID_SD_TABLE_DESIGN (HID_SD_START + 199)