:: com :: sun :: star ::

module report
Description
interfaces for report interfaces

Nested Modules
inspection collects services for inspecting report/components
meta collects services for inspecting the function repository.
Services
FixedLine
FixedText
FormatCondition
FormattedField
Function
Group
Groups
ImageControl
ReportControlFormat
ReportControlModel
ReportDefinition
Section
Shape
Interfaces
XFixedLine
XFixedText
XFormatCondition specifies a format condition for a control.
XFormattedField describes a control which can be used for displaying values with a arbitrary formatting.
XFunction specifies a format condition for a control.
XFunctions This interface specifies the functions collections of the report definition or a group.
XFunctionsSupplier specifies the functions supplier which are located in a report defintion or a group.
XGroup identifies a XGroup. A group is always a child of the groups collection in the report.
XGroups This interface specifies the groups collections of the report definition.
XImageControl
XReportComponent describes a component which may be part of a report.
XReportControlFormat specifies a format condition for a control.
XReportControlModel
XReportDefinition identifies a XReportComponent as being a (sub-) report.
XReportEngine identifies a XReportEngine which allows the creation of OpenDocument files.
XSection identifies a XSection inside a report.
XShape
Constant Groups
Calculation Specifies how to calculate a value.
ForceNewPage Specifies if the section will be printed on an separte page.
GroupKeepTogether Specifies if groups in a multi column report where the group has the property KeepTogether set to WHOLE_GROUP or WITH_FIRST_DETAIL will keep together by page or column.
GroupOn Specifies how to group data.
KeepTogether Specifies that a group header, detail, and footer section is printed on the same page.
ReportPrintOption Specifies wether a page header or footer is printed on the same page as the report header or report footer.
SectionPageBreak Specifies that page breaks are allowed inside this section.
Top of Page