LibreOffice
LibreOffice 7.4 SDK API Reference
XGroup.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_XGroup_idl__
20 #define __com_sun_star_report_XGroup_idl__
21 
26 
27  module com { module sun { module star { module report {
28 
29 
35 interface XGroup
36 {
40 
44 
48 
51  interface XFunctionsSupplier;
52 
56  [attribute,bound] boolean SortAscending;
57 
60  [attribute,bound] boolean HeaderOn;
61 
64  [attribute,bound] boolean FooterOn;
65 
72  [attribute,readonly] XSection Header
73  {
75  };
76 
82  [attribute,readonly,bound] XSection Footer
83  {
85  };
86 
90  [attribute,bound] short GroupOn
91  {
93  };
94 
97  [attribute,bound] long GroupInterval;
98 
102  [attribute,bound] short KeepTogether
103  {
105  };
106 
111 
114  [attribute,bound] string Expression;
115 
118  [attribute,bound] boolean StartNewColumn;
119 
122  [attribute,bound] boolean ResetPageNumber;
123 };
124 
125 
126 }; }; }; };
127 
128 #endif
129 
130 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
is thrown by child access methods of collections, if the addressed child does not exist.
Definition: NoSuchElementException.idl:35
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:64
provides access to the parent of the object.
Definition: XChild.idl:37
allows to explicitly free resources and break cyclic references.
Definition: XComponent.idl:43
specifies the functions supplier which are located in a report definition or a group.
Definition: XFunctionsSupplier.idl:30
identifies a XGroup.
Definition: XGroup.idl:36
string Expression
Defines either a column name or an expression.
Definition: XGroup.idl:114
boolean FooterOn
Defines if a group has a footer.
Definition: XGroup.idl:64
com::sun::star::report::XGroups Groups
Specifies the parent of the group.
Definition: XGroup.idl:110
boolean SortAscending
Defines if the group is sorted ascending or descending.
Definition: XGroup.idl:51
long GroupInterval
Defines an interval value that rows are grouped by.
Definition: XGroup.idl:97
boolean ResetPageNumber
Specifies that the group header should always be printed on a new page and the reset of the page numb...
Definition: XGroup.idl:122
boolean StartNewColumn
Specifies that the group header should always be printed on a new column.
Definition: XGroup.idl:118
boolean HeaderOn
Defines if a group has a header.
Definition: XGroup.idl:60
This interface specifies the groups collections of the report definition.
Definition: XGroups.idl:36
identifies a XSection inside a report.
Definition: XSection.idl:44
Definition: Ambiguous.idl:22