summaryrefslogtreecommitdiff
path: root/extensions/util
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-05 15:24:47 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-05 15:24:47 +0000
commiteba2adf979d58e4062ec99932e8bcf29ee57408b (patch)
treed45d40b23b7b7c1ac563b8e114dced5e38ec5536 /extensions/util
parenta91aa353e2dffe25aef04ebbfe664382cebc4673 (diff)
INTEGRATION: CWS frmcontrols04 (1.11.10); FILE MERGED
2004/06/16 03:58:44 fs 1.11.10.6: RESYNC: (1.11-1.14); FILE MERGED 2004/05/10 08:06:34 fs 1.11.10.5: #i10000# 2004/05/04 12:39:24 fs 1.11.10.4: Style -> VisualEffect 2004/05/03 15:58:20 fs 1.11.10.3: #28672# +IMAGEPOSITION property 2004/04/29 10:55:38 fs 1.11.10.2: #i24694# support for BorderColor 2004/04/29 06:27:48 fs 1.11.10.1: #i24683# #i24684# #i24685# #i24686# new properties
Diffstat (limited to 'extensions/util')
-rw-r--r--extensions/util/hidother.src12
1 files changed, 10 insertions, 2 deletions
diff --git a/extensions/util/hidother.src b/extensions/util/hidother.src
index e60a65928bad..9d17d9fba2f9 100644
--- a/extensions/util/hidother.src
+++ b/extensions/util/hidother.src
@@ -2,9 +2,9 @@
*
* $RCSfile: hidother.src,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 13:48:03 $
+ * last change: $Author: obo $ $Date: 2004-07-05 16:24:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -287,3 +287,11 @@ hidspecial HID_EVT_ROWCHANGE { HelpId = HID_EVT_ROWCHANGE; }
hidspecial HID_EVT_RELOADING { HelpId = HID_EVT_RELOADING; }
hidspecial HID_EVT_UNLOADING { HelpId = HID_EVT_UNLOADING; }
hidspecial HID_EVT_ADJUSTMENTVALUECHANGED { HelpId = HID_EVT_ADJUSTMENTVALUECHANGED; }
+
+hidspecial HID_PROP_TOGGLE { HelpId = HID_PROP_TOGGLE; }
+hidspecial HID_PROP_FOCUSONCLICK { HelpId = HID_PROP_FOCUSONCLICK; }
+hidspecial HID_PROP_HIDEINACTIVESELECTION { HelpId = HID_PROP_HIDEINACTIVESELECTION; }
+hidspecial HID_PROP_VISUALEFFECT { HelpId = HID_PROP_VISUALEFFECT; }
+hidspecial HID_PROP_BORDERCOLOR { HelpId = HID_PROP_BORDERCOLOR; }
+hidspecial UID_PROP_DLG_BORDERCOLOR { HelpId = UID_PROP_DLG_BORDERCOLOR; }
+hidspecial HID_PROP_IMAGEPOSITION { HelpId = HID_PROP_IMAGEPOSITION; }