LibreOffice Module sc (master)
1
|
#include <printfun.hxx>
Public Member Functions | |
ScPrintState () | |
Public Attributes | |
SCTAB | nPrintTab |
SCCOL | nStartCol |
SCROW | nStartRow |
SCCOL | nEndCol |
SCROW | nEndRow |
bool | bPrintAreaValid |
sal_uInt16 | nZoom |
size_t | nPagesX |
size_t | nPagesY |
tools::Long | nTabPages |
tools::Long | nTotalPages |
tools::Long | nPageStart |
tools::Long | nDocPages |
bool | bSavedStateRanges |
sc::PrintPageRangesInput | aPrintPageRangesInput |
size_t | nTotalY |
std::vector< SCCOL > | aPageEndX |
std::vector< SCROW > | aPageEndY |
std::vector< ScPageRowEntry > | aPageRows |
Definition at line 146 of file printfun.hxx.
|
inline |
Definition at line 170 of file printfun.hxx.
std::vector<SCCOL> ScPrintState::aPageEndX |
Definition at line 166 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), and ScPrintFunc::ScPrintFunc().
std::vector<SCROW> ScPrintState::aPageEndY |
Definition at line 167 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), and ScPrintFunc::ScPrintFunc().
std::vector<ScPageRowEntry> ScPrintState::aPageRows |
Definition at line 168 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), and ScPrintFunc::ScPrintFunc().
sc::PrintPageRangesInput ScPrintState::aPrintPageRangesInput |
Definition at line 164 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), and ScPrintFunc::ScPrintFunc().
bool ScPrintState::bPrintAreaValid |
Definition at line 153 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), and ScPrintFunc::ScPrintFunc().
bool ScPrintState::bSavedStateRanges |
Definition at line 163 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), and ScPrintFunc::ScPrintFunc().
tools::Long ScPrintState::nDocPages |
Definition at line 160 of file printfun.hxx.
Referenced by ScPreview::CalcPages(), ScPreview::DoPrint(), ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
SCCOL ScPrintState::nEndCol |
Definition at line 151 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
SCROW ScPrintState::nEndRow |
Definition at line 152 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
tools::Long ScPrintState::nPageStart |
Definition at line 159 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
size_t ScPrintState::nPagesX |
Definition at line 155 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
size_t ScPrintState::nPagesY |
Definition at line 156 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
SCTAB ScPrintState::nPrintTab |
Definition at line 148 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
SCCOL ScPrintState::nStartCol |
Definition at line 149 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
SCROW ScPrintState::nStartRow |
Definition at line 150 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
tools::Long ScPrintState::nTabPages |
Definition at line 157 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
tools::Long ScPrintState::nTotalPages |
Definition at line 158 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
size_t ScPrintState::nTotalY |
Definition at line 165 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), and ScPrintFunc::ScPrintFunc().
sal_uInt16 ScPrintState::nZoom |
Definition at line 154 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().