LibreOffice
LibreOffice 7.3 SDK API Reference
XObjectInspectorModel.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_XObjectInspectorModel_idl__
21#define __com_sun_star_inspection_XObjectInspectorModel_idl__
22
25
26module com { module sun { module star { module inspection {
27
28interface XPropertyHandler;
29
37{
64 [attribute, readonly] sequence< any > HandlerFactories;
65
88 sequence< PropertyCategoryDescriptor > describeCategories();
89
115 long getPropertyOrderIndex( [in] string PropertyName );
116
127 [attribute, readonly] boolean HasHelpSection;
128
141 [attribute, readonly] long MinHelpTextLines;
142
155 [attribute, readonly] long MaxHelpTextLines;
156
169 [attribute, bound] boolean IsReadOnly;
170};
171
172
173}; }; }; };
174
175#endif
176
177
178/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
describes the model of an ObjectInspector
Definition: XObjectInspectorModel.idl:37
long MaxHelpTextLines
denotes the maximum number of lines of text to be reserved for the help section.
Definition: XObjectInspectorModel.idl:155
sequence< PropertyCategoryDescriptor > describeCategories()
describes the property categories used by the property handlers.
long MinHelpTextLines
denotes the minimum number of lines of text to be reserved for the help section.
Definition: XObjectInspectorModel.idl:141
boolean HasHelpSection
indicates that the object inspector should have a help section.
Definition: XObjectInspectorModel.idl:127
sequence< any > HandlerFactories
describes a set of factories for creating XPropertyHandlers
Definition: XObjectInspectorModel.idl:64
boolean IsReadOnly
determines whether the object inspector's UI should be read-only.
Definition: XObjectInspectorModel.idl:169
long getPropertyOrderIndex([in] string PropertyName)
retrieves an index in a global property ordering, for a given property name
Definition: Accessible.idl:22