LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
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
20
21
22 module com { module sun { module star { module awt {
23
24
27published service UnoControlScrollBarModel
28{
30
31
37
38
41 [property] long BlockIncrement;
42
43
52 [property] short Border;
53
54
62 [optional, property] long BorderColor;
63
64
67 [property] boolean Enabled;
68
69
72 [property] string HelpText;
73
74
77 [property] string HelpURL;
78
79
82 [property] long LineIncrement;
83
84
94 [optional, property] boolean LiveScroll;
95
96
99 [property] long Orientation;
100
101
104 [property] boolean Printable;
105
106
117 [optional, property] long RepeatDelay;
118
119
122 [property] long ScrollValue;
123
124
130 [optional, property] long ScrollValueMin;
131
132
135 [property] long ScrollValueMax;
136
137
144
145
150 [optional, property] boolean Tabstop;
151
152
155 [property] long VisibleSize;
156
157};
158
159
160}; }; }; };
161
162/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
long Color
describes an RGB color value with an optional alpha channel.
Definition Color.idl:34
Definition Ambiguous.idl:20
specifies the standard model of a UnoControl in the Smalltalk model view controller design.
Definition generated_idl_chapter_refs.idl:1084
specifies the standard model of a UnoControlScrollBar.
Definition UnoControlScrollBarModel.idl:28
long ScrollValueMin
specifies the minimum scroll value of the control.
Definition UnoControlScrollBarModel.idl:130
long VisibleSize
specifies the visible size of the scroll bar.
Definition UnoControlScrollBarModel.idl:155
long ScrollValue
specifies the scroll value of the control.
Definition UnoControlScrollBarModel.idl:122
long RepeatDelay
specifies the mouse repeat delay, in milliseconds.
Definition UnoControlScrollBarModel.idl:117
short Border
specifies the border style of the control.
Definition UnoControlScrollBarModel.idl:52
boolean Tabstop
specifies that the control can be reached with the TAB key.
Definition UnoControlScrollBarModel.idl:150
string HelpURL
specifies the help URL of the control.
Definition UnoControlScrollBarModel.idl:77
boolean LiveScroll
specifies the scrolling behavior of the control.
Definition UnoControlScrollBarModel.idl:94
long BorderColor
specifies the color of the border, if present
Definition UnoControlScrollBarModel.idl:62
string HelpText
specifies the help text of the control.
Definition UnoControlScrollBarModel.idl:72
com::sun::star::util::Color BackgroundColor
specifies the RGB color to be used for the control.
Definition UnoControlScrollBarModel.idl:36
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:143
long ScrollValueMax
specifies the maximum scroll value of the control.
Definition UnoControlScrollBarModel.idl:135
boolean Printable
specifies that the control will be printed with the document.
Definition UnoControlScrollBarModel.idl:104
long LineIncrement
specifies the increment for a single line move.
Definition UnoControlScrollBarModel.idl:82
boolean Enabled
determines whether the control is enabled or disabled.
Definition UnoControlScrollBarModel.idl:67
long BlockIncrement
specifies the increment for a block move.
Definition UnoControlScrollBarModel.idl:41
long Orientation
specifies the ScrollBarOrientation of the control.
Definition UnoControlScrollBarModel.idl:99