diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 12:05:52 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 12:05:52 +0000 |
commit | 31633f360e40b5d258bbdd0321dd8fcc80d1369f (patch) | |
tree | 94bdf3644d3d00cc5f03b16336dc467328304e27 /extensions/inc | |
parent | 130b4976966ce674585dd7fcb27b4b17c4954af3 (diff) |
INTEGRATION: CWS tkr01 (1.28.348); FILE MERGED
2007/06/28 10:25:24 tkr 1.28.348.3: #i78846# fix merge conflict
2007/06/26 11:23:52 tkr 1.28.348.2: RESYNC: (1.28-1.29); FILE MERGED
2007/06/26 10:09:23 tkr 1.28.348.1: #i78846# Enable TreeControl support
Diffstat (limited to 'extensions/inc')
-rw-r--r-- | extensions/inc/extensio.hrc | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/extensions/inc/extensio.hrc b/extensions/inc/extensio.hrc index 30d94f12a666..789e9717fc08 100644 --- a/extensions/inc/extensio.hrc +++ b/extensions/inc/extensio.hrc @@ -4,9 +4,9 @@ * * $RCSfile: extensio.hrc,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: kz $ $Date: 2007-06-20 10:41:25 $ + * last change: $Author: rt $ $Date: 2007-07-03 13:05:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -390,6 +390,13 @@ #define UID_PROP_REMOVE_DATA_TYPE (HID_FORMS_START + 249) #define HID_PROP_LIST_BINDING (HID_FORMS_START + 250) #define HID_PROP_BINDING_NAME (HID_FORMS_START + 251) +#define HID_PROP_SELECTION_TYPE (HID_FORMS_START + 253) +#define HID_PROP_ROOT_DISPLAYED (HID_FORMS_START + 254) +#define HID_PROP_SHOWS_HANDLES (HID_FORMS_START + 255) +#define HID_PROP_SHOWS_ROOT_HANDLES (HID_FORMS_START + 256) +#define HID_PROP_EDITABLE (HID_FORMS_START + 257) +#define HID_PROP_INVOKES_STOP_NOT_EDITING (HID_FORMS_START + 258) +#define HID_PROP_ROW_HEIGHT (HID_FORMS_START + 259) #define HID_PROP_DECORATION (HID_FORMS_START + 252) #define HID_EVT_ACTIONPERFORMED (HID_FORMS_START + 300) |