LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScPrintState Struct Reference

#include <printfun.hxx>

Collaboration diagram for ScPrintState:
[legend]

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
 

Detailed Description

Definition at line 184 of file printfun.hxx.

Constructor & Destructor Documentation

◆ ScPrintState()

ScPrintState::ScPrintState ( )
inline

Definition at line 209 of file printfun.hxx.

Member Data Documentation

◆ aPrintPageRangesInput

sc::PrintPageRangesInput ScPrintState::aPrintPageRangesInput

Definition at line 202 of file printfun.hxx.

Referenced by ScPrintFunc::GetPrintState(), and ScPrintFunc::ScPrintFunc().

◆ bPrintAreaValid

bool ScPrintState::bPrintAreaValid

Definition at line 191 of file printfun.hxx.

Referenced by ScPrintFunc::GetPrintState(), and ScPrintFunc::ScPrintFunc().

◆ bSavedStateRanges

bool ScPrintState::bSavedStateRanges

Definition at line 201 of file printfun.hxx.

Referenced by ScPrintFunc::GetPrintState(), and ScPrintFunc::ScPrintFunc().

◆ nDocPages

tools::Long ScPrintState::nDocPages

◆ nEndCol

SCCOL ScPrintState::nEndCol

◆ nEndRow

SCROW ScPrintState::nEndRow

◆ nPageStart

tools::Long ScPrintState::nPageStart

◆ nPagesX

size_t ScPrintState::nPagesX

◆ nPagesY

size_t ScPrintState::nPagesY

◆ nPrintTab

SCTAB ScPrintState::nPrintTab

◆ nStartCol

SCCOL ScPrintState::nStartCol

◆ nStartRow

SCROW ScPrintState::nStartRow

◆ nTabPages

tools::Long ScPrintState::nTabPages

◆ nTotalPages

tools::Long ScPrintState::nTotalPages

◆ nTotalY

size_t ScPrintState::nTotalY

Definition at line 203 of file printfun.hxx.

Referenced by ScPrintFunc::GetPrintState(), and ScPrintFunc::ScPrintFunc().

◆ nZoom

sal_uInt16 ScPrintState::nZoom

◆ xPageEndX

std::shared_ptr<std::vector<SCCOL> > ScPrintState::xPageEndX

Definition at line 205 of file printfun.hxx.

Referenced by ScPrintFunc::GetPrintState(), and ScPrintFunc::ScPrintFunc().

◆ xPageEndY

std::shared_ptr<std::vector<SCROW> > ScPrintState::xPageEndY

Definition at line 206 of file printfun.hxx.

Referenced by ScPrintFunc::GetPrintState(), and ScPrintFunc::ScPrintFunc().

◆ xPageRows

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().


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