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

Stores the selection in the ScPrintFuncCache so it is only used for the same selection again. More...

#include <pfuncache.hxx>

Collaboration diagram for ScPrintSelectionStatus:
[legend]

Public Member Functions

 ScPrintSelectionStatus ()
 
void SetMode (ScPrintSelectionMode eNew)
 
void SetRanges (const ScRangeList &rNew)
 
void SetOptions (const ScPrintOptions &rNew)
 
bool operator== (const ScPrintSelectionStatus &rOther) const
 
ScPrintSelectionMode GetMode () const
 
const ScPrintOptionsGetOptions () const
 

Private Attributes

ScPrintSelectionMode eMode
 
ScRangeList aRanges
 
ScPrintOptions aOptions
 

Detailed Description

Stores the selection in the ScPrintFuncCache so it is only used for the same selection again.

Definition at line 45 of file pfuncache.hxx.

Constructor & Destructor Documentation

◆ ScPrintSelectionStatus()

ScPrintSelectionStatus::ScPrintSelectionStatus ( )
inline

Definition at line 52 of file pfuncache.hxx.

References Invalid.

Member Function Documentation

◆ GetMode()

ScPrintSelectionMode ScPrintSelectionStatus::GetMode ( ) const
inline

Definition at line 61 of file pfuncache.hxx.

References eMode.

Referenced by lcl_renderSelectionToGraphic(), and ScModelObj::render().

◆ GetOptions()

const ScPrintOptions & ScPrintSelectionStatus::GetOptions ( ) const
inline

◆ operator==()

bool ScPrintSelectionStatus::operator== ( const ScPrintSelectionStatus rOther) const
inline

Definition at line 58 of file pfuncache.hxx.

References aOptions, aRanges, and eMode.

◆ SetMode()

void ScPrintSelectionStatus::SetMode ( ScPrintSelectionMode  eNew)
inline

Definition at line 54 of file pfuncache.hxx.

References eMode.

Referenced by ScModelObj::FillRenderMarkData().

◆ SetOptions()

void ScPrintSelectionStatus::SetOptions ( const ScPrintOptions rNew)
inline

Definition at line 56 of file pfuncache.hxx.

References aOptions.

Referenced by ScModelObj::FillRenderMarkData().

◆ SetRanges()

void ScPrintSelectionStatus::SetRanges ( const ScRangeList rNew)
inline

Definition at line 55 of file pfuncache.hxx.

References aRanges.

Referenced by ScModelObj::FillRenderMarkData().

Member Data Documentation

◆ aOptions

ScPrintOptions ScPrintSelectionStatus::aOptions
private

Definition at line 49 of file pfuncache.hxx.

Referenced by GetOptions(), operator==(), and SetOptions().

◆ aRanges

ScRangeList ScPrintSelectionStatus::aRanges
private

Definition at line 48 of file pfuncache.hxx.

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

◆ eMode

ScPrintSelectionMode ScPrintSelectionStatus::eMode
private

Definition at line 47 of file pfuncache.hxx.

Referenced by GetMode(), operator==(), and SetMode().


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