LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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: */