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_Int16 | GetRow () const |
void | SetRow (sal_Int16 n) |
sal_Int16 | GetCol () const |
void | SetCol (sal_Int16 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_Int16 | m_nRow |
sal_Int16 | 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::getRenderer().
|
inline |
Definition at line 60 of file pvprtdat.hxx.
References m_nCol.
Referenced by SwXTextDocument::getRenderer().
|
inline |
Definition at line 51 of file pvprtdat.hxx.
References m_nHorzSpace.
Referenced by SwXTextDocument::getRenderer().
|
inline |
Definition at line 63 of file pvprtdat.hxx.
References m_bLandscape.
Referenced by SwPagePreview::Execute(), and SwXTextDocument::getRenderer().
|
inline |
Definition at line 39 of file pvprtdat.hxx.
References m_nLeftSpace.
Referenced by SwXTextDocument::getRenderer().
|
inline |
Definition at line 42 of file pvprtdat.hxx.
References m_nRightSpace.
Referenced by SwXTextDocument::getRenderer().
|
inline |
Definition at line 57 of file pvprtdat.hxx.
References m_nRow.
Referenced by SwXTextDocument::getRenderer().
|
inline |
Definition at line 45 of file pvprtdat.hxx.
References m_nTopSpace.
Referenced by SwXTextDocument::getRenderer().
|
inline |
Definition at line 54 of file pvprtdat.hxx.
References m_nVertSpace.
Referenced by SwXTextDocument::getRenderer().
|
inline |
Definition at line 49 of file pvprtdat.hxx.
References m_nBottomSpace, and n.
|
inline |
Definition at line 61 of file pvprtdat.hxx.
|
inline |
Definition at line 52 of file pvprtdat.hxx.
References m_nHorzSpace, and n.
|
inline |
Definition at line 64 of file pvprtdat.hxx.
References m_bLandscape.
|
inline |
Definition at line 40 of file pvprtdat.hxx.
References m_nLeftSpace, and n.
|
inline |
Definition at line 43 of file pvprtdat.hxx.
References m_nRightSpace, and n.
|
inline |
Definition at line 58 of file pvprtdat.hxx.
|
inline |
Definition at line 46 of file pvprtdat.hxx.
References m_nTopSpace, and n.
|
inline |
Definition at line 55 of file pvprtdat.hxx.
References m_nVertSpace, and n.
|
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(), and SetBottomSpace().
|
private |
Definition at line 30 of file pvprtdat.hxx.
|
private |
Definition at line 29 of file pvprtdat.hxx.
Referenced by GetHorzSpace(), and SetHorzSpace().
|
private |
Definition at line 28 of file pvprtdat.hxx.
Referenced by GetLeftSpace(), and SetLeftSpace().
|
private |
Definition at line 28 of file pvprtdat.hxx.
Referenced by GetRightSpace(), and SetRightSpace().
|
private |
Definition at line 30 of file pvprtdat.hxx.
|
private |
Definition at line 28 of file pvprtdat.hxx.
Referenced by GetTopSpace(), and SetTopSpace().
|
private |
Definition at line 29 of file pvprtdat.hxx.
Referenced by GetVertSpace(), and SetVertSpace().