summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formmetadata.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-12-11 11:26:29 +0000
committerKurt Zenker <kz@openoffice.org>2003-12-11 11:26:29 +0000
commit663a2683ca56415917038f1e36ccedadcf069b08 (patch)
tree9db28539dafd00c79284e0d015fe329beb6eb379 /extensions/source/propctrlr/formmetadata.hxx
parent5011827d7b370cd963c028f22ab00384bc162749 (diff)
INTEGRATION: CWS frmcontrols01 (1.13.92); FILE MERGED
2003/11/14 15:23:09 fs 1.13.92.5: RESYNC: (1.14-1.15); FILE MERGED 2003/10/29 13:08:16 fs 1.13.92.4: #i18017# remove HardLineBreak property (never had any effect) 2003/10/29 07:40:50 fs 1.13.92.3: #i21605# more spin button related implementations 2003/10/27 15:46:10 fs 1.13.92.2: RESYNC: (1.13-1.14); FILE MERGED 2003/10/22 12:54:22 fs 1.13.92.1: #21277# care for new properties for scroll bar controls
Diffstat (limited to 'extensions/source/propctrlr/formmetadata.hxx')
-rw-r--r--extensions/source/propctrlr/formmetadata.hxx16
1 files changed, 13 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/formmetadata.hxx b/extensions/source/propctrlr/formmetadata.hxx
index c8479b0d3..2e8137e5d 100644
--- a/extensions/source/propctrlr/formmetadata.hxx
+++ b/extensions/source/propctrlr/formmetadata.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formmetadata.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: hr $ $Date: 2003-11-05 12:42:13 $
+ * last change: $Author: kz $ $Date: 2003-12-11 12:26:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -213,7 +213,7 @@ namespace pcr
#define PROPERTY_ID_MULTI 70
#define PROPERTY_ID_MULTILINE 71
#define PROPERTY_ID_MULTISELECTION 72
- #define PROPERTY_ID_HARDLINEBREAKS 73
+ // free
#define PROPERTY_ID_HSCROLL 74
#define PROPERTY_ID_VSCROLL 75
#define PROPERTY_ID_SPIN 76
@@ -264,6 +264,16 @@ namespace pcr
#define PROPERTY_ID_BOUND_CELL 121
#define PROPERTY_ID_LIST_CELL_RANGE 122
#define PROPERTY_ID_CELL_EXCHANGE_TYPE 123
+ #define PROPERTY_ID_SCROLLVALUE_MIN 124
+ #define PROPERTY_ID_DEFAULT_SCROLLVALUE 125
+ #define PROPERTY_ID_REPEAT_DELAY 126
+ #define PROPERTY_ID_SYMBOLCOLOR 127
+ #define PROPERTY_ID_SPINVALUE 128
+ #define PROPERTY_ID_SPINVALUE_MIN 129
+ #define PROPERTY_ID_SPINVALUE_MAX 130
+ #define PROPERTY_ID_DEFAULT_SPINVALUE 131
+ #define PROPERTY_ID_SPININCREMENT 132
+ #define PROPERTY_ID_REPEAT 133
//............................................................................
} // namespace pcr