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

#include <htmlfly.hxx>

Collaboration diagram for SwHTMLPosFlyFrame:
[legend]

Public Member Functions

 SwHTMLPosFlyFrame (const SwPosFlyFrame &rPosFly, const SdrObject *pSdrObj, AllHtmlFlags nAllFlags)
 
bool operator< (const SwHTMLPosFlyFrame &) const
 
const SwFrameFormatGetFormat () const
 
const SdrObjectGetSdrObject () const
 
const SwNodeIndexGetNdIndex () const
 
sal_Int32 GetContentIndex () const
 
AllHtmlFlags const & GetOutMode () const
 
HtmlOut GetOutFn () const
 
HtmlPosition GetOutPos () const
 

Private Member Functions

 SwHTMLPosFlyFrame (const SwHTMLPosFlyFrame &)=delete
 
SwHTMLPosFlyFrameoperator= (const SwHTMLPosFlyFrame &)=delete
 

Private Attributes

const SwFrameFormatm_pFrameFormat
 
const SdrObjectm_pSdrObject
 
SwNodeIndex m_aNodeIndex
 
sal_uInt32 m_nOrdNum
 
sal_Int32 m_nContentIndex
 
AllHtmlFlags m_nAllFlags
 

Detailed Description

Definition at line 94 of file htmlfly.hxx.

Constructor & Destructor Documentation

◆ SwHTMLPosFlyFrame() [1/2]

SwHTMLPosFlyFrame::SwHTMLPosFlyFrame ( const SwHTMLPosFlyFrame )
privatedelete

◆ SwHTMLPosFlyFrame() [2/2]

SwHTMLPosFlyFrame::SwHTMLPosFlyFrame ( const SwPosFlyFrame rPosFly,
const SdrObject pSdrObj,
AllHtmlFlags  nAllFlags 
)

Member Function Documentation

◆ GetContentIndex()

sal_Int32 SwHTMLPosFlyFrame::GetContentIndex ( ) const
inline

Definition at line 116 of file htmlfly.hxx.

References m_nContentIndex.

Referenced by SwHTMLWriter::OutFlyFrame().

◆ GetFormat()

const SwFrameFormat & SwHTMLPosFlyFrame::GetFormat ( ) const
inline

Definition at line 113 of file htmlfly.hxx.

References m_pFrameFormat.

Referenced by SwHTMLWriter::OutFlyFrame().

◆ GetNdIndex()

const SwNodeIndex & SwHTMLPosFlyFrame::GetNdIndex ( ) const
inline

Definition at line 115 of file htmlfly.hxx.

References m_aNodeIndex.

Referenced by SwHTMLWriter::GetControls().

◆ GetOutFn()

HtmlOut SwHTMLPosFlyFrame::GetOutFn ( ) const
inline

Definition at line 118 of file htmlfly.hxx.

References m_nAllFlags, and AllHtmlFlags::nOut.

Referenced by SwHTMLWriter::GetControls(), and SwHTMLWriter::OutFlyFrame().

◆ GetOutMode()

AllHtmlFlags const & SwHTMLPosFlyFrame::GetOutMode ( ) const
inline

Definition at line 117 of file htmlfly.hxx.

References m_nAllFlags.

Referenced by SwHTMLWriter::OutFlyFrame().

◆ GetOutPos()

HtmlPosition SwHTMLPosFlyFrame::GetOutPos ( ) const
inline

Definition at line 119 of file htmlfly.hxx.

References m_nAllFlags, and AllHtmlFlags::nPosition.

Referenced by operator<(), SwHTMLWriter::OutFlyFrame(), and SwHTMLPosFlyFrame().

◆ GetSdrObject()

const SdrObject * SwHTMLPosFlyFrame::GetSdrObject ( ) const
inline

Definition at line 114 of file htmlfly.hxx.

References m_pSdrObject.

Referenced by SwHTMLWriter::GetControls(), and SwHTMLWriter::OutFlyFrame().

◆ operator<()

bool SwHTMLPosFlyFrame::operator< ( const SwHTMLPosFlyFrame rFrame) const

Definition at line 66 of file htmlfly.cxx.

References SwNodeIndex::GetIndex(), GetOutPos(), m_aNodeIndex, m_nContentIndex, and m_nOrdNum.

◆ operator=()

SwHTMLPosFlyFrame & SwHTMLPosFlyFrame::operator= ( const SwHTMLPosFlyFrame )
privatedelete

Member Data Documentation

◆ m_aNodeIndex

SwNodeIndex SwHTMLPosFlyFrame::m_aNodeIndex
private

Definition at line 98 of file htmlfly.hxx.

Referenced by GetNdIndex(), operator<(), and SwHTMLPosFlyFrame().

◆ m_nAllFlags

AllHtmlFlags SwHTMLPosFlyFrame::m_nAllFlags
private

Definition at line 101 of file htmlfly.hxx.

Referenced by GetOutFn(), GetOutMode(), and GetOutPos().

◆ m_nContentIndex

sal_Int32 SwHTMLPosFlyFrame::m_nContentIndex
private

Definition at line 100 of file htmlfly.hxx.

Referenced by GetContentIndex(), operator<(), and SwHTMLPosFlyFrame().

◆ m_nOrdNum

sal_uInt32 SwHTMLPosFlyFrame::m_nOrdNum
private

Definition at line 99 of file htmlfly.hxx.

Referenced by operator<().

◆ m_pFrameFormat

const SwFrameFormat* SwHTMLPosFlyFrame::m_pFrameFormat
private

Definition at line 96 of file htmlfly.hxx.

Referenced by GetFormat().

◆ m_pSdrObject

const SdrObject* SwHTMLPosFlyFrame::m_pSdrObject
private

Definition at line 97 of file htmlfly.hxx.

Referenced by GetSdrObject().


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