LibreOffice Module sc (master)
1
|
#include <printfun.hxx>
Public Member Functions | |
PrintPageRangesInput () | |
Public Attributes | |
bool | m_bSkipEmpty |
bool | m_bPrintArea |
SCROW | m_nStartRow |
SCROW | m_nEndRow |
SCCOL | m_nStartCol |
SCCOL | m_nEndCol |
SCTAB | m_nPrintTab |
Size | m_aDocSize |
Definition at line 99 of file printfun.hxx.
|
inline |
Definition at line 110 of file printfun.hxx.
References false.
Size sc::PrintPageRangesInput::m_aDocSize |
Definition at line 108 of file printfun.hxx.
Referenced by sc::PrintPageRanges::checkIfAlreadyCalculatedAndSet().
bool sc::PrintPageRangesInput::m_bPrintArea |
Definition at line 102 of file printfun.hxx.
Referenced by sc::PrintPageRanges::checkIfAlreadyCalculatedAndSet().
bool sc::PrintPageRangesInput::m_bSkipEmpty |
Definition at line 101 of file printfun.hxx.
Referenced by sc::PrintPageRanges::checkIfAlreadyCalculatedAndSet().
SCCOL sc::PrintPageRangesInput::m_nEndCol |
Definition at line 106 of file printfun.hxx.
Referenced by sc::PrintPageRanges::checkIfAlreadyCalculatedAndSet().
SCROW sc::PrintPageRangesInput::m_nEndRow |
Definition at line 104 of file printfun.hxx.
Referenced by sc::PrintPageRanges::checkIfAlreadyCalculatedAndSet().
SCTAB sc::PrintPageRangesInput::m_nPrintTab |
Definition at line 107 of file printfun.hxx.
Referenced by sc::PrintPageRanges::checkIfAlreadyCalculatedAndSet().
SCCOL sc::PrintPageRangesInput::m_nStartCol |
Definition at line 105 of file printfun.hxx.
Referenced by sc::PrintPageRanges::checkIfAlreadyCalculatedAndSet().
SCROW sc::PrintPageRangesInput::m_nStartRow |
Definition at line 103 of file printfun.hxx.
Referenced by sc::PrintPageRanges::checkIfAlreadyCalculatedAndSet().