INTEGRATION: CWS calcrtl (1.3.112); FILE MERGED
2004/01/13 12:49:38 sab 1.3.112.2: RESYNC: (1.3-1.4); FILE MERGED 2003/07/03 11:35:01 sab 1.3.112.1: #106948#; add new property TableLayout
This commit is contained in:
parent
0c39b2b76d
commit
42995d8c07
1 changed files with 5 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: unowids.hxx,v $
|
||||
*
|
||||
* $Revision: 1.4 $
|
||||
* $Revision: 1.5 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2003-12-01 09:49:35 $
|
||||
* last change: $Author: hr $ $Date: 2004-02-03 12:13:39 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -105,9 +105,10 @@
|
|||
#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_AUTOPRINT ( SC_WID_UNO_START + 29 )
|
||||
#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 + 29 )
|
||||
#define SC_WID_UNO_END ( SC_WID_UNO_START + 30 )
|
||||
|
||||
|
||||
inline BOOL IsScUnoWid( USHORT nWid )
|
||||
|
|
Loading…
Reference in a new issue