LibreOffice Module sc (master) 1
|
#include <pagedata.hxx>
Public Member Functions | |
ScPrintRangeData () | |
~ScPrintRangeData () | |
void | SetPrintRange (const ScRange &rNew) |
const ScRange & | GetPrintRange () const |
void | SetPagesX (size_t nCount, const SCCOL *pEnd) |
void | SetPagesY (size_t nCount, const SCROW *pEnd) |
size_t | GetPagesX () const |
const SCCOL * | GetPageEndX () const |
size_t | GetPagesY () const |
const SCROW * | GetPageEndY () const |
void | SetFirstPage (tools::Long nNew) |
tools::Long | GetFirstPage () const |
void | SetTopDown (bool bSet) |
bool | IsTopDown () const |
void | SetAutomatic (bool bSet) |
bool | IsAutomatic () const |
Private Attributes | |
ScRange | aPrintRange |
std::vector< SCCOL > | mvPageEndX |
std::vector< SCROW > | mvPageEndY |
tools::Long | nFirstPage |
bool | bTopDown |
bool | bAutomatic |
Definition at line 27 of file pagedata.hxx.
ScPrintRangeData::ScPrintRangeData | ( | ) |
Definition at line 26 of file pagedata.cxx.
References bAutomatic, bTopDown, and nFirstPage.
ScPrintRangeData::~ScPrintRangeData | ( | ) |
Definition at line 32 of file pagedata.cxx.
|
inline |
Definition at line 55 of file pagedata.hxx.
References nFirstPage.
Referenced by ScGridWindow::DrawPagePreview().
|
inline |
Definition at line 50 of file pagedata.hxx.
References mvPageEndX.
Referenced by ScGridWindow::DrawPagePreview(), and ScGridWindow::HitPageBreak().
|
inline |
Definition at line 52 of file pagedata.hxx.
References mvPageEndY.
Referenced by ScGridWindow::DrawPagePreview(), and ScGridWindow::HitPageBreak().
|
inline |
Definition at line 49 of file pagedata.hxx.
References mvPageEndX.
Referenced by ScGridWindow::DrawPagePreview(), and ScGridWindow::HitPageBreak().
|
inline |
Definition at line 51 of file pagedata.hxx.
References mvPageEndY.
Referenced by ScGridWindow::DrawPagePreview(), and ScGridWindow::HitPageBreak().
|
inline |
Definition at line 44 of file pagedata.hxx.
References aPrintRange.
Referenced by ScGridWindow::DrawPagePreview(), ScGridWindow::HitPageBreak(), and ScOutputData::SetPagebreakMode().
|
inline |
Definition at line 59 of file pagedata.hxx.
References bAutomatic.
Referenced by ScGridWindow::DrawPagePreview().
|
inline |
Definition at line 57 of file pagedata.hxx.
References bTopDown.
Referenced by ScGridWindow::DrawPagePreview().
|
inline |
Definition at line 58 of file pagedata.hxx.
References bAutomatic.
Referenced by ScPrintFunc::FillPageData().
|
inline |
Definition at line 54 of file pagedata.hxx.
References nFirstPage.
void ScPrintRangeData::SetPagesX | ( | size_t | nCount, |
const SCCOL * | pEnd | ||
) |
Definition at line 36 of file pagedata.cxx.
References mvPageEndX, nCount, and pData.
Referenced by ScPrintFunc::FillPageData().
void ScPrintRangeData::SetPagesY | ( | size_t | nCount, |
const SCROW * | pEnd | ||
) |
Definition at line 42 of file pagedata.cxx.
References mvPageEndY, nCount, and pData.
Referenced by ScPrintFunc::FillPageData().
|
inline |
Definition at line 43 of file pagedata.hxx.
References aPrintRange.
Referenced by ScPrintFunc::FillPageData().
|
inline |
Definition at line 56 of file pagedata.hxx.
References bTopDown.
Referenced by ScPrintFunc::FillPageData().
|
private |
Definition at line 30 of file pagedata.hxx.
Referenced by GetPrintRange(), and SetPrintRange().
|
private |
Definition at line 37 of file pagedata.hxx.
Referenced by IsAutomatic(), ScPrintRangeData(), and SetAutomatic().
|
private |
Definition at line 36 of file pagedata.hxx.
Referenced by IsTopDown(), ScPrintRangeData(), and SetTopDown().
|
private |
Definition at line 32 of file pagedata.hxx.
Referenced by GetPageEndX(), GetPagesX(), and SetPagesX().
|
private |
Definition at line 34 of file pagedata.hxx.
Referenced by GetPageEndY(), GetPagesY(), and SetPagesY().
|
private |
Definition at line 35 of file pagedata.hxx.
Referenced by GetFirstPage(), ScPrintRangeData(), and SetFirstPage().