LibreOffice Module sw (master) 1
|
Helper to copy paragraph-bound Flys. More...
#include <mvsave.hxx>
Public Member Functions | |
ZSortFly (const SwFrameFormat *pFrameFormat, const SwFormatAnchor *pFlyAnchor, sal_uInt32 nArrOrdNum) | |
bool | operator== (const ZSortFly &) const |
bool | operator< (const ZSortFly &rCmp) const |
const SwFrameFormat * | GetFormat () const |
const SwFormatAnchor * | GetAnchor () const |
Private Attributes | |
const SwFrameFormat * | m_pFormat |
const SwFormatAnchor * | m_pAnchor |
sal_uInt32 | m_nOrdNum |
Helper to copy paragraph-bound Flys.
By sorting by order number, we try to retain the layout.
Definition at line 162 of file mvsave.hxx.
ZSortFly::ZSortFly | ( | const SwFrameFormat * | pFrameFormat, |
const SwFormatAnchor * | pFlyAnchor, | ||
sal_uInt32 | nArrOrdNum | ||
) |
Definition at line 530 of file docdraw.cxx.
References m_nOrdNum, m_pFormat, RES_DRAWFRMFMT(), RES_FLYFRMFMT(), SAL_WARN_IF, and SwFormat::Which().
|
inline |
Definition at line 177 of file mvsave.hxx.
References m_pAnchor.
|
inline |
Definition at line 176 of file mvsave.hxx.
References m_pFormat.
|
inline |
Definition at line 173 of file mvsave.hxx.
References m_nOrdNum.
|
inline |
Definition at line 172 of file mvsave.hxx.
|
private |
Definition at line 166 of file mvsave.hxx.
Referenced by operator<(), and ZSortFly().
|
private |
Definition at line 165 of file mvsave.hxx.
Referenced by GetAnchor().
|
private |
Definition at line 164 of file mvsave.hxx.
Referenced by GetFormat(), and ZSortFly().