LibreOffice Module sw (master) 1
|
Public Member Functions | |
SwAnchorMarker (SdrHdl *pH) | |
const Point & | GetLastPos () const |
void | SetLastPos (const Point &rNew) |
void | SetPos (const Point &rNew) |
const Point & | GetHdlPos () const |
SdrHdl * | GetHdl () const |
void | ChgHdl (SdrHdl *pNew) |
Point | GetPosForHitTest (const OutputDevice &rOut) |
Private Attributes | |
SdrHdl * | m_pHdl |
Point | m_aHdlPos |
Point | m_aLastPos |
bool | m_bTopRightHandle |
Definition at line 212 of file edtwin.cxx.
|
inlineexplicit |
Definition at line 219 of file edtwin.cxx.
References Anchor_TR.
|
inline |
Definition at line 230 of file edtwin.cxx.
References SdrHdl::GetKind(), m_bTopRightHandle, and m_pHdl.
|
inline |
Definition at line 229 of file edtwin.cxx.
References m_pHdl.
|
inline |
Definition at line 228 of file edtwin.cxx.
References m_aHdlPos.
|
inline |
Definition at line 225 of file edtwin.cxx.
References m_aLastPos.
|
inline |
Definition at line 238 of file edtwin.cxx.
References SdrHdl::GetPos(), OutputDevice::LogicToPixel(), m_bTopRightHandle, m_pHdl, and OutputDevice::PixelToLogic().
|
inline |
Definition at line 226 of file edtwin.cxx.
References m_aLastPos.
|
inline |
Definition at line 227 of file edtwin.cxx.
References m_pHdl, and SdrHdl::SetPos().
|
private |
Definition at line 215 of file edtwin.cxx.
Referenced by GetHdlPos().
|
private |
Definition at line 216 of file edtwin.cxx.
Referenced by GetLastPos(), and SetLastPos().
|
private |
Definition at line 217 of file edtwin.cxx.
Referenced by ChgHdl(), and GetPosForHitTest().
|
private |
Definition at line 214 of file edtwin.cxx.
Referenced by ChgHdl(), GetHdl(), GetPosForHitTest(), and SetPos().