LibreOffice Module sc (master)
1
sc
source
core
data
pagepar.cxx
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
20
#include <
pagepar.hxx
>
21
22
// struct ScPageTableParam:
23
24
ScPageTableParam::ScPageTableParam
()
25
{
26
Reset
();
27
}
28
29
void
ScPageTableParam::Reset
()
30
{
31
bCellContent
=
true
;
32
bNotes
=
bGrid
=
bHeaders
=
bDrawings
=
33
bLeftRight
=
bScaleAll
=
bScaleTo
=
bScalePageNum
=
34
bFormulas
=
bNullVals
=
bSkipEmpty
=
bForceBreaks
=
false
;
35
bTopDown
=
bScaleNone
=
bCharts
=
bObjects
=
true
;
36
nScaleAll
= 100;
37
nScalePageNum
=
nScaleWidth
=
nScaleHeight
= 0;
38
nFirstPageNo
= 1;
39
}
40
41
// struct ScPageAreaParam:
42
43
ScPageAreaParam::ScPageAreaParam
()
44
{
45
Reset
();
46
}
47
48
void
ScPageAreaParam::Reset
()
49
{
50
bPrintArea
=
bRepeatRow
=
bRepeatCol
=
false
;
51
52
aPrintArea
=
ScRange
();
53
}
54
55
56
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ScRange
Definition:
address.hxx:495
pagepar.hxx
ScPageAreaParam::bPrintArea
bool bPrintArea
Definition:
pagepar.hxx:56
ScPageAreaParam::bRepeatRow
bool bRepeatRow
Definition:
pagepar.hxx:57
ScPageAreaParam::Reset
void Reset()
Definition:
pagepar.cxx:48
ScPageAreaParam::bRepeatCol
bool bRepeatCol
Definition:
pagepar.hxx:58
ScPageAreaParam::aPrintArea
ScRange aPrintArea
Definition:
pagepar.hxx:59
ScPageAreaParam::ScPageAreaParam
ScPageAreaParam()
Definition:
pagepar.cxx:43
ScPageTableParam::bScaleTo
bool bScaleTo
Definition:
pagepar.hxx:40
ScPageTableParam::nScaleHeight
sal_uInt16 nScaleHeight
Definition:
pagepar.hxx:45
ScPageTableParam::bFormulas
bool bFormulas
Definition:
pagepar.hxx:33
ScPageTableParam::nScaleAll
sal_uInt16 nScaleAll
Definition:
pagepar.hxx:43
ScPageTableParam::bSkipEmpty
bool bSkipEmpty
Definition:
pagepar.hxx:37
ScPageTableParam::bScalePageNum
bool bScalePageNum
Definition:
pagepar.hxx:41
ScPageTableParam::bNullVals
bool bNullVals
Definition:
pagepar.hxx:34
ScPageTableParam::bHeaders
bool bHeaders
Definition:
pagepar.hxx:29
ScPageTableParam::bDrawings
bool bDrawings
Definition:
pagepar.hxx:32
ScPageTableParam::bCharts
bool bCharts
Definition:
pagepar.hxx:30
ScPageTableParam::bLeftRight
bool bLeftRight
Definition:
pagepar.hxx:36
ScPageTableParam::ScPageTableParam
ScPageTableParam()
Definition:
pagepar.cxx:24
ScPageTableParam::Reset
void Reset()
Definition:
pagepar.cxx:29
ScPageTableParam::nScalePageNum
sal_uInt16 nScalePageNum
Definition:
pagepar.hxx:46
ScPageTableParam::bNotes
bool bNotes
Definition:
pagepar.hxx:27
ScPageTableParam::bScaleAll
bool bScaleAll
Definition:
pagepar.hxx:39
ScPageTableParam::bForceBreaks
bool bForceBreaks
Definition:
pagepar.hxx:42
ScPageTableParam::nScaleWidth
sal_uInt16 nScaleWidth
Definition:
pagepar.hxx:44
ScPageTableParam::bObjects
bool bObjects
Definition:
pagepar.hxx:31
ScPageTableParam::bCellContent
bool bCellContent
Definition:
pagepar.hxx:26
ScPageTableParam::bGrid
bool bGrid
Definition:
pagepar.hxx:28
ScPageTableParam::nFirstPageNo
sal_uInt16 nFirstPageNo
Definition:
pagepar.hxx:47
ScPageTableParam::bTopDown
bool bTopDown
Definition:
pagepar.hxx:35
ScPageTableParam::bScaleNone
bool bScaleNone
Definition:
pagepar.hxx:38
Generated on Sun Jul 30 2023 04:28:07 for LibreOffice Module sc (master) by
1.9.3