LibreOffice Module lotuswordpro (master) 1
|
point class More...
#include <lwpbasetype.hxx>
Public Member Functions | |
LwpPoint () | |
void | Read (LwpObjectStream *pStrm) |
@descr read point from object stream More... | |
void | Reset () |
@descr reset to zero More... | |
sal_Int32 | GetX () const |
sal_Int32 | GetY () const |
void | SetX (sal_Int32 nX) |
void | SetY (sal_Int32 nY) |
Private Attributes | |
sal_Int32 | m_nX |
sal_Int32 | m_nY |
point class
Definition at line 105 of file lwpbasetype.hxx.
LwpPoint::LwpPoint | ( | ) |
Definition at line 74 of file lwpbasetype.cxx.
References Reset().
|
inline |
Definition at line 111 of file lwpbasetype.hxx.
References m_nX.
Referenced by LwpSuperTableLayout::ApplyAlignment(), LwpSdwGroupLoaderV0102::BeginDrawObjects(), LwpGraphicObject::CreateGrafObject(), LwpFrameLayout::GetMaxWidth(), LwpFrame::IsLeftWider(), and LwpFrame::ParseAnchorType().
|
inline |
Definition at line 112 of file lwpbasetype.hxx.
References m_nY.
Referenced by LwpSdwGroupLoaderV0102::BeginDrawObjects(), LwpGraphicObject::CreateGrafObject(), and LwpFrame::ParseAnchorType().
void LwpPoint::Read | ( | LwpObjectStream * | pStrm | ) |
@descr read point from object stream
Definition at line 79 of file lwpbasetype.cxx.
References m_nX, m_nY, and LwpObjectStream::QuickReadInt32().
Referenced by LwpPlacableLayout::Read(), LwpLayoutGeometry::Read(), LwpLayoutScale::Read(), LwpPara::Read(), and LwpLayoutRelativityGuts::Read().
void LwpPoint::Reset | ( | void | ) |
|
inline |
Definition at line 121 of file lwpbasetype.hxx.
References m_nX.
Referenced by LwpLayoutRelativityGuts::LwpLayoutRelativityGuts().
|
inline |
Definition at line 122 of file lwpbasetype.hxx.
References m_nY.
Referenced by LwpLayoutRelativityGuts::LwpLayoutRelativityGuts().
|
private |
|
private |