LibreOffice Module lotuswordpro (master) 1
|
#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) |
Definition at line 70 of file xfmargins.hxx.
XFMargins::XFMargins | ( | ) |
Definition at line 64 of file xfmargins.cxx.
References Reset().
|
inline |
Definition at line 120 of file xfmargins.hxx.
References m_fLeft.
Referenced by LwpParaStyle::ApplyTab().
|
inline |
Definition at line 125 of file xfmargins.hxx.
References m_fTop.
Referenced by LwpPara::RegisterStyle().
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().
|
inline |
Definition at line 114 of file xfmargins.hxx.
References bottom, m_fBottom, m_nFlag, and XFMARGINS_FLAG_BOTTOM.
Referenced by XFTableStyle::SetAlign(), XFHeaderStyle::SetMargins(), XFFrameStyle::SetMargins(), XFPageMaster::SetMargins(), and XFParaStyle::SetMargins().
|
inline |
Definition at line 96 of file xfmargins.hxx.
References left, m_fLeft, m_nFlag, and XFMARGINS_FLAG_LEFT.
Referenced by XFTableStyle::SetAlign(), XFHeaderStyle::SetMargins(), XFFooterStyle::SetMargins(), XFFrameStyle::SetMargins(), XFPageMaster::SetMargins(), and XFParaStyle::SetMargins().
|
inline |
Definition at line 102 of file xfmargins.hxx.
References m_fRight, m_nFlag, right, and XFMARGINS_FLAG_RIGHT.
Referenced by XFTableStyle::SetAlign(), XFHeaderStyle::SetMargins(), XFFooterStyle::SetMargins(), XFFrameStyle::SetMargins(), XFPageMaster::SetMargins(), and XFParaStyle::SetMargins().
|
inline |
Definition at line 108 of file xfmargins.hxx.
References m_fTop, m_nFlag, top, and XFMARGINS_FLAG_TOP.
Referenced by LwpPara::RegisterStyle(), XFTableStyle::SetAlign(), XFFooterStyle::SetMargins(), XFFrameStyle::SetMargins(), XFPageMaster::SetMargins(), and XFParaStyle::SetMargins().
void XFMargins::ToXml | ( | IXFStream * | pStrm | ) |
Definition at line 78 of file xfmargins.cxx.
References IXFAttrList::AddAttribute(), IXFStream::GetAttrList(), m_fBottom, m_fLeft, m_fRight, m_fTop, m_nFlag, XFMARGINS_FLAG_BOTTOM, XFMARGINS_FLAG_LEFT, XFMARGINS_FLAG_RIGHT, and XFMARGINS_FLAG_TOP.
Referenced by XFPageMaster::ToXml(), XFCellStyle::ToXml(), XFFrameStyle::ToXml(), XFHeaderStyle::ToXml(), XFImageStyle::ToXml(), XFTableStyle::ToXml(), and XFParaStyle::ToXml().
Definition at line 113 of file xfmargins.cxx.
Definition at line 103 of file xfmargins.cxx.
|
private |
Definition at line 92 of file xfmargins.hxx.
Referenced by Reset(), SetBottom(), and ToXml().
|
private |
|
private |
Definition at line 90 of file xfmargins.hxx.
Referenced by Reset(), SetRight(), and ToXml().
|
private |
|
private |
Definition at line 93 of file xfmargins.hxx.
Referenced by Reset(), SetBottom(), SetLeft(), SetRight(), SetTop(), and ToXml().