LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_inspection_ObjectInspectorModel_idl__
21 #define __com_sun_star_inspection_ObjectInspectorModel_idl__
26 module
com { module sun { module star { module inspection {
93 [in] sequence< any > handlerFactories,
94 [in]
long minHelpTextLines,
95 [in]
long maxHelpTextLines
describes a default implementation of an ObjectInspectorModel
Definition: ObjectInspectorModel.idl:43
describes the model of an ObjectInspector
Definition: XObjectInspectorModel.idl:37
createDefault()
creates a default ObjectInspectorModel, whose one and only handler factory creates a GenericPropertyH...
createWithHandlerFactories([in] sequence< any > handlerFactories)
creates a default ObjectInspectorModel, using an externally provided sequence of property handler fac...
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
createWithHandlerFactoriesAndHelpSection([in] sequence< any > handlerFactories, [in] long minHelpTextLines, [in] long maxHelpTextLines)
creates a default ObjectInspectorModel, using an externally provided sequence of property handler fac...