LibreOffice Module sc (master) 1
|
#include <printfun.hxx>
Public Member Functions | |
PrintPageRangesInput () | |
PrintPageRangesInput (bool bSkipEmpty, bool bPrintArea, ScRange const &rRange, Size const &rDocSize) | |
bool | operator== (PrintPageRangesInput const &rInput) const |
PrintPageRangesInput & | operator= (PrintPageRangesInput const &rInput) |
SCROW | getStartRow () const |
SCROW | getEndRow () const |
SCCOL | getStartColumn () const |
SCCOL | getEndColumn () const |
SCTAB | getPrintTab () const |
Public Attributes | |
bool | m_bSkipEmpty |
bool | m_bPrintArea |
ScRange | m_aRange |
Size | m_aDocSize |
Definition at line 99 of file printfun.hxx.
|
inline |
Definition at line 106 of file printfun.hxx.
|
inline |
Definition at line 111 of file printfun.hxx.
|
inline |
Definition at line 152 of file printfun.hxx.
References ScRange::aEnd, ScAddress::Col(), and m_aRange.
Referenced by sc::PrintPageRanges::calculate().
|
inline |
Definition at line 142 of file printfun.hxx.
References ScRange::aEnd, m_aRange, and ScAddress::Row().
Referenced by sc::PrintPageRanges::calculate().
|
inline |
Definition at line 157 of file printfun.hxx.
References ScRange::aStart, m_aRange, and ScAddress::Tab().
Referenced by sc::PrintPageRanges::calculate().
|
inline |
Definition at line 147 of file printfun.hxx.
References ScRange::aStart, ScAddress::Col(), and m_aRange.
Referenced by sc::PrintPageRanges::calculate().
|
inline |
Definition at line 137 of file printfun.hxx.
References ScRange::aStart, m_aRange, and ScAddress::Row().
Referenced by sc::PrintPageRanges::calculate().
|
inline |
Definition at line 127 of file printfun.hxx.
References m_aDocSize, m_aRange, m_bPrintArea, and m_bSkipEmpty.
|
inline |
Definition at line 118 of file printfun.hxx.
References m_aDocSize, m_aRange, m_bPrintArea, and m_bSkipEmpty.
Size sc::PrintPageRangesInput::m_aDocSize |
Definition at line 104 of file printfun.hxx.
Referenced by sc::PrintPageRanges::calculate(), operator=(), and operator==().
ScRange sc::PrintPageRangesInput::m_aRange |
Definition at line 103 of file printfun.hxx.
Referenced by getEndColumn(), getEndRow(), getPrintTab(), getStartColumn(), getStartRow(), operator=(), and operator==().
bool sc::PrintPageRangesInput::m_bPrintArea |
Definition at line 102 of file printfun.hxx.
Referenced by sc::PrintPageRanges::calculate(), operator=(), and operator==().
bool sc::PrintPageRangesInput::m_bSkipEmpty |
Definition at line 101 of file printfun.hxx.
Referenced by sc::PrintPageRanges::calculate(), operator=(), and operator==().