LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScPrintOptions Class Reference

#include <printopt.hxx>

Inheritance diagram for ScPrintOptions:
[legend]

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
 

Detailed Description

Definition at line 26 of file printopt.hxx.

Constructor & Destructor Documentation

◆ ScPrintOptions()

ScPrintOptions::ScPrintOptions ( )

Definition at line 31 of file printopt.cxx.

References SetDefaults().

Member Function Documentation

◆ GetAllSheets()

bool ScPrintOptions::GetAllSheets ( ) const
inline

◆ GetForceBreaks()

bool ScPrintOptions::GetForceBreaks ( ) const
inline

◆ GetSkipEmpty()

bool ScPrintOptions::GetSkipEmpty ( ) const
inline

◆ operator==()

bool ScPrintOptions::operator== ( const ScPrintOptions rOpt) const

Definition at line 43 of file printopt.cxx.

References bAllSheets, bForceBreaks, and bSkipEmpty.

◆ SetAllSheets()

void ScPrintOptions::SetAllSheets ( bool  bVal)
inline

◆ SetDefaults()

void ScPrintOptions::SetDefaults ( )

Definition at line 36 of file printopt.cxx.

References bAllSheets, bForceBreaks, and bSkipEmpty.

Referenced by ScPrintOptions().

◆ SetForceBreaks()

void ScPrintOptions::SetForceBreaks ( bool  bVal)
inline

Definition at line 41 of file printopt.hxx.

Referenced by ScTpPrintOptions::FillItemSet(), and ScPrintCfg::ReadCfg().

◆ SetSkipEmpty()

void ScPrintOptions::SetSkipEmpty ( bool  bVal)
inline

Member Data Documentation

◆ bAllSheets

bool ScPrintOptions::bAllSheets
private

Definition at line 30 of file printopt.hxx.

Referenced by operator==(), and SetDefaults().

◆ bForceBreaks

bool ScPrintOptions::bForceBreaks
private

Definition at line 31 of file printopt.hxx.

Referenced by operator==(), and SetDefaults().

◆ bSkipEmpty

bool ScPrintOptions::bSkipEmpty
private

Definition at line 29 of file printopt.hxx.

Referenced by operator==(), and SetDefaults().


The documentation for this class was generated from the following files: