summaryrefslogtreecommitdiff
path: root/sc/inc/unowids.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-19 15:05:47 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-19 15:05:47 +0000
commit73f6acfeba4a49253b6f659122fca7f8f85de23a (patch)
treed1a7d91e0d7cc1b47d1fcdf18753dd6cc92c0bc8 /sc/inc/unowids.hxx
parentf590a76b1807d18122b3d00446f5227eee40cb3e (diff)
INTEGRATION: CWS sab008 (1.3.260); FILE MERGED
2004/02/20 13:34:57 sab 1.3.260.4: #i20889#; remove merge problem 2004/02/11 12:49:01 sab 1.3.260.3: RESYNC: (1.4-1.5); FILE MERGED 2004/01/26 11:12:29 sab 1.3.260.2: RESYNC: (1.3-1.4); FILE MERGED 2004/01/23 12:13:50 sab 1.3.260.1: #i20889#; add some new properties for scenarios
Diffstat (limited to 'sc/inc/unowids.hxx')
-rw-r--r--sc/inc/unowids.hxx19
1 files changed, 13 insertions, 6 deletions
diff --git a/sc/inc/unowids.hxx b/sc/inc/unowids.hxx
index a5786e0b5cc0..26cbede198ec 100644
--- a/sc/inc/unowids.hxx
+++ b/sc/inc/unowids.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unowids.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 12:13:39 $
+ * last change: $Author: obo $ $Date: 2004-03-19 16:05:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -105,10 +105,17 @@
#define SC_WID_UNO_HEADERSET ( SC_WID_UNO_START + 26 )
#define SC_WID_UNO_FOOTERSET ( SC_WID_UNO_START + 27 )
#define SC_WID_UNO_NUMRULES ( SC_WID_UNO_START + 28 )
-#define SC_WID_UNO_TABLAYOUT ( SC_WID_UNO_START + 29 )
-#define SC_WID_UNO_AUTOPRINT ( SC_WID_UNO_START + 30 )
-
-#define SC_WID_UNO_END ( SC_WID_UNO_START + 30 )
+#define SC_WID_UNO_ISACTIVE ( SC_WID_UNO_START + 29 )
+#define SC_WID_UNO_BORDCOL ( SC_WID_UNO_START + 30 )
+#define SC_WID_UNO_PROTECT ( SC_WID_UNO_START + 31 )
+#define SC_WID_UNO_SHOWBORD ( SC_WID_UNO_START + 32 )
+#define SC_WID_UNO_PRINTBORD ( SC_WID_UNO_START + 33 )
+#define SC_WID_UNO_COPYBACK ( SC_WID_UNO_START + 34 )
+#define SC_WID_UNO_COPYSTYL ( SC_WID_UNO_START + 35 )
+#define SC_WID_UNO_COPYFORM ( SC_WID_UNO_START + 36 )
+#define SC_WID_UNO_TABLAYOUT ( SC_WID_UNO_START + 37 )
+#define SC_WID_UNO_AUTOPRINT ( SC_WID_UNO_START + 38 )
+#define SC_WID_UNO_END ( SC_WID_UNO_START + 38 )
inline BOOL IsScUnoWid( USHORT nWid )