merge the formfield patch from ooo-build
[ooovba.git] / vcl / unx / source / gdi / dtsetenum.hxx
blob49e4481e265a6f5b570e86134c6b09adfb5dc413
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: dtsetenum.hxx,v $
10 * $Revision: 1.4 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef _VCL_DTSETENUM_HXX
32 #define _VCL_DTSETENUM_HXX
34 enum DtSetEnum
36 /* settings for mouse */
37 MouseOptions = 1,
38 DoubleClickTime,
39 DoubleClickWidth,
40 DoubleClickHeight,
41 StartDragWidth,
42 StartDragHeight,
43 DragMoveCode,
44 DragCopyCode,
45 DragLinkCode,
46 ContextMenuCode,
47 ContextMenuClicks,
48 ContextMenuDown,
49 ScrollRepeat,
50 ButtonStartRepeat,
51 ButtonRepeat,
52 ActionDelay,
53 MenuDelay,
54 Follow,
55 MiddleButtonAction,
56 /* settings for keyboard */
57 KeyboardOptions=64,
58 /* style settings */
59 StyleOptions = 128,
60 BorderSize,
61 TitleHeight,
62 FloatTitleHeight,
63 TearOffTitleHeight,
64 MenuBarHeight,
65 ScrollBarSize,
66 SpinSize,
67 SplitSize,
68 IconHorzSpace,
69 IconVertSpace,
70 CursorSize,
71 CursorBlinkTime,
72 ScreenZoom,
73 ScreenFontZoom,
74 LogoDisplayTime,
75 DragFullOptions,
76 AnimationOptions,
77 SelectionOptions,
78 DisplayOptions,
79 AntialiasingMinPixelHeight,
80 /* style colors */
81 AllTextColors, /* convenience, sets all control text colors */
82 AllBackColors, /* convenience, sets all control background colors */
83 ThreeDColor,
84 FaceColor,
85 CheckedColor,
86 LightColor,
87 LightBorderColor,
88 ShadowColor,
89 DarkShadowColor,
90 ButtonTextColor,
91 RadioCheckTextColor,
92 GroupTextColor,
93 LabelTextColor,
94 InfoTextColor,
95 WindowColor,
96 WindowTextColor,
97 DialogColor,
98 DialogTextColor,
99 WorkspaceColor,
100 FieldColor,
101 FieldTextColor,
102 ActiveColor,
103 ActiveColor2,
104 ActiveTextColor,
105 ActiveBorderColor,
106 DeactiveColor,
107 DeactiveColor2,
108 DeactiveTextColor,
109 DeactiveBorderColor,
110 HighlightColor,
111 HighlightTextColor,
112 DisableColor,
113 HelpColor,
114 HelpTextColor,
115 MenuColor,
116 MenuBarColor,
117 MenuTextColor,
118 MenuHighlightColor,
119 MenuHighlightTextColor,
120 LinkColor,
121 VisitedLinkColor,
122 HighlightLinkColor,
123 HighContrastMode,
124 /* style fonts */
125 UIFont, /* convenience, sets all fonts but TitleFont and FloatTitleFont */
126 AppFont,
127 HelpFont,
128 TitleFont,
129 FloatTitleFont,
130 MenuFont,
131 ToolFont,
132 GroupFont,
133 LabelFont,
134 InfoFont,
135 RadioCheckFont,
136 PushButtonFont,
137 FieldFont,
138 IconFont,
139 /* style numeric styles */
140 RadioButtonStyle,
141 CheckBoxStyle,
142 PushButtonStyle,
143 TabControlStyle,
144 /* toolbar style */
145 ToolbarIconSize
149 #endif // _VCL_DTSETENUM_HXX