summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-05 15:23:48 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-05 15:23:48 +0000
commitdb6b4245203e639464a421a8fdc655b4f8d0f2a9 (patch)
treebdaa9b585e1a4ebf93c9c44486cd1fa1f6a919b1
parent2450448a58f3eb990933f9976c24caa51ab9f665 (diff)
INTEGRATION: CWS frmcontrols04 (1.17.10); FILE MERGED
2004/06/16 04:06:25 fs 1.17.10.5: RESYNC: (1.17-1.20); FILE MERGED 2004/05/04 12:39:41 fs 1.17.10.4: Style -> VisualEffect 2004/05/03 16:00:29 fs 1.17.10.3: #28672# ImagePosition replacing ImageAlign 2004/04/29 10:55:59 fs 1.17.10.2: #i24694# support for BorderColor 2004/04/29 06:28:50 fs 1.17.10.1: #i24683# #i24684# #i24685# #i24686# new properties: flat/3D for radios/check boxes, HideSelection for edits, Toggle/TakeFocusOnClick for buttons
-rw-r--r--extensions/source/propctrlr/formmetadata.hxx15
1 files changed, 11 insertions, 4 deletions
diff --git a/extensions/source/propctrlr/formmetadata.hxx b/extensions/source/propctrlr/formmetadata.hxx
index 5ff6d5eaa05b..d0246d7d2a26 100644
--- a/extensions/source/propctrlr/formmetadata.hxx
+++ b/extensions/source/propctrlr/formmetadata.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formmetadata.hxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 13:45:13 $
+ * last change: $Author: obo $ $Date: 2004-07-05 16:23:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -151,7 +151,9 @@ namespace pcr
// dependent properties (their UI, more concrete) need
// also to be updated
#define PROP_FLAG_ENUM 0x00000020 // the property is some kind of enum property, i.e. its
- // value is chose from a fixed list of possible values
+ // value is chose from a fixed list of possible values
+#define PROP_FLAG_ENUM_ONE 0x00000060 // the property is an enum property, which starts at 1
+ // (not that the flags here include PROP_FLAG_ENUM)
//========================================================================
//= property ids (for all browseable properties)
@@ -266,7 +268,7 @@ namespace pcr
#define PROPERTY_ID_BLOCKINCREMENT 109
#define PROPERTY_ID_VISIBLESIZE 110
#define PROPERTY_ID_ORIENTATION 111
- #define PROPERTY_ID_IMAGEALIGN 112
+ #define PROPERTY_ID_IMAGEPOSITION 112
#define PROPERTY_ID_DATE 113
#define PROPERTY_ID_STATE 114
#define PROPERTY_ID_TIME 115
@@ -297,6 +299,11 @@ namespace pcr
#define PROPERTY_ID_TEXTTYPE 140
#define PROPERTY_ID_AUTOLINEBREAK 141
#define PROPERTY_ID_LINEEND_FORMAT 142
+ #define PROPERTY_ID_TOGGLE 143
+ #define PROPERTY_ID_FOCUSONCLICK 144
+ #define PROPERTY_ID_HIDEINACTIVESELECTION 145
+ #define PROPERTY_ID_VISUALEFFECT 146
+ #define PROPERTY_ID_BORDERCOLOR 147
//............................................................................
} // namespace pcr