LibreOffice Module lotuswordpro (master) 1
|
#include <lwpmargins.hxx>
Public Member Functions | |
LwpMargins () | |
void | Read (LwpObjectStream *pStrm) |
double | GetMarginsValue (sal_uInt8 nWhichSide) |
Private Attributes | |
sal_Int32 | m_nLeft |
sal_Int32 | m_nTop |
sal_Int32 | m_nRight |
sal_Int32 | m_nBottom |
Definition at line 68 of file lwpmargins.hxx.
|
inline |
Definition at line 71 of file lwpmargins.hxx.
|
inline |
Definition at line 89 of file lwpmargins.hxx.
References LwpTools::ConvertFromUnitsToMetric(), m_nBottom, m_nLeft, m_nRight, m_nTop, MARGIN_BOTTOM, MARGIN_LEFT, MARGIN_RIGHT, and MARGIN_TOP.
Referenced by LwpParaStyle::ApplyParaBorder(), LwpMiddleLayout::ExtMarginsValue(), and LwpMiddleLayout::MarginsValue().
|
inline |
Definition at line 73 of file lwpmargins.hxx.
References m_nBottom, m_nLeft, m_nRight, m_nTop, LwpObjectStream::QuickReadInt32(), and LwpObjectStream::SkipExtra().
Referenced by LwpLayoutMargins::Read().
|
private |
Definition at line 86 of file lwpmargins.hxx.
Referenced by GetMarginsValue(), and Read().
|
private |
Definition at line 83 of file lwpmargins.hxx.
Referenced by GetMarginsValue(), and Read().
|
private |
Definition at line 85 of file lwpmargins.hxx.
Referenced by GetMarginsValue(), and Read().
|
private |
Definition at line 84 of file lwpmargins.hxx.
Referenced by GetMarginsValue(), and Read().