diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 11:20:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 11:20:46 +0000 |
commit | 8ed8c47555b7313f0021e08c832840a5e0e377a7 (patch) | |
tree | 97b76ccc04b1a6bcb2304ccd30ca916cf39f18a4 /toolkit/inc | |
parent | b7d0c647243d1edeea5c96ccee19a9eb138fc53d (diff) |
INTEGRATION: CWS awttree01 (1.24.58); FILE MERGED
2007/06/25 12:47:51 cl 1.24.58.6: RESYNC: (1.27-1.28); FILE MERGED
2007/06/08 08:41:46 cl 1.24.58.5: fixed a merge issue
2007/03/11 14:37:35 cl 1.24.58.4: RESYNC: (1.25-1.27); FILE MERGED
2006/12/01 10:18:09 cl 1.24.58.3: RESYNC: (1.24-1.25); FILE MERGED
2006/12/01 06:17:56 cl 1.24.58.2: implement a tree control api
2006/09/28 13:56:20 cl 1.24.58.1: added primilary awt tree control api
Diffstat (limited to 'toolkit/inc')
-rw-r--r-- | toolkit/inc/toolkit/helper/property.hxx | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/helper/property.hxx b/toolkit/inc/toolkit/helper/property.hxx index d2a02a9d72ee..e56989ad5acf 100644 --- a/toolkit/inc/toolkit/helper/property.hxx +++ b/toolkit/inc/toolkit/helper/property.hxx @@ -4,9 +4,9 @@ * * $RCSfile: property.hxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: kz $ $Date: 2007-06-20 10:24:55 $ + * last change: $Author: hr $ $Date: 2007-06-27 12:20:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -177,6 +177,17 @@ namespace rtl { #define BASEPROPERTY_STEP_TIME 118 // sal_Int32 #define BASEPROPERTY_DECORATION 119 // sal_Bool +#define BASEPROPERTY_TREE_START 120 +#define BASEPROPERTY_TREE_SELECTIONTYPE 120 +#define BASEPROPERTY_TREE_EDITABLE 121 +#define BASEPROPERTY_TREE_DATAMODEL 122 +#define BASEPROPERTY_TREE_ROOTDISPLAYED 123 +#define BASEPROPERTY_TREE_SHOWSHANDLES 124 +#define BASEPROPERTY_TREE_SHOWSROOTHANDLES 125 +#define BASEPROPERTY_TREE_ROWHEIGHT 126 +#define BASEPROPERTY_TREE_INVOKESSTOPNODEEDITING 127 +#define BASEPROPERTY_TREE_END 127 + // Keine gebundenen Properties, werden immer aus der Property BASEPROPERTY_FONTDESCRIPTOR entnommen. #define BASEPROPERTY_FONTDESCRIPTORPART_START 1000 #define BASEPROPERTY_FONTDESCRIPTORPART_NAME 1000 // ::rtl::OUString, not bound |