LibreOffice
LibreOffice 7.4 SDK API Reference
LineDescriptor.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 #ifndef __com_sun_star_inspection_LineDescriptor_idl__
21 #define __com_sun_star_inspection_LineDescriptor_idl__
22 
24 
25 module com { module sun { module star { module inspection {
26 
27 interface XPropertyControl;
28 
47 {
50  string DisplayName;
51 
57 
60  string HelpURL;
61 
74 
86 
101 
111 
122 
131 
146 
156 
166  short IndentLevel;
167 
181  string Category;
182 };
183 
184 
185 }; }; }; };
186 
187 #endif
188 
189 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
This interface acts as a container for the loaded graphic.
Definition: XGraphic.idl:44
defines the interface for a single control in an ObjectInspector
Definition: XPropertyControl.idl:35
Definition: Ambiguous.idl:22
describes the appearance of a line representing a single property in an ObjectInspector.
Definition: LineDescriptor.idl:47
string PrimaryButtonId
describes a unique id to associate with the primary button
Definition: LineDescriptor.idl:85
short IndentLevel
describes the indent level for the property
Definition: LineDescriptor.idl:166
string SecondaryButtonImageURL
describes the URL of an image to display on the secondary button, if any.
Definition: LineDescriptor.idl:145
string HelpURL
specifies the URL to the help topic to be associated with the property
Definition: LineDescriptor.idl:60
string Category
describes the category into which the property should be sorted by the ObjectInspector.
Definition: LineDescriptor.idl:181
boolean HasSecondaryButton
determines whether a secondary button exists which can be used for a more complex,...
Definition: LineDescriptor.idl:121
boolean HasPrimaryButton
determines whether a button exists which can be used for a more complex, interactive property value i...
Definition: LineDescriptor.idl:73
string SecondaryButtonId
describes a unique id to associate with the primary button
Definition: LineDescriptor.idl:130
string DisplayName
denotes the human-readable display name used to present a property to the user
Definition: LineDescriptor.idl:50
XPropertyControl Control
denotes the control which should be used to represent the property at the UI.
Definition: LineDescriptor.idl:56
com::sun::star::graphic::XGraphic PrimaryButtonImage
describes a graphics to display at the primary button, if any.
Definition: LineDescriptor.idl:110
string PrimaryButtonImageURL
describes the URL of an image to display on the primary button, if any.
Definition: LineDescriptor.idl:100
com::sun::star::graphic::XGraphic SecondaryButtonImage
describes a graphics to display at the secondary button, if any.
Definition: LineDescriptor.idl:155