LibreOffice
LibreOffice 5.0 SDK API Reference
|
import "ReportControlModel.idl";
Additional Inherited Members | |
![]() | |
interface | XReportComponent |
allows the creation of sub reports. More... | |
interface | XReportControlFormat |
interface | com::sun::star::container::XContainer |
allows to register listeners to be notified of changes in the container. More... | |
interface | com::sun::star::container::XIndexContainer |
gives access to the com::sun::star::report::XFormatCondition elements by index. More... | |
![]() | |
XFormatCondition | createFormatCondition () raises ( com::sun::star::uno::Exception ) |
Creates a format condition. More... | |
![]() | |
string | DataField { set raises(com::sun::star::lang::IllegalArgumentException, com::sun::star::beans::UnknownPropertyException); get raises(com::sun::star::beans::UnknownPropertyException); } |
Specifies which content should be shown. More... | |
boolean | PrintWhenGroupChange { set raises(com::sun::star::beans::UnknownPropertyException); get raises(com::sun::star::beans::UnknownPropertyException); } |
Specifies that the element gets printed when the group changes. More... | |
string | ConditionalPrintExpression { set raises(com::sun::star::beans::UnknownPropertyException); get raises(com::sun::star::beans::UnknownPropertyException); } |
Describes the print expression of the report control model. More... | |