LibreOffice Module lotuswordpro (master) 1
Public Member Functions | Private Attributes | Friends | List of all members
XFMargins Class Reference

#include <xfmargins.hxx>

Public Member Functions

 XFMargins ()
 
void Reset ()
 
void SetLeft (double left)
 
void SetRight (double right)
 
void SetTop (double top)
 
void SetBottom (double bottom)
 
double GetLeft () const
 
double GetTop () const
 
void ToXml (IXFStream *pStrm)
 

Private Attributes

double m_fLeft
 
double m_fRight
 
double m_fTop
 
double m_fBottom
 
int m_nFlag
 

Friends

bool operator== (XFMargins const &indent1, XFMargins const &indent2)
 
bool operator!= (XFMargins const &indent1, XFMargins const &indent2)
 

Detailed Description

Definition at line 70 of file xfmargins.hxx.

Constructor & Destructor Documentation

◆ XFMargins()

XFMargins::XFMargins ( )

Definition at line 64 of file xfmargins.cxx.

References Reset().

Member Function Documentation

◆ GetLeft()

double XFMargins::GetLeft ( ) const
inline

Definition at line 120 of file xfmargins.hxx.

References m_fLeft.

Referenced by LwpParaStyle::ApplyTab().

◆ GetTop()

double XFMargins::GetTop ( ) const
inline

Definition at line 125 of file xfmargins.hxx.

References m_fTop.

Referenced by LwpPara::RegisterStyle().

◆ Reset()

void XFMargins::Reset ( void  )

Definition at line 69 of file xfmargins.cxx.

References m_fBottom, m_fLeft, m_fRight, m_fTop, and m_nFlag.

Referenced by XFMargins().

◆ SetBottom()

void XFMargins::SetBottom ( double  bottom)
inline

◆ SetLeft()

void XFMargins::SetLeft ( double  left)
inline

◆ SetRight()

void XFMargins::SetRight ( double  right)
inline

◆ SetTop()

void XFMargins::SetTop ( double  top)
inline

◆ ToXml()

void XFMargins::ToXml ( IXFStream pStrm)

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( XFMargins const &  indent1,
XFMargins const &  indent2 
)
friend

Definition at line 113 of file xfmargins.cxx.

◆ operator==

bool operator== ( XFMargins const &  indent1,
XFMargins const &  indent2 
)
friend

Definition at line 103 of file xfmargins.cxx.

Member Data Documentation

◆ m_fBottom

double XFMargins::m_fBottom
private

Definition at line 92 of file xfmargins.hxx.

Referenced by Reset(), SetBottom(), and ToXml().

◆ m_fLeft

double XFMargins::m_fLeft
private

Definition at line 89 of file xfmargins.hxx.

Referenced by GetLeft(), Reset(), SetLeft(), and ToXml().

◆ m_fRight

double XFMargins::m_fRight
private

Definition at line 90 of file xfmargins.hxx.

Referenced by Reset(), SetRight(), and ToXml().

◆ m_fTop

double XFMargins::m_fTop
private

Definition at line 91 of file xfmargins.hxx.

Referenced by GetTop(), Reset(), SetTop(), and ToXml().

◆ m_nFlag

int XFMargins::m_nFlag
private

Definition at line 93 of file xfmargins.hxx.

Referenced by Reset(), SetBottom(), SetLeft(), SetRight(), SetTop(), and ToXml().


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