LibreOffice Module reportdesign (master)
1
reportdesign
source
inc
GroupProperties.hxx
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 INCLUDED_REPORTDESIGN_SOURCE_INC_GROUPPROPERTIES_HXX
20
#define INCLUDED_REPORTDESIGN_SOURCE_INC_GROUPPROPERTIES_HXX
21
22
#include <rtl/ustring.hxx>
23
24
namespace
rptshared
25
{
28
struct
GroupProperties
29
{
30
sal_Int32
m_nGroupInterval
;
31
OUString
m_sExpression
;
32
sal_Int16
m_nGroupOn
;
33
sal_Int16
m_nKeepTogether
;
34
bool
m_eSortAscending
;
35
bool
m_bStartNewColumn
;
36
bool
m_bResetPageNumber
;
37
38
GroupProperties
()
39
:
m_nGroupInterval
(1)
40
,
m_nGroupOn
(0)
41
,
m_nKeepTogether
(0)
42
,
m_eSortAscending
(true)
43
,
m_bStartNewColumn
(false)
44
,
m_bResetPageNumber
(false)
45
{}
46
};
47
}
48
#endif
// INCLUDED_REPORTDESIGN_SOURCE_INC_GROUPPROPERTIES_HXX
49
50
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
rptshared
Definition:
GroupProperties.hxx:25
rptshared::GroupProperties
struct for the group properties
Definition:
GroupProperties.hxx:29
rptshared::GroupProperties::m_eSortAscending
bool m_eSortAscending
Definition:
GroupProperties.hxx:34
rptshared::GroupProperties::m_sExpression
OUString m_sExpression
Definition:
GroupProperties.hxx:31
rptshared::GroupProperties::m_nGroupOn
sal_Int16 m_nGroupOn
Definition:
GroupProperties.hxx:32
rptshared::GroupProperties::m_nKeepTogether
sal_Int16 m_nKeepTogether
Definition:
GroupProperties.hxx:33
rptshared::GroupProperties::m_nGroupInterval
sal_Int32 m_nGroupInterval
Definition:
GroupProperties.hxx:30
rptshared::GroupProperties::m_bResetPageNumber
bool m_bResetPageNumber
Definition:
GroupProperties.hxx:36
rptshared::GroupProperties::GroupProperties
GroupProperties()
Definition:
GroupProperties.hxx:38
rptshared::GroupProperties::m_bStartNewColumn
bool m_bStartNewColumn
Definition:
GroupProperties.hxx:35
Generated on Sun Jul 30 2023 04:42:19 for LibreOffice Module reportdesign (master) by
1.9.3