INTEGRATION: CWS dr17 (1.7.62); FILE MERGED

2004/04/16 13:54:39 dr 1.7.62.2: #i27879# export of scrollbar/spinbutton
2004/04/16 13:02:32 dr 1.7.62.1: #i27879# import of scrollbar/spinbutton
This commit is contained in:
Rüdiger Timm 2004-05-18 11:45:38 +00:00
parent d5c891c5a6
commit 0f872275c4

View file

@ -2,9 +2,9 @@
*
* $RCSfile: xlescher.hxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: rt $ $Date: 2004-03-02 09:45:46 $
* last change: $Author: rt $ $Date: 2004-05-18 12:45:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -140,6 +140,12 @@ const sal_uInt16 EXC_OBJ_LBS_SEL_MULTI = 0x0010; /// Multi selection.
const sal_uInt16 EXC_OBJ_LBS_SEL_EXT = 0x0020; /// Extended selection.
const sal_uInt16 EXC_OBJ_LBS_3D = 0x0008;
// ftSbs: Spin button/scrollbar data
const sal_uInt16 EXC_OBJ_SBS_HORIZONTAL = 0x0001;
const sal_uInt16 EXC_OBJ_SBS_3D = 0x0008;
const sal_Int16 EXC_OBJ_SBS_MINSCROLL = 0;
const sal_Int16 EXC_OBJ_SBS_MAXSCROLL = 30000;
/** Value binding mode for cells linked to form controls. */
enum XclCtrlBindMode
{