LibreOffice
LibreOffice 5.0 SDK API Reference
|
import "ReportEngine.idl";
Additional Inherited Members | |
![]() | |
interface | com::sun::star::lang::XComponent |
allows life-time control of report engine. More... | |
interface | com::sun::star::beans::XPropertySet |
gives access to the properties. More... | |
![]() | |
com::sun::star::frame::XModel | createDocumentModel () raises ( ::com::sun::star::lang::DisposedException, com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::Exception ) |
creates a report document. More... | |
com::sun::star::frame::XModel | createDocumentAlive ([in] com::sun::star::frame::XFrame frame) raises ( ::com::sun::star::lang::DisposedException, com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::Exception ) |
creates a report document. More... | |
com::sun::star::util::URL | createDocument () raises ( ::com::sun::star::lang::DisposedException, com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::Exception ) |
creates a report document. More... | |
void | interrupt () raises ( ::com::sun::star::lang::DisposedException, ::com::sun::star::uno::Exception ) |
allows to interrupt the creation process of the report document. More... | |
![]() | |
XReportDefinition | ReportDefinition { set raises(com::sun::star::lang::IllegalArgumentException); } |
specifies the report definition object which is used to create the resulting report. More... | |
com::sun::star::sdbc::XConnection | ActiveConnection { set raises(com::sun::star::lang::IllegalArgumentException); } |
specifies the active connection which is used to create the resulting report. More... | |
com::sun::star::task::XStatusIndicator | StatusIndicator |
specifies the status indicator which shows the progress of the report generation process. More... | |
long | MaxRows |
defines the maximum number of rows which should be fetched for the report. More... | |