LibreOffice Module sc (master) 1
rowheightcontext.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
10#include <rowheightcontext.hxx>
11
12namespace sc {
13
15 double fPPTX, double fPPTY, const Fraction& rZoomX, const Fraction& rZoomY,
16 OutputDevice* pOutDev ) :
17 maHeights(nMaxRow, 0),
18 mfPPTX(fPPTX), mfPPTY(fPPTY),
19 maZoomX(rZoomX), maZoomY(rZoomY),
20 mpOutDev(pOutDev),
21 mnExtraHeight(0),
22 mbForceAutoSize(false) {}
23
25
27{
28 mnExtraHeight = nH;
29}
30
32{
34}
35
36}
37
38/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
RowHeightContext(SCROW nMaxRow, double fPPTX, double fPPTY, const Fraction &rZoomX, const Fraction &rZoomY, OutputDevice *pOutDev)
whether to set height to optimal even when the manual height flag is set.
void setExtraHeight(sal_uInt16 nH)
void setForceAutoSize(bool b)
CAUTION! The following defines must be in the same namespace as the respective type.
Definition: broadcast.cxx:15
sal_Int32 SCROW
Definition: types.hxx:17