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

For querying current flys in document. More...

#include <flypos.hxx>

Collaboration diagram for SwPosFlyFrame:
[legend]

Public Member Functions

 SwPosFlyFrame (const SwNode &rNd, const SwFrameFormat *pFormat, sal_uInt16 nArrPos)
 
const SwFrameFormatGetFormat () const
 
const SwNodeGetNode () const
 
sal_uInt32 GetOrdNum () const
 

Private Attributes

const SwFrameFormatm_pFrameFormat
 FlyFrameFormat. More...
 
const SwNodem_pNode
 
sal_uInt32 m_nOrdNum
 

Detailed Description

For querying current flys in document.

Definition at line 30 of file flypos.hxx.

Constructor & Destructor Documentation

◆ SwPosFlyFrame()

SwPosFlyFrame::SwPosFlyFrame ( const SwNode rNd,
const SwFrameFormat pFormat,
sal_uInt16  nArrPos 
)

Member Function Documentation

◆ GetFormat()

const SwFrameFormat & SwPosFlyFrame::GetFormat ( ) const
inline

Definition at line 39 of file flypos.hxx.

References m_pFrameFormat.

Referenced by SwHTMLPosFlyFrame::SwHTMLPosFlyFrame().

◆ GetNode()

const SwNode & SwPosFlyFrame::GetNode ( ) const
inline

Definition at line 40 of file flypos.hxx.

References m_pNode.

Referenced by SwPosFlyFrameCmp::operator()().

◆ GetOrdNum()

sal_uInt32 SwPosFlyFrame::GetOrdNum ( ) const
inline

Definition at line 41 of file flypos.hxx.

References m_nOrdNum.

Referenced by SwPosFlyFrameCmp::operator()().

Member Data Documentation

◆ m_nOrdNum

sal_uInt32 SwPosFlyFrame::m_nOrdNum
private

Definition at line 34 of file flypos.hxx.

Referenced by GetOrdNum(), and SwPosFlyFrame().

◆ m_pFrameFormat

const SwFrameFormat* SwPosFlyFrame::m_pFrameFormat
private

FlyFrameFormat.

Definition at line 32 of file flypos.hxx.

Referenced by GetFormat().

◆ m_pNode

const SwNode* SwPosFlyFrame::m_pNode
private

Definition at line 33 of file flypos.hxx.

Referenced by GetNode().


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