LibreOffice
LibreOffice 24.8 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
20
21 module com { module sun { module star { module awt {
22
23
26published service UnoControlDialogModel
27{
29
35
37
39
40
44
45
48 [property] boolean Closeable;
49
50
53 [property] boolean Enabled;
54
55
59
60
64 [property] short FontEmphasisMark;
65
66
70 [property] short FontRelief;
71
72
75 [property] string HelpText;
76
77
80 [property] string HelpURL;
81
82
85 [property] boolean Moveable;
86
87
90 [property] boolean Sizeable;
91
92
96
97
101
102
105 [property] string Title;
106
107
112 [optional, property] boolean DesktopAsParent;
113
120 [optional, property] string ImageURL;
121
135 [optional, property, transient] com::sun::star::graphic::XGraphic Graphic;
136
140 [optional, property] boolean HScroll;
141
145 [optional, property] boolean VScroll;
146
150 [optional, property] long ScrollLeft;
151
155 [optional, property] long ScrollTop;
156
160 [optional, property] long ScrollWidth;
161
165 [optional, property] long ScrollHeight;
166
167};
168
169
170}; }; }; };
171
172/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
supports quick access to the information if a container currently contains elements.
Definition XContainer.idl:42
This is the generic interface for supporting the insertion and removal of named elements.
Definition XNameContainer.idl:29
This interface acts as a container for the loaded graphic.
Definition XGraphic.idl:38
Allows creating instances specified by a string name.
Definition XMultiServiceFactory.idl:34
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 UnoControlDialog.
Definition UnoControlDialogModel.idl:27
com::sun::star::util::Color TextColor
specifies the text color (RGB) of the dialog.
Definition UnoControlDialogModel.idl:95
boolean Moveable
specifies if the dialog is moveable.
Definition UnoControlDialogModel.idl:85
long ScrollTop
specifies the vertical position of the scrolled dialog content
Definition UnoControlDialogModel.idl:155
boolean HScroll
specifies that a horizontal scrollbar should be added to the dialog
Definition UnoControlDialogModel.idl:140
boolean Closeable
specifies if the dialog is closeable.
Definition UnoControlDialogModel.idl:48
long ScrollLeft
specifies the horizontal position of the scrolled dialog content
Definition UnoControlDialogModel.idl:150
string HelpURL
specifies the help URL of the dialog.
Definition UnoControlDialogModel.idl:80
com::sun::star::util::Color TextLineColor
specifies the text line color (RGB) of the dialog.
Definition UnoControlDialogModel.idl:100
string HelpText
specifies the help text of the dialog.
Definition UnoControlDialogModel.idl:75
com::sun::star::util::Color BackgroundColor
specifies the background color (RGB) of the dialog.
Definition UnoControlDialogModel.idl:43
com::sun::star::awt::FontDescriptor FontDescriptor
specifies the font attributes of the text in the caption bar of the dialog.
Definition UnoControlDialogModel.idl:58
boolean VScroll
specifies that a vertical scrollbar should be added to the dialog
Definition UnoControlDialogModel.idl:145
string Title
specifies the text that is displayed in the caption bar of the dialog.
Definition UnoControlDialogModel.idl:105
short FontRelief
specifies the com::sun::star::text::FontRelief value of the text in the caption bar of the dialog.
Definition UnoControlDialogModel.idl:70
short FontEmphasisMark
specifies the com::sun::star::text::FontEmphasis value of the text in the caption bar of the dialog.
Definition UnoControlDialogModel.idl:64
com::sun::star::graphic::XGraphic Graphic
specifies a graphic to be displayed as a background image
Definition UnoControlDialogModel.idl:135
boolean DesktopAsParent
If set to true the dialog will have the desktop as parent.
Definition UnoControlDialogModel.idl:112
long ScrollWidth
specifies the total width of the scrollable dialog content
Definition UnoControlDialogModel.idl:160
boolean Sizeable
specifies if the dialog is sizeable.
Definition UnoControlDialogModel.idl:90
long ScrollHeight
specifies the total height of the scrollable dialog content
Definition UnoControlDialogModel.idl:165
boolean Enabled
determines whether a dialog is enabled or disabled.
Definition UnoControlDialogModel.idl:53
string ImageURL
specifies a URL that references a graphic that should be used as a background image.
Definition UnoControlDialogModel.idl:120
specifies the standard model of a UnoControl in the Smalltalk model view controller design.
Definition UnoControlModel.idl:35
describes the characteristics of a font.
Definition FontDescriptor.idl:30