LibreOffice Module sc (master) 1
|
#include <rowheightcontext.hxx>
Public Member Functions | |
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. More... | |
~RowHeightContext () | |
double | getPPTX () const |
double | getPPTY () const |
const Fraction & | getZoomX () const |
const Fraction & | getZoomY () const |
OutputDevice * | getOutputDevice () |
void | setExtraHeight (sal_uInt16 nH) |
sal_uInt16 | getExtraHeight () const |
void | setForceAutoSize (bool b) |
bool | isForceAutoSize () const |
RowHeightsArray & | getHeightArray () |
Private Attributes | |
RowHeightsArray | maHeights |
double | mfPPTX |
double | mfPPTY |
Fraction | maZoomX |
Fraction | maZoomY |
VclPtr< OutputDevice > | mpOutDev |
sal_uInt16 | mnExtraHeight |
bool | mbForceAutoSize |
Definition at line 25 of file rowheightcontext.hxx.
sc::RowHeightContext::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.
Definition at line 14 of file rowheightcontext.cxx.
sc::RowHeightContext::~RowHeightContext | ( | ) |
Definition at line 24 of file rowheightcontext.cxx.
|
inline |
Definition at line 53 of file rowheightcontext.hxx.
Referenced by ScTable::SetOptimalHeight(), and ScTable::SetOptimalHeightOnly().
|
inline |
Definition at line 58 of file rowheightcontext.hxx.
Referenced by ScColumn::GetOptimalHeight().
|
inline |
Definition at line 50 of file rowheightcontext.hxx.
Referenced by ScColumn::GetOptimalHeight().
|
inline |
Definition at line 45 of file rowheightcontext.hxx.
Referenced by ScColumn::GetOptimalHeight().
|
inline |
Definition at line 46 of file rowheightcontext.hxx.
Referenced by ScColumn::GetOptimalHeight(), and ScTable::SetOptimalHeight().
|
inline |
Definition at line 47 of file rowheightcontext.hxx.
Referenced by ScColumn::GetOptimalHeight().
|
inline |
Definition at line 48 of file rowheightcontext.hxx.
Referenced by ScColumn::GetOptimalHeight().
|
inline |
Definition at line 56 of file rowheightcontext.hxx.
Referenced by ScColumn::GetOptimalHeight(), ScTable::SetOptimalHeight(), and ScTable::SetOptimalHeightOnly().
void sc::RowHeightContext::setExtraHeight | ( | sal_uInt16 | nH | ) |
Definition at line 26 of file rowheightcontext.cxx.
References mnExtraHeight.
Referenced by ScViewFunc::SetWidthOrHeight(), and ScEEImport::WriteToDocument().
void sc::RowHeightContext::setForceAutoSize | ( | bool | b | ) |
Definition at line 31 of file rowheightcontext.cxx.
References mbForceAutoSize.
Referenced by ScViewFunc::SetWidthOrHeight(), and ScDocFunc::SetWidthOrHeight().
|
private |
Definition at line 27 of file rowheightcontext.hxx.
|
private |
Definition at line 31 of file rowheightcontext.hxx.
|
private |
Definition at line 32 of file rowheightcontext.hxx.
|
private |
Definition at line 36 of file rowheightcontext.hxx.
Referenced by setForceAutoSize().
|
private |
Definition at line 29 of file rowheightcontext.hxx.
|
private |
Definition at line 30 of file rowheightcontext.hxx.
|
private |
Definition at line 35 of file rowheightcontext.hxx.
Referenced by setExtraHeight().
|
private |
Definition at line 33 of file rowheightcontext.hxx.