LibreOffice Module sc (master) 1
|
#include <printopt.hxx>
Public Member Functions | |
ScPrintOptions () | |
bool | GetSkipEmpty () const |
void | SetSkipEmpty (bool bVal) |
bool | GetAllSheets () const |
void | SetAllSheets (bool bVal) |
bool | GetForceBreaks () const |
void | SetForceBreaks (bool bVal) |
void | SetDefaults () |
bool | operator== (const ScPrintOptions &rOpt) const |
Private Attributes | |
bool | bSkipEmpty |
bool | bAllSheets |
bool | bForceBreaks |
Definition at line 26 of file printopt.hxx.
ScPrintOptions::ScPrintOptions | ( | ) |
Definition at line 31 of file printopt.cxx.
References SetDefaults().
|
inline |
Definition at line 38 of file printopt.hxx.
Referenced by ScPreview::CalcPages(), ScSpreadsheetSettings::getPropertyValue(), ScPrintCfg::ImplCommit(), ScTpPrintOptions::Reset(), ScPrintUIOptions::ScPrintUIOptions(), and ScPrintUIOptions::SetDefaults().
|
inline |
Definition at line 40 of file printopt.hxx.
Referenced by ScPrintCfg::ImplCommit(), ScPrintFunc::InitParam(), and ScTpPrintOptions::Reset().
|
inline |
Definition at line 36 of file printopt.hxx.
Referenced by ScSpreadsheetSettings::getPropertyValue(), ScPrintCfg::ImplCommit(), ScPrintFunc::InitParam(), ScTpPrintOptions::Reset(), ScPrintUIOptions::ScPrintUIOptions(), and ScPrintUIOptions::SetDefaults().
bool ScPrintOptions::operator== | ( | const ScPrintOptions & | rOpt | ) | const |
Definition at line 43 of file printopt.cxx.
References bAllSheets, bForceBreaks, and bSkipEmpty.
|
inline |
Definition at line 39 of file printopt.hxx.
Referenced by ScTpPrintOptions::FillItemSet(), ScModelObj::FillRenderMarkData(), ScPrintCfg::ReadCfg(), and ScSpreadsheetSettings::setPropertyValue().
void ScPrintOptions::SetDefaults | ( | ) |
Definition at line 36 of file printopt.cxx.
References bAllSheets, bForceBreaks, and bSkipEmpty.
Referenced by ScPrintOptions().
|
inline |
Definition at line 41 of file printopt.hxx.
Referenced by ScTpPrintOptions::FillItemSet(), and ScPrintCfg::ReadCfg().
|
inline |
Definition at line 37 of file printopt.hxx.
Referenced by ScTpPrintOptions::FillItemSet(), ScModelObj::FillRenderMarkData(), ScPrintCfg::ReadCfg(), and ScSpreadsheetSettings::setPropertyValue().
|
private |
Definition at line 30 of file printopt.hxx.
Referenced by operator==(), and SetDefaults().
|
private |
Definition at line 31 of file printopt.hxx.
Referenced by operator==(), and SetDefaults().
|
private |
Definition at line 29 of file printopt.hxx.
Referenced by operator==(), and SetDefaults().