|
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::shared_ptr< std::vector< SCCOL > > | xPageEndX |
| std::shared_ptr< std::vector< SCROW > > | xPageEndY |
| std::shared_ptr< std::map< size_t, ScPageRowEntry > > | xPageRows |
Definition at line 184 of file printfun.hxx.
|
inline |
Definition at line 209 of file printfun.hxx.
| sc::PrintPageRangesInput ScPrintState::aPrintPageRangesInput |
Definition at line 202 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), and ScPrintFunc::ScPrintFunc().
| bool ScPrintState::bPrintAreaValid |
Definition at line 191 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), and ScPrintFunc::ScPrintFunc().
| bool ScPrintState::bSavedStateRanges |
Definition at line 201 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), and ScPrintFunc::ScPrintFunc().
| tools::Long ScPrintState::nDocPages |
Definition at line 198 of file printfun.hxx.
Referenced by ScPreview::CalcPages(), ScPreview::DoPrint(), ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
| SCCOL ScPrintState::nEndCol |
Definition at line 189 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
| SCROW ScPrintState::nEndRow |
Definition at line 190 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
| tools::Long ScPrintState::nPageStart |
Definition at line 197 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
| size_t ScPrintState::nPagesX |
Definition at line 193 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
| size_t ScPrintState::nPagesY |
Definition at line 194 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
| SCTAB ScPrintState::nPrintTab |
Definition at line 186 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
| SCCOL ScPrintState::nStartCol |
Definition at line 187 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
| SCROW ScPrintState::nStartRow |
Definition at line 188 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
| tools::Long ScPrintState::nTabPages |
Definition at line 195 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
| tools::Long ScPrintState::nTotalPages |
Definition at line 196 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
| size_t ScPrintState::nTotalY |
Definition at line 203 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), and ScPrintFunc::ScPrintFunc().
| sal_uInt16 ScPrintState::nZoom |
Definition at line 192 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), ScPrintFunc::ScPrintFunc(), and ScPreview::TestLastPage().
| std::shared_ptr<std::vector<SCCOL> > ScPrintState::xPageEndX |
Definition at line 205 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), and ScPrintFunc::ScPrintFunc().
| std::shared_ptr<std::vector<SCROW> > ScPrintState::xPageEndY |
Definition at line 206 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), and ScPrintFunc::ScPrintFunc().
| std::shared_ptr<std::map<size_t, ScPageRowEntry> > ScPrintState::xPageRows |
Definition at line 207 of file printfun.hxx.
Referenced by ScPrintFunc::GetPrintState(), and ScPrintFunc::ScPrintFunc().