(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: report :: inspection ::

unpublished service DefaultComponentInspectorModel
Supported Interface
::com::sun::star::inspection::XObjectInspectorModel
Usage Restrictions
not published
Description
implements a ::com::sun::star::inspection::XObjectInspectorModel for inspecting form components, in particular all components implementing the ::ReportComponent service.

A DefaultComponentInspectorModel provides the following handlers by default:

See also
::com::sun::star::inspection::XObjectInspectorModel::HandlerFactories


Constructors' Summary
createDefault creates a default DefaultComponentInspectorModel, providing factories for all handlers listed above.  
createWithHelpSection creates a default DefaultComponentInspectorModel, providing factories for all handlers listed above, and describing an ObjectInspector which has a help section.  
Constructors' Details
createDefault
createDefault();

Description
creates a default DefaultComponentInspectorModel, providing factories for all handlers listed above.
Since
OOo 2.2
createWithHelpSection
createWithHelpSection( [in] long  minHelpTextLines,
[in] long  maxHelpTextLines )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
creates a default DefaultComponentInspectorModel, providing factories for all handlers listed above, and describing an ObjectInspector which has a help section.
Parameter minHelpTextLines
denotes the minimum number of lines of text to be reserved for the help section.
Parameter maxHelpTextLines
denotes the maximum number of lines of text to be reserved for the help section.
Throws
::com::sun::star::lang::IllegalArgumentException if minHelpTextLines or maxHelpTextLines are negative, or if minHelpTextLines is greater than maxHelpTextLines.
Since
OOo 2.2
See also
XObjectInspectorModel::HasHelpSection, XObjectInspectorModel::MinHelpTextLines, XObjectInspectorModel::MaxHelpTextLines

 
Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.