LibreOffice Module lotuswordpro (master) 1
|
#include <xfrect.hxx>
Public Member Functions | |
XFRect () | |
XFRect (double x, double y, double width, double height) | |
void | SetX (double x) |
double | GetX () const |
void | SetY (double y) |
double | GetY () const |
void | SetWidth (double width) |
double | GetWidth () const |
void | SetHeight (double height) |
double | GetHeight () const |
void | SetStartPoint (const XFPoint &pt) |
void | SetSize (double width, double height) |
Private Attributes | |
XFPoint | m_aPoint |
double | m_fWidth |
double | m_fHeight |
Definition at line 65 of file xfrect.hxx.
|
inline |
Definition at line 68 of file xfrect.hxx.
|
inline |
|
inline |
Definition at line 115 of file xfrect.hxx.
References m_fHeight.
Referenced by XFFrame::StartFrame(), XFDrawObject::ToXml(), XFDrawPath::ToXml(), XFDrawPolygon::ToXml(), XFDrawPolyline::ToXml(), and XFImage::ToXml().
|
inline |
Definition at line 105 of file xfrect.hxx.
References m_fWidth.
Referenced by XFFrame::StartFrame(), XFDrawObject::ToXml(), XFDrawPath::ToXml(), XFDrawPolygon::ToXml(), XFDrawPolyline::ToXml(), and XFImage::ToXml().
|
inline |
Definition at line 85 of file xfrect.hxx.
References XFPoint::GetX(), and m_aPoint.
Referenced by XFFrame::StartFrame(), XFDrawObject::ToXml(), XFDrawPolygon::ToXml(), XFDrawPolyline::ToXml(), and XFImage::ToXml().
|
inline |
Definition at line 95 of file xfrect.hxx.
References XFPoint::GetY(), and m_aPoint.
Referenced by XFFrame::StartFrame(), XFDrawObject::ToXml(), XFDrawPolygon::ToXml(), XFDrawPolyline::ToXml(), and XFImage::ToXml().
|
inline |
Definition at line 110 of file xfrect.hxx.
References m_fHeight.
Referenced by XFFrame::SetHeight().
|
inline |
Definition at line 125 of file xfrect.hxx.
References m_fHeight, and m_fWidth.
Referenced by XFFrame::SetPosition(), and XFDrawRect::SetSize().
|
inline |
Definition at line 120 of file xfrect.hxx.
Referenced by XFFrame::SetPosition(), and XFDrawRect::SetStartPoint().
|
inline |
|
inline |
Definition at line 80 of file xfrect.hxx.
References m_aPoint, XFPoint::SetX(), and x.
Referenced by XFFrame::SetX().
|
inline |
Definition at line 90 of file xfrect.hxx.
References m_aPoint, XFPoint::SetY(), and y.
Referenced by XFFrame::SetY().
|
private |
Definition at line 132 of file xfrect.hxx.
Referenced by GetX(), GetY(), SetStartPoint(), SetX(), and SetY().
|
private |
Definition at line 134 of file xfrect.hxx.
Referenced by GetHeight(), SetHeight(), SetSize(), and XFRect().
|
private |
Definition at line 133 of file xfrect.hxx.
Referenced by GetWidth(), SetSize(), SetWidth(), and XFRect().