LibreOffice
LibreOffice 24.2 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 module com { module sun { module star { module inspection {
21 
22 interface XPropertyControl;
23 
42 {
45  string DisplayName;
46 
52 
55  string HelpURL;
56 
69 
81 
96 
106 
117 
126 
141 
151 
161  short IndentLevel;
162 
176  string Category;
177 };
178 
179 
180 }; }; }; };
181 
182 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::graphic::XGraphic SecondaryButtonImage
describes a graphics to display at the secondary button, if any.
Definition: LineDescriptor.idl:150
string HelpURL
specifies the URL to the help topic to be associated with the property
Definition: LineDescriptor.idl:55
string Category
describes the category into which the property should be sorted by the ObjectInspector.
Definition: LineDescriptor.idl:176
Definition: Ambiguous.idl:20
string PrimaryButtonId
describes a unique id to associate with the primary button
Definition: LineDescriptor.idl:80
This interface acts as a container for the loaded graphic.
Definition: XGraphic.idl:37
describes the appearance of a line representing a single property in an ObjectInspector.
Definition: LineDescriptor.idl:41
string SecondaryButtonId
describes a unique id to associate with the primary button
Definition: LineDescriptor.idl:125
boolean HasPrimaryButton
determines whether a button exists which can be used for a more complex, interactive property value i...
Definition: LineDescriptor.idl:68
com::sun::star::graphic::XGraphic PrimaryButtonImage
describes a graphics to display at the primary button, if any.
Definition: LineDescriptor.idl:105
defines the interface for a single control in an ObjectInspector
Definition: XPropertyControl.idl:28
boolean HasSecondaryButton
determines whether a secondary button exists which can be used for a more complex, interactive property value input.
Definition: LineDescriptor.idl:116
XPropertyControl Control
denotes the control which should be used to represent the property at the UI.
Definition: LineDescriptor.idl:51
short IndentLevel
describes the indent level for the property
Definition: LineDescriptor.idl:161
string PrimaryButtonImageURL
describes the URL of an image to display on the primary button, if any.
Definition: LineDescriptor.idl:95
string DisplayName
denotes the human-readable display name used to present a property to the user
Definition: LineDescriptor.idl:45
string SecondaryButtonImageURL
describes the URL of an image to display on the secondary button, if any.
Definition: LineDescriptor.idl:140