LibreOffice
LibreOffice 5.0 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
awt
UnoControlTimeFieldModel.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_UnoControlTimeFieldModel_idl__
20
#define __com_sun_star_awt_UnoControlTimeFieldModel_idl__
21
22
#include <
com/sun/star/util/Time.idl
>
23
#include <
com/sun/star/awt/FontDescriptor.idl
>
24
#include <
com/sun/star/awt/UnoControlModel.idl
>
25
26
#include <
com/sun/star/util/Color.idl
>
27
28
#include <
com/sun/star/style/VerticalAlignment.idl
>
29
30
31
module com { module sun { module star { module awt {
32
33
36
published service
UnoControlTimeFieldModel
37
{
38
service
com::sun::star::awt::UnoControlModel
;
39
40
43
[property]
com::sun::star::util::Color
BackgroundColor;
44
45
54
[property]
short
Border
;
55
56
64
[optional, property]
long
BorderColor
;
65
66
69
[property]
boolean
Enabled
;
70
71
74
[property]
com::sun::star::awt::FontDescriptor
FontDescriptor
;
75
76
80
[property]
short
FontEmphasisMark
;
81
82
86
[property]
short
FontRelief
;
87
88
91
[property]
string
HelpText
;
92
93
96
[property]
string
HelpURL
;
97
98
104
[optional, property]
boolean
HideInactiveSelection
;
105
106
109
[property]
boolean
Printable
;
110
111
114
[property]
boolean
ReadOnly
;
115
116
122
[optional, property]
boolean
Repeat
;
123
124
135
[optional, property]
long
RepeatDelay
;
136
137
140
[property]
boolean
Spin
;
141
142
145
[property]
boolean
StrictFormat
;
146
147
150
[property]
boolean
Tabstop
;
151
152
157
[optional, property]
string
Text
;
158
159
162
[property]
com::sun::star::util::Color
TextColor
;
163
164
167
[property]
com::sun::star::util::Color
TextLineColor
;
168
169
172
[property]
com::sun::star::util::Time
Time
;
173
174
186
[property]
short
TimeFormat
;
187
188
191
[property]
com::sun::star::util::Time
TimeMax
;
192
193
196
[property]
com::sun::star::util::Time
TimeMin
;
197
206
[optional, property]
short
WritingMode
;
207
214
[optional, property]
short
MouseWheelBehavior
;
215
216
221
[optional, property]
com::sun::star::style::VerticalAlignment
VerticalAlign
;
222
};
223
224
225
}; }; }; };
226
227
#endif
228
229
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4