LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
XReportEngine.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20module com { module sun { module star { module report {
33
35{
39
43
51 raises( ::com::sun::star::lang::DisposedException,
52 com::sun::star::lang::IllegalArgumentException,
53 ::com::sun::star::uno::Exception );
54
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 );
69
79 raises( ::com::sun::star::lang::DisposedException,
80 com::sun::star::lang::IllegalArgumentException,
81 ::com::sun::star::uno::Exception );
82
87 void interrupt()
88 raises( ::com::sun::star::lang::DisposedException,
89 ::com::sun::star::uno::Exception );
90
94 {
96 };
97
101 {
103 };
104
108
114 [attribute,bound] long MaxRows;
115};
116
117
118}; }; }; };
119
120/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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 XPropertySet.idl:46
represents a component which is created from a URL and arguments.
Definition XModel.idl:51
allows to explicitly free resources and break cyclic references.
Definition XComponent.idl:39
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
XReportDefinition ReportDefinition
specifies the report definition object which is used to create the resulting report.
Definition XReportEngine.idl:96
com::sun::star::util::URL createDocument()
creates a report document.
com::sun::star::sdbc::XConnection ActiveConnection
specifies the active connection which is used to create the resulting report.
Definition XReportEngine.idl:103
long MaxRows
defines the maximum number of rows which should be fetched for the report.
Definition XReportEngine.idl:114
com::sun::star::frame::XModel createDocumentAlive([in] com::sun::star::frame::XFrame frame)
creates a report document.
void interrupt()
allows to interrupt the creation process of the report document.
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
Desktop environment framework interfaces.
Definition AppDispatchProvider.idl:21
General UNO concepts like factories etc.
Definition ArrayIndexOutOfBoundsException.idl:22
Basic UNO interfaces.
Definition modules.idl:72
Miscellaneous interfaces for sorting, connecting objects etc.
Definition XVndSunStarExpandUrl.idl:20
the module com::sun::star is the root module of the UNO API.
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20