LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwPagePreviewPrtData Class Reference

#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
 

Detailed Description

Definition at line 25 of file pvprtdat.hxx.

Constructor & Destructor Documentation

◆ SwPagePreviewPrtData()

SwPagePreviewPrtData::SwPagePreviewPrtData ( )
inline

Definition at line 33 of file pvprtdat.hxx.

Member Function Documentation

◆ GetBottomSpace()

sal_Int32 SwPagePreviewPrtData::GetBottomSpace ( ) const
inline

Definition at line 48 of file pvprtdat.hxx.

References m_nBottomSpace.

Referenced by SwXTextDocument::getRenderer().

◆ GetCol()

sal_Int16 SwPagePreviewPrtData::GetCol ( ) const
inline

Definition at line 60 of file pvprtdat.hxx.

References m_nCol.

Referenced by SwXTextDocument::getRenderer().

◆ GetHorzSpace()

sal_Int32 SwPagePreviewPrtData::GetHorzSpace ( ) const
inline

Definition at line 51 of file pvprtdat.hxx.

References m_nHorzSpace.

Referenced by SwXTextDocument::getRenderer().

◆ GetLandscape()

bool SwPagePreviewPrtData::GetLandscape ( ) const
inline

Definition at line 63 of file pvprtdat.hxx.

References m_bLandscape.

Referenced by SwPagePreview::Execute(), and SwXTextDocument::getRenderer().

◆ GetLeftSpace()

sal_Int32 SwPagePreviewPrtData::GetLeftSpace ( ) const
inline

Definition at line 39 of file pvprtdat.hxx.

References m_nLeftSpace.

Referenced by SwXTextDocument::getRenderer().

◆ GetRightSpace()

sal_Int32 SwPagePreviewPrtData::GetRightSpace ( ) const
inline

Definition at line 42 of file pvprtdat.hxx.

References m_nRightSpace.

Referenced by SwXTextDocument::getRenderer().

◆ GetRow()

sal_Int16 SwPagePreviewPrtData::GetRow ( ) const
inline

Definition at line 57 of file pvprtdat.hxx.

References m_nRow.

Referenced by SwXTextDocument::getRenderer().

◆ GetTopSpace()

sal_Int32 SwPagePreviewPrtData::GetTopSpace ( ) const
inline

Definition at line 45 of file pvprtdat.hxx.

References m_nTopSpace.

Referenced by SwXTextDocument::getRenderer().

◆ GetVertSpace()

sal_Int32 SwPagePreviewPrtData::GetVertSpace ( ) const
inline

Definition at line 54 of file pvprtdat.hxx.

References m_nVertSpace.

Referenced by SwXTextDocument::getRenderer().

◆ SetBottomSpace()

void SwPagePreviewPrtData::SetBottomSpace ( sal_Int32  n)
inline

Definition at line 49 of file pvprtdat.hxx.

References m_nBottomSpace, and n.

◆ SetCol()

void SwPagePreviewPrtData::SetCol ( sal_Int16  n)
inline

Definition at line 61 of file pvprtdat.hxx.

References m_nCol, and n.

◆ SetHorzSpace()

void SwPagePreviewPrtData::SetHorzSpace ( sal_Int32  n)
inline

Definition at line 52 of file pvprtdat.hxx.

References m_nHorzSpace, and n.

◆ SetLandscape()

void SwPagePreviewPrtData::SetLandscape ( bool  b)
inline

Definition at line 64 of file pvprtdat.hxx.

References m_bLandscape.

◆ SetLeftSpace()

void SwPagePreviewPrtData::SetLeftSpace ( sal_Int32  n)
inline

Definition at line 40 of file pvprtdat.hxx.

References m_nLeftSpace, and n.

◆ SetRightSpace()

void SwPagePreviewPrtData::SetRightSpace ( sal_Int32  n)
inline

Definition at line 43 of file pvprtdat.hxx.

References m_nRightSpace, and n.

◆ SetRow()

void SwPagePreviewPrtData::SetRow ( sal_Int16  n)
inline

Definition at line 58 of file pvprtdat.hxx.

References m_nRow, and n.

◆ SetTopSpace()

void SwPagePreviewPrtData::SetTopSpace ( sal_Int32  n)
inline

Definition at line 46 of file pvprtdat.hxx.

References m_nTopSpace, and n.

◆ SetVertSpace()

void SwPagePreviewPrtData::SetVertSpace ( sal_Int32  n)
inline

Definition at line 55 of file pvprtdat.hxx.

References m_nVertSpace, and n.

Member Data Documentation

◆ m_bLandscape

bool SwPagePreviewPrtData::m_bLandscape
private

Definition at line 31 of file pvprtdat.hxx.

Referenced by GetLandscape(), and SetLandscape().

◆ m_nBottomSpace

sal_Int32 SwPagePreviewPrtData::m_nBottomSpace
private

Definition at line 28 of file pvprtdat.hxx.

Referenced by GetBottomSpace(), and SetBottomSpace().

◆ m_nCol

sal_Int16 SwPagePreviewPrtData::m_nCol
private

Definition at line 30 of file pvprtdat.hxx.

Referenced by GetCol(), and SetCol().

◆ m_nHorzSpace

sal_Int32 SwPagePreviewPrtData::m_nHorzSpace
private

Definition at line 29 of file pvprtdat.hxx.

Referenced by GetHorzSpace(), and SetHorzSpace().

◆ m_nLeftSpace

sal_Int32 SwPagePreviewPrtData::m_nLeftSpace
private

Definition at line 28 of file pvprtdat.hxx.

Referenced by GetLeftSpace(), and SetLeftSpace().

◆ m_nRightSpace

sal_Int32 SwPagePreviewPrtData::m_nRightSpace
private

Definition at line 28 of file pvprtdat.hxx.

Referenced by GetRightSpace(), and SetRightSpace().

◆ m_nRow

sal_Int16 SwPagePreviewPrtData::m_nRow
private

Definition at line 30 of file pvprtdat.hxx.

Referenced by GetRow(), and SetRow().

◆ m_nTopSpace

sal_Int32 SwPagePreviewPrtData::m_nTopSpace
private

Definition at line 28 of file pvprtdat.hxx.

Referenced by GetTopSpace(), and SetTopSpace().

◆ m_nVertSpace

sal_Int32 SwPagePreviewPrtData::m_nVertSpace
private

Definition at line 29 of file pvprtdat.hxx.

Referenced by GetVertSpace(), and SetVertSpace().


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