20 #ifndef __com_sun_star_inspection_XObjectInspectorModel_idl__
21 #define __com_sun_star_inspection_XObjectInspectorModel_idl__
26 module
com { module sun { module star { module inspection {
28 interface XPropertyHandler;
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: Ambiguous.idl:22