20module
com { module sun { module star { module report {
51 raises( ::
com::sun::star::lang::DisposedException,
52 com::sun::star::lang::IllegalArgumentException,
53 ::
com::sun::star::uno::Exception );
65 com::sun::star::frame::XModel createDocumentAlive([in]
com::sun::star::frame::XFrame frame)
66 raises( ::
com::sun::star::lang::DisposedException,
67 com::sun::star::lang::IllegalArgumentException,
68 ::
com::sun::star::uno::Exception );
78 com::sun::star::util::URL createDocument()
79 raises( ::
com::sun::star::lang::DisposedException,
80 com::sun::star::lang::IllegalArgumentException,
81 ::
com::sun::star::uno::Exception );
88 raises( ::
com::sun::star::lang::DisposedException,
89 ::
com::sun::star::uno::Exception );
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
provides information about and access to the properties from an implementation.
Definition generated_idl_chapter_refs.idl:752
represents a component which is created from a URL and arguments.
Definition generated_idl_chapter_refs.idl:2396
allows to explicitly free resources and break cyclic references.
Definition generated_idl_chapter_refs.idl:435
identifies a XReportComponent as being a (sub-) report.
Definition XReportDefinition.idl:41
identifies a XReportEngine which allows the creation of OpenDocument files.
Definition XReportEngine.idl:35
com::sun::star::frame::XModel createDocumentModel()
creates a report document.
com::sun::star::task::XStatusIndicator StatusIndicator
specifies the status indicator which shows the progress of the report generation process.
Definition XReportEngine.idl:107
long MaxRows
defines the maximum number of rows which should be fetched for the report.
Definition XReportEngine.idl:114
represents a connection (session) with a specific database.
Definition XConnection.idl:50
controls a status indicator which displays progress of longer actions to the user
Definition XStatusIndicator.idl:33
Definition Ambiguous.idl:20
Definition ReportDefinition.idl:24