LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
ZSortFly Class Reference

Helper to copy paragraph-bound Flys. More...

#include <mvsave.hxx>

Collaboration diagram for ZSortFly:
[legend]

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 SwFrameFormatGetFormat () const
 
const SwFormatAnchorGetAnchor () const
 

Private Attributes

const SwFrameFormatm_pFormat
 
const SwFormatAnchorm_pAnchor
 
sal_uInt32 m_nOrdNum
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ZSortFly()

ZSortFly::ZSortFly ( const SwFrameFormat pFrameFormat,
const SwFormatAnchor pFlyAnchor,
sal_uInt32  nArrOrdNum 
)

Member Function Documentation

◆ GetAnchor()

const SwFormatAnchor * ZSortFly::GetAnchor ( ) const
inline

Definition at line 177 of file mvsave.hxx.

References m_pAnchor.

◆ GetFormat()

const SwFrameFormat * ZSortFly::GetFormat ( ) const
inline

Definition at line 176 of file mvsave.hxx.

References m_pFormat.

◆ operator<()

bool ZSortFly::operator< ( const ZSortFly rCmp) const
inline

Definition at line 173 of file mvsave.hxx.

References m_nOrdNum.

◆ operator==()

bool ZSortFly::operator== ( const ZSortFly ) const
inline

Definition at line 172 of file mvsave.hxx.

Member Data Documentation

◆ m_nOrdNum

sal_uInt32 ZSortFly::m_nOrdNum
private

Definition at line 166 of file mvsave.hxx.

Referenced by operator<(), and ZSortFly().

◆ m_pAnchor

const SwFormatAnchor* ZSortFly::m_pAnchor
private

Definition at line 165 of file mvsave.hxx.

Referenced by GetAnchor().

◆ m_pFormat

const SwFrameFormat* ZSortFly::m_pFormat
private

Definition at line 164 of file mvsave.hxx.

Referenced by GetFormat(), and ZSortFly().


The documentation for this class was generated from the following files: