LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
XReportDefinition.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 #ifndef __com_sun_star_report_XReportDefinition_idl__
20 #define __com_sun_star_report_XReportDefinition_idl__
21 
41 
42 module com { module sun { module star { module sdbc {
43 published interface XConnection;
44 };};};};
45 
46  module com { module sun { module star { module report {
47 
48  interface XSection;
49  interface XGroups;
50 
63 {
67 
71 
75 
79 
83 
87 
91 
93 
100 
110 
113  interface XReportComponent;
114 
118 
125  com::sun::star::document::XEventBroadcaster getEventBroadcaster()
126  raises( ::com::sun::star::lang::DisposedException,
127  ::com::sun::star::uno::Exception );
128 
131  sequence<string> getAvailableMimeTypes()
132  raises( ::com::sun::star::lang::DisposedException,
133  ::com::sun::star::uno::Exception );
134 
135 
138  [attribute,bound] string MimeType
139  {
141  };
142 
145  [attribute,bound] string Caption;
146 
150  [attribute,bound] short GroupKeepTogether
151  {
153  };
154 
158  [attribute,bound] short PageHeaderOption;
159 
163  [attribute,bound] short PageFooterOption;
164 
165 
181  [attribute,bound] string Command;
182 
192  [attribute,bound] long CommandType;
193 
208  [attribute,bound] string Filter;
209 
220  [attribute,bound] boolean EscapeProcessing;
221 
224  [attribute,bound] com::sun::star::sdbc::XConnection ActiveConnection
225  {
227  };
228 
232  [attribute,bound] string DataSourceName;
233 
237  [attribute,bound] boolean ReportHeaderOn;
238 
242  [attribute,bound] boolean ReportFooterOn;
243 
247  [attribute,bound] boolean PageHeaderOn;
248 
252  [attribute,bound] boolean PageFooterOn;
253 
257 
263  [attribute,readonly] com::sun::star::report::XSection ReportHeader
264  {
266  };
267 
273  [attribute,readonly] com::sun::star::report::XSection PageHeader
274  {
276  };
277 
282 
288  [attribute,readonly] com::sun::star::report::XSection PageFooter
289  {
291  };
292 
298  [attribute,readonly] com::sun::star::report::XSection ReportFooter
299  {
301  };
302 };
303 
304 
305 }; }; }; };
306 
307 #endif
308 
309 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */