LibreOffice
LibreOffice 7.4 SDK API Reference
UnoControlScrollBarModel.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 #ifndef __com_sun_star_awt_UnoControlScrollBarModel_idl__
20 #define __com_sun_star_awt_UnoControlScrollBarModel_idl__
21 
24 
25 
26 
27  module com { module sun { module star { module awt {
28 
29 
32 published service UnoControlScrollBarModel
33 {
35 
36 
42 
43 
46  [property] long BlockIncrement;
47 
48 
57  [property] short Border;
58 
59 
67  [optional, property] long BorderColor;
68 
69 
72  [property] boolean Enabled;
73 
74 
77  [property] string HelpText;
78 
79 
82  [property] string HelpURL;
83 
84 
87  [property] long LineIncrement;
88 
89 
99  [optional, property] boolean LiveScroll;
100 
101 
104  [property] long Orientation;
105 
106 
109  [property] boolean Printable;
110 
111 
122  [optional, property] long RepeatDelay;
123 
124 
127  [property] long ScrollValue;
128 
129 
135  [optional, property] long ScrollValueMin;
136 
137 
140  [property] long ScrollValueMax;
141 
142 
149 
150 
155  [optional, property] boolean Tabstop;
156 
157 
160  [property] long VisibleSize;
161 
162 };
163 
164 
165 }; }; }; };
166 
167 #endif
168 
169 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36
Definition: Ambiguous.idl:22
specifies the standard model of a UnoControl in the Smalltalk model view controller design.
Definition: UnoControlModel.idl:50
specifies the standard model of a UnoControlScrollBar.
Definition: UnoControlScrollBarModel.idl:33
long ScrollValueMin
specifies the minimum scroll value of the control.
Definition: UnoControlScrollBarModel.idl:135
long VisibleSize
specifies the visible size of the scroll bar.
Definition: UnoControlScrollBarModel.idl:160
long ScrollValue
specifies the scroll value of the control.
Definition: UnoControlScrollBarModel.idl:127
long RepeatDelay
specifies the mouse repeat delay, in milliseconds.
Definition: UnoControlScrollBarModel.idl:122
short Border
specifies the border style of the control.
Definition: UnoControlScrollBarModel.idl:57
boolean Tabstop
specifies that the control can be reached with the TAB key.
Definition: UnoControlScrollBarModel.idl:155
string HelpURL
specifies the help URL of the control.
Definition: UnoControlScrollBarModel.idl:82
boolean LiveScroll
specifies the scrolling behavior of the control.
Definition: UnoControlScrollBarModel.idl:99
long BorderColor
specifies the color of the border, if present
Definition: UnoControlScrollBarModel.idl:67
string HelpText
specifies the help text of the control.
Definition: UnoControlScrollBarModel.idl:77
com::sun::star::util::Color BackgroundColor
specifies the RGB color to be used for the control.
Definition: UnoControlScrollBarModel.idl:34
com::sun::star::util::Color SymbolColor
specifies the RGB color to be used when painting symbols which are part of the control's appearance,...
Definition: UnoControlScrollBarModel.idl:148
long ScrollValueMax
specifies the maximum scroll value of the control.
Definition: UnoControlScrollBarModel.idl:140
boolean Printable
specifies that the control will be printed with the document.
Definition: UnoControlScrollBarModel.idl:109
long LineIncrement
specifies the increment for a single line move.
Definition: UnoControlScrollBarModel.idl:87
boolean Enabled
determines whether the control is enabled or disabled.
Definition: UnoControlScrollBarModel.idl:72
long BlockIncrement
specifies the increment for a block move.
Definition: UnoControlScrollBarModel.idl:46
long Orientation
specifies the ScrollBarOrientation of the control.
Definition: UnoControlScrollBarModel.idl:104