diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-05 15:24:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-05 15:24:47 +0000 |
commit | 73ef0b1f90114e3168497fd25e580c2ac7c86797 (patch) | |
tree | cdc6574463674262fa5f5a76329f28388cbb2673 /extensions/util/hidother.src | |
parent | ebd43e3a28f1a06e3f9f7aed922b16ddf4d6af5f (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/hidother.src')
-rw-r--r-- | extensions/util/hidother.src | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/extensions/util/hidother.src b/extensions/util/hidother.src index d82744f99..e3fd4e7f0 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; } |