LibreOffice Module sw (master)
1
|
#include <pvprtdat.hxx>
Public Member Functions | |
SwPagePreviewPrtData () | |
sal_Int32 | GetLeftSpace () const |
void | SetLeftSpace (sal_Int32 n) |
sal_Int32 | GetRightSpace () const |
void | SetRightSpace (sal_Int32 n) |
sal_Int32 | GetTopSpace () const |
void | SetTopSpace (sal_Int32 n) |
sal_Int32 | GetBottomSpace () const |
void | SetBottomSpace (sal_Int32 n) |
sal_Int32 | GetHorzSpace () const |
void | SetHorzSpace (sal_Int32 n) |
sal_Int32 | GetVertSpace () const |
void | SetVertSpace (sal_Int32 n) |
sal_uInt8 | GetRow () const |
void | SetRow (sal_uInt8 n) |
sal_uInt8 | GetCol () const |
void | SetCol (sal_uInt8 n) |
bool | GetLandscape () const |
void | SetLandscape (bool b) |
Private Attributes | |
sal_Int32 | m_nLeftSpace |
sal_Int32 | m_nRightSpace |
sal_Int32 | m_nTopSpace |
sal_Int32 | m_nBottomSpace |
sal_Int32 | m_nHorzSpace |
sal_Int32 | m_nVertSpace |
sal_uInt8 | m_nRow |
sal_uInt8 | m_nCol |
bool | m_bLandscape: 1 |
Definition at line 25 of file pvprtdat.hxx.
|
inline |
Definition at line 33 of file pvprtdat.hxx.
|
inline |
Definition at line 48 of file pvprtdat.hxx.
References m_nBottomSpace.
Referenced by SwXTextDocument::getPagePrintSettings(), and SwXTextDocument::getRenderer().
|
inline |
Definition at line 60 of file pvprtdat.hxx.
References m_nCol.
Referenced by SwXTextDocument::getPagePrintSettings(), and SwXTextDocument::getRenderer().
|
inline |
Definition at line 51 of file pvprtdat.hxx.
References m_nHorzSpace.
Referenced by SwXTextDocument::getPagePrintSettings(), and SwXTextDocument::getRenderer().
|
inline |
Definition at line 63 of file pvprtdat.hxx.
References m_bLandscape.
Referenced by SwPagePreview::Execute(), SwXTextDocument::getPagePrintSettings(), and SwXTextDocument::getRenderer().
|
inline |
Definition at line 39 of file pvprtdat.hxx.
References m_nLeftSpace.
Referenced by SwXTextDocument::getPagePrintSettings(), and SwXTextDocument::getRenderer().
|
inline |
Definition at line 42 of file pvprtdat.hxx.
References m_nRightSpace.
Referenced by SwXTextDocument::getPagePrintSettings(), and SwXTextDocument::getRenderer().
|
inline |
Definition at line 57 of file pvprtdat.hxx.
References m_nRow.
Referenced by SwXTextDocument::getPagePrintSettings(), and SwXTextDocument::getRenderer().
|
inline |
Definition at line 45 of file pvprtdat.hxx.
References m_nTopSpace.
Referenced by SwXTextDocument::getPagePrintSettings(), and SwXTextDocument::getRenderer().
|
inline |
Definition at line 54 of file pvprtdat.hxx.
References m_nVertSpace.
Referenced by SwXTextDocument::getPagePrintSettings(), and SwXTextDocument::getRenderer().
|
inline |
Definition at line 49 of file pvprtdat.hxx.
Referenced by SwXTextDocument::setPagePrintSettings().
Definition at line 61 of file pvprtdat.hxx.
Referenced by SwXTextDocument::setPagePrintSettings().
|
inline |
Definition at line 52 of file pvprtdat.hxx.
Referenced by SwXTextDocument::setPagePrintSettings().
|
inline |
Definition at line 64 of file pvprtdat.hxx.
References m_bLandscape.
Referenced by SwXTextDocument::setPagePrintSettings().
|
inline |
Definition at line 40 of file pvprtdat.hxx.
Referenced by SwXTextDocument::setPagePrintSettings().
|
inline |
Definition at line 43 of file pvprtdat.hxx.
Referenced by SwXTextDocument::setPagePrintSettings().
Definition at line 58 of file pvprtdat.hxx.
Referenced by SwXTextDocument::setPagePrintSettings().
|
inline |
Definition at line 46 of file pvprtdat.hxx.
Referenced by SwXTextDocument::setPagePrintSettings().
|
inline |
Definition at line 55 of file pvprtdat.hxx.
Referenced by SwXTextDocument::setPagePrintSettings().
|
private |
Definition at line 31 of file pvprtdat.hxx.
Referenced by GetLandscape(), and SetLandscape().
|
private |
Definition at line 28 of file pvprtdat.hxx.
Referenced by GetBottomSpace().
|
private |
Definition at line 30 of file pvprtdat.hxx.
Referenced by GetCol().
|
private |
Definition at line 28 of file pvprtdat.hxx.
Referenced by GetHorzSpace().
|
private |
Definition at line 28 of file pvprtdat.hxx.
Referenced by GetLeftSpace().
|
private |
Definition at line 28 of file pvprtdat.hxx.
Referenced by GetRightSpace().
|
private |
Definition at line 30 of file pvprtdat.hxx.
Referenced by GetRow().
|
private |
Definition at line 28 of file pvprtdat.hxx.
Referenced by GetTopSpace().
|
private |
Definition at line 28 of file pvprtdat.hxx.
Referenced by GetVertSpace().