LibreOffice
LibreOffice 7.4 SDK API Reference
Loading...
Searching...
No Matches
UnoControlDialogModel.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_UnoControlDialogModel_idl__
20#define __com_sun_star_awt_UnoControlDialogModel_idl__
21
26
30
31
32 module com { module sun { module star { module awt {
33
34
37published service UnoControlDialogModel
38{
40
46
48
50
51
55
56
59 [property] boolean Closeable;
60
61
64 [property] boolean Enabled;
65
66
70
71
75 [property] short FontEmphasisMark;
76
77
81 [property] short FontRelief;
82
83
86 [property] string HelpText;
87
88
91 [property] string HelpURL;
92
93
96 [property] boolean Moveable;
97
98
101 [property] boolean Sizeable;
102
103
107
108
112
113
116 [property] string Title;
117
118
123 [optional, property] boolean DesktopAsParent;
124
131 [optional, property] string ImageURL;
132
146 [optional, property, transient] com::sun::star::graphic::XGraphic Graphic;
147
151 [optional, property] boolean HScroll;
152
156 [optional, property] boolean VScroll;
157
161 [optional, property] long ScrollLeft;
162
166 [optional, property] long ScrollTop;
167
171 [optional, property] long ScrollWidth;
172
176 [optional, property] long ScrollHeight;
177
178};
179
180
181}; }; }; };
182
183#endif
184
185/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
supports quick access to the information if a container currently contains elements.
Definition XContainer.idl:48
This is the generic interface for supporting the insertion and removal of named elements.
Definition XNameContainer.idl:41
This interface acts as a container for the loaded graphic.
Definition XGraphic.idl:44
Allows creating instances specified by a string name.
Definition XMultiServiceFactory.idl:40
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 UnoControlDialog.
Definition UnoControlDialogModel.idl:38
com::sun::star::util::Color TextColor
specifies the text color (RGB) of the dialog.
Definition UnoControlDialogModel.idl:106
boolean Moveable
specifies if the dialog is moveable.
Definition UnoControlDialogModel.idl:96
long ScrollTop
specifies the vertical position of the scrolled dialog content
Definition UnoControlDialogModel.idl:166
boolean HScroll
specifies that a horizontal scrollbar should be added to the dialog
Definition UnoControlDialogModel.idl:151
boolean Closeable
specifies if the dialog is closeable.
Definition UnoControlDialogModel.idl:59
long ScrollLeft
specifies the horizontal position of the scrolled dialog content
Definition UnoControlDialogModel.idl:161
string HelpURL
specifies the help URL of the dialog.
Definition UnoControlDialogModel.idl:91
com::sun::star::util::Color TextLineColor
specifies the text line color (RGB) of the dialog.
Definition UnoControlDialogModel.idl:111
string HelpText
specifies the help text of the dialog.
Definition UnoControlDialogModel.idl:86
com::sun::star::util::Color BackgroundColor
specifies the background color (RGB) of the dialog.
Definition UnoControlDialogModel.idl:54
com::sun::star::awt::FontDescriptor FontDescriptor
specifies the font attributes of the text in the caption bar of the dialog.
Definition UnoControlDialogModel.idl:69
boolean VScroll
specifies that a vertical scrollbar should be added to the dialog
Definition UnoControlDialogModel.idl:156
string Title
specifies the text that is displayed in the caption bar of the dialog.
Definition UnoControlDialogModel.idl:116
short FontRelief
specifies the com::sun::star::text::FontRelief value of the text in the caption bar of the dialog.
Definition UnoControlDialogModel.idl:81
short FontEmphasisMark
specifies the com::sun::star::text::FontEmphasis value of the text in the caption bar of the dialog.
Definition UnoControlDialogModel.idl:75
com::sun::star::graphic::XGraphic Graphic
specifies a graphic to be displayed as a background image
Definition UnoControlDialogModel.idl:146
boolean DesktopAsParent
If set to true the dialog will have the desktop as parent.
Definition UnoControlDialogModel.idl:123
long ScrollWidth
specifies the total width of the scrollable dialog content
Definition UnoControlDialogModel.idl:171
boolean Sizeable
specifies if the dialog is sizeable.
Definition UnoControlDialogModel.idl:101
long ScrollHeight
specifies the total height of the scrollable dialog content
Definition UnoControlDialogModel.idl:176
boolean Enabled
determines whether a dialog is enabled or disabled.
Definition UnoControlDialogModel.idl:64
string ImageURL
specifies a URL that references a graphic that should be used as a background image.
Definition UnoControlDialogModel.idl:131
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