LibreOffice
LibreOffice 7.4 SDK API Reference
Loading...
Searching...
No Matches
UnoControlFormattedFieldModel.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_UnoControlFormattedFieldModel_idl__
20#define __com_sun_star_awt_UnoControlFormattedFieldModel_idl__
21
27
28
29 module com { module sun { module star { module awt {
30
31
35{
37
38
47 [property] short Align;
48
49
53
54
63 [property] short Border;
64
65
73 [optional, property] long BorderColor;
74
75
81 [property] any EffectiveDefault;
82
83
89 [property] double EffectiveMax;
90
91
97 [property] double EffectiveMin;
98
99
105 [property] double EffectiveValue;
106
107
110 [property] boolean Enabled;
111
112
116
117
121 [property] short FontEmphasisMark;
122
123
127 [property] short FontRelief;
128
129
136 [property] long FormatKey;
137
138
142
143
146 [property] string HelpText;
147
148
151 [property] string HelpURL;
152
153
154
160 [optional, property] boolean HideInactiveSelection;
161
162
167 [property] short MaxTextLen;
168
169
172 [property] boolean Printable;
173
174
178 [property] boolean ReadOnly;
179
180
186 [optional, property] boolean Repeat;
187
188
199 [optional, property] long RepeatDelay;
200
201
204 [property] boolean Spin;
205
206
213 [optional, property] boolean StrictFormat;
214
215
218 [property] boolean Tabstop;
219
220
223 [property] string Text;
224
225
229
230
234
235
238 [property] boolean TreatAsNumber;
239
248 [optional, property] short WritingMode;
249
256 [optional, property] short MouseWheelBehavior;
257
258
264};
265
266
267}; }; }; };
268
269#endif
270
271/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
supplies the collection of NumberFormats (for example, in a document) and the settings belonging to t...
Definition XNumberFormatsSupplier.idl:37
VerticalAlignment
specify the horizontal alignment of an object within a container object.
Definition VerticalAlignment.idl:30
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 UnoControlFormattedField .
Definition UnoControlFormattedFieldModel.idl:35
short WritingMode
denotes the writing mode used in the control, as specified in the com::sun::star::text::WritingMode2 ...
Definition UnoControlFormattedFieldModel.idl:248
com::sun::star::util::Color TextColor
specifies the text color (RGB) of the control.
Definition UnoControlFormattedFieldModel.idl:228
double EffectiveMax
specifies the maximum value that can be entered.
Definition UnoControlFormattedFieldModel.idl:89
com::sun::star::util::XNumberFormatsSupplier FormatsSupplier
supplies the formats the field should work with.
Definition UnoControlFormattedFieldModel.idl:141
boolean ReadOnly
specifies that the content of the control cannot be modified by the user.
Definition UnoControlFormattedFieldModel.idl:178
long FormatKey
specifies the format to be used when formatting the field input and output.
Definition UnoControlFormattedFieldModel.idl:136
boolean HideInactiveSelection
specifies whether the selection in the control should be hidden when the control is not active (focus...
Definition UnoControlFormattedFieldModel.idl:160
long RepeatDelay
specifies the mouse repeat delay, in milliseconds.
Definition UnoControlFormattedFieldModel.idl:199
boolean Repeat
specifies whether the mouse should show repeating behavior, i.e.
Definition UnoControlFormattedFieldModel.idl:186
short Border
specifies the border style of the control.
Definition UnoControlFormattedFieldModel.idl:63
boolean Tabstop
specifies that the control can be reached with the TAB key.
Definition UnoControlFormattedFieldModel.idl:218
string HelpURL
specifies the help URL of the control.
Definition UnoControlFormattedFieldModel.idl:151
long BorderColor
specifies the color of the border, if present
Definition UnoControlFormattedFieldModel.idl:73
com::sun::star::util::Color TextLineColor
specifies the text line color (RGB) of the control.
Definition UnoControlFormattedFieldModel.idl:233
string HelpText
specifies the help text of the control.
Definition UnoControlFormattedFieldModel.idl:146
boolean TreatAsNumber
specifies that the text is treated as a number.
Definition UnoControlFormattedFieldModel.idl:238
double EffectiveValue
specifies the current value of the formatted field.
Definition UnoControlFormattedFieldModel.idl:105
com::sun::star::util::Color BackgroundColor
specifies the background color (RGB) of the control.
Definition UnoControlFormattedFieldModel.idl:52
boolean StrictFormat
specifies that the text is checked during the user input.
Definition UnoControlFormattedFieldModel.idl:213
com::sun::star::awt::FontDescriptor FontDescriptor
specifies the font attributes of the text in the control.
Definition UnoControlFormattedFieldModel.idl:115
short MouseWheelBehavior
defines how the mouse wheel can be used to scroll through the control's content.
Definition UnoControlFormattedFieldModel.idl:256
boolean Spin
specifies that the control has a spin button.
Definition UnoControlFormattedFieldModel.idl:204
string Text
specifies the text displayed in the control.
Definition UnoControlFormattedFieldModel.idl:223
short MaxTextLen
specifies the maximum character count.
Definition UnoControlFormattedFieldModel.idl:167
short FontRelief
specifies the com::sun::star::text::FontRelief value of the text in the control.
Definition UnoControlFormattedFieldModel.idl:127
short FontEmphasisMark
specifies the com::sun::star::text::FontEmphasis value of the text in the control.
Definition UnoControlFormattedFieldModel.idl:121
short Align
specifies the horizontal alignment of the text in the control.
Definition UnoControlFormattedFieldModel.idl:47
boolean Printable
specifies that the control will be printed with the document.
Definition UnoControlFormattedFieldModel.idl:172
boolean Enabled
determines whether the control is enabled or disabled.
Definition UnoControlFormattedFieldModel.idl:110
double EffectiveMin
specifies the minimum value that can be entered.
Definition UnoControlFormattedFieldModel.idl:97
any EffectiveDefault
specifies the default value of the formatted field.
Definition UnoControlFormattedFieldModel.idl:81
com::sun::star::style::VerticalAlignment VerticalAlign
specifies the vertical alignment of the text in the control.
Definition UnoControlFormattedFieldModel.idl:263
specifies the standard model of a UnoControl in the Smalltalk model view controller design.
Definition UnoControlModel.idl:50
describes the characteristics of a font.
Definition FontDescriptor.idl:34