LibreOffice Module sw (master) 1
|
#include <frmfmt.hxx>
Public Member Functions | |
WW8AnchorConvResult (WW8AnchorConv eHoriConv, WW8AnchorConv eVertConv) | |
Public Attributes | |
WW8AnchorConv | m_eHoriConv |
WW8AnchorConv | m_eVertConv |
bool | m_bConverted |
Point | m_aPos |
Definition at line 321 of file frmfmt.hxx.
|
inline |
Definition at line 327 of file frmfmt.hxx.
Point sw::WW8AnchorConvResult::m_aPos |
Definition at line 326 of file frmfmt.hxx.
Referenced by WinwordAnchoring::ConvertPosition(), and SwContact::SwClientNotify().
bool sw::WW8AnchorConvResult::m_bConverted |
Definition at line 325 of file frmfmt.hxx.
Referenced by WinwordAnchoring::ConvertPosition(), and SwContact::SwClientNotify().
WW8AnchorConv sw::WW8AnchorConvResult::m_eHoriConv |
Definition at line 323 of file frmfmt.hxx.
Referenced by SwContact::SwClientNotify().
WW8AnchorConv sw::WW8AnchorConvResult::m_eVertConv |
Definition at line 324 of file frmfmt.hxx.
Referenced by SwContact::SwClientNotify().