|
LibreOffice Module sc (master) 1
|
#include <pagepar.hxx>
Public Member Functions | |
| ScPageAreaParam () | |
| void | Reset () |
Public Attributes | |
| bool | bPrintArea |
| bool | bRepeatRow |
| bool | bRepeatCol |
| ScRange | aPrintArea |
Definition at line 54 of file pagepar.hxx.
| ScPageAreaParam::ScPageAreaParam | ( | ) |
Definition at line 43 of file pagepar.cxx.
References Reset().
| void ScPageAreaParam::Reset | ( | void | ) |
Definition at line 48 of file pagepar.cxx.
References aPrintArea, bPrintArea, bRepeatCol, and bRepeatRow.
Referenced by ScPageAreaParam().
| ScRange ScPageAreaParam::aPrintArea |
Definition at line 59 of file pagepar.hxx.
Referenced by ScPrintFunc::CountPages(), ScPrintFunc::InitParam(), and Reset().
| bool ScPageAreaParam::bPrintArea |
Definition at line 56 of file pagepar.hxx.
Referenced by ScPrintFunc::CalcPages(), ScPrintFunc::CountNotePages(), ScPrintFunc::CountPages(), ScPrintFunc::FillPageData(), ScPrintFunc::InitParam(), and Reset().
| bool ScPageAreaParam::bRepeatCol |
Definition at line 58 of file pagepar.hxx.
Referenced by ScPrintFunc::InitParam(), ScPrintFunc::PrintPage(), and Reset().
| bool ScPageAreaParam::bRepeatRow |
Definition at line 57 of file pagepar.hxx.
Referenced by ScPrintFunc::InitParam(), ScPrintFunc::PrintPage(), and Reset().