LibreOffice Module lotuswordpro (master) 1
|
#include <xfpoint.hxx>
Public Member Functions | |
XFPoint () | |
XFPoint (double x, double y) | |
void | SetX (double x) |
void | SetY (double y) |
double | GetX () const |
double | GetY () const |
Private Attributes | |
double | m_fX |
double | m_fY |
Definition at line 63 of file xfpoint.hxx.
|
inline |
Definition at line 66 of file xfpoint.hxx.
|
inline |
|
inline |
Definition at line 88 of file xfpoint.hxx.
References m_fX.
Referenced by XFDrawPolyline::CalcViewBox(), XFRect::GetX(), XFDrawLine::ToXml(), and XFDrawObject::ToXml().
|
inline |
Definition at line 93 of file xfpoint.hxx.
References m_fY.
Referenced by XFDrawPolyline::CalcViewBox(), XFRect::GetY(), XFDrawLine::ToXml(), and XFDrawObject::ToXml().
|
inline |
Definition at line 78 of file xfpoint.hxx.
Referenced by XFDrawLine::SetEndPoint(), XFDrawLine::SetStartPoint(), and XFRect::SetX().
|
inline |
Definition at line 83 of file xfpoint.hxx.
Referenced by XFDrawLine::SetEndPoint(), XFDrawLine::SetStartPoint(), and XFRect::SetY().
|
private |
Definition at line 99 of file xfpoint.hxx.
|
private |
Definition at line 100 of file xfpoint.hxx.