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 349 of file frmfmt.hxx.
|
inline |
Definition at line 355 of file frmfmt.hxx.
Point sw::WW8AnchorConvResult::m_aPos |
Definition at line 354 of file frmfmt.hxx.
Referenced by WinwordAnchoring::ConvertPosition(), and SwContact::SwClientNotify().
bool sw::WW8AnchorConvResult::m_bConverted |
Definition at line 353 of file frmfmt.hxx.
Referenced by WinwordAnchoring::ConvertPosition(), and SwContact::SwClientNotify().
WW8AnchorConv sw::WW8AnchorConvResult::m_eHoriConv |
Definition at line 351 of file frmfmt.hxx.
Referenced by SwContact::SwClientNotify().
WW8AnchorConv sw::WW8AnchorConvResult::m_eVertConv |
Definition at line 352 of file frmfmt.hxx.
Referenced by SwContact::SwClientNotify().