LibreOffice Module sw (master) 1
|
#include <htmlfly.hxx>
Public Member Functions | |
SwHTMLPosFlyFrame (const SwPosFlyFrame &rPosFly, const SdrObject *pSdrObj, AllHtmlFlags nAllFlags) | |
bool | operator< (const SwHTMLPosFlyFrame &) const |
const SwFrameFormat & | GetFormat () const |
const SdrObject * | GetSdrObject () const |
const SwNodeIndex & | GetNdIndex () const |
sal_Int32 | GetContentIndex () const |
AllHtmlFlags const & | GetOutMode () const |
HtmlOut | GetOutFn () const |
HtmlPosition | GetOutPos () const |
Private Member Functions | |
SwHTMLPosFlyFrame (const SwHTMLPosFlyFrame &)=delete | |
SwHTMLPosFlyFrame & | operator= (const SwHTMLPosFlyFrame &)=delete |
Private Attributes | |
const SwFrameFormat * | m_pFrameFormat |
const SdrObject * | m_pSdrObject |
SwNodeIndex | m_aNodeIndex |
sal_uInt32 | m_nOrdNum |
sal_Int32 | m_nContentIndex |
AllHtmlFlags | m_nAllFlags |
Definition at line 94 of file htmlfly.hxx.
|
privatedelete |
SwHTMLPosFlyFrame::SwHTMLPosFlyFrame | ( | const SwPosFlyFrame & | rPosFly, |
const SdrObject * | pSdrObj, | ||
AllHtmlFlags | nAllFlags | ||
) |
Definition at line 33 of file htmlfly.cxx.
References SwFormat::GetAnchor(), SwFormatAnchor::GetAnchorContentOffset(), SwFormatAnchor::GetAnchorId(), SwFormatAnchor::GetAnchorNode(), SwNode::GetContentNode(), SwPosFlyFrame::GetFormat(), GetFormat(), SwFormat::GetHoriOrient(), SwNodeIndex::GetNode(), GetOutPos(), Inside, m_aNodeIndex, and m_nContentIndex.
|
inline |
Definition at line 116 of file htmlfly.hxx.
References m_nContentIndex.
Referenced by SwHTMLWriter::OutFlyFrame().
|
inline |
Definition at line 113 of file htmlfly.hxx.
References m_pFrameFormat.
Referenced by SwHTMLWriter::OutFlyFrame().
|
inline |
Definition at line 115 of file htmlfly.hxx.
References m_aNodeIndex.
Referenced by SwHTMLWriter::GetControls().
|
inline |
Definition at line 118 of file htmlfly.hxx.
References m_nAllFlags, and AllHtmlFlags::nOut.
Referenced by SwHTMLWriter::GetControls(), and SwHTMLWriter::OutFlyFrame().
|
inline |
Definition at line 117 of file htmlfly.hxx.
References m_nAllFlags.
Referenced by SwHTMLWriter::OutFlyFrame().
|
inline |
Definition at line 119 of file htmlfly.hxx.
References m_nAllFlags, and AllHtmlFlags::nPosition.
Referenced by operator<(), SwHTMLWriter::OutFlyFrame(), and SwHTMLPosFlyFrame().
|
inline |
Definition at line 114 of file htmlfly.hxx.
References m_pSdrObject.
Referenced by SwHTMLWriter::GetControls(), and SwHTMLWriter::OutFlyFrame().
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.
|
privatedelete |
|
private |
Definition at line 98 of file htmlfly.hxx.
Referenced by GetNdIndex(), operator<(), and SwHTMLPosFlyFrame().
|
private |
Definition at line 101 of file htmlfly.hxx.
Referenced by GetOutFn(), GetOutMode(), and GetOutPos().
|
private |
Definition at line 100 of file htmlfly.hxx.
Referenced by GetContentIndex(), operator<(), and SwHTMLPosFlyFrame().
|
private |
Definition at line 99 of file htmlfly.hxx.
Referenced by operator<().
|
private |
Definition at line 96 of file htmlfly.hxx.
Referenced by GetFormat().
|
private |
Definition at line 97 of file htmlfly.hxx.
Referenced by GetSdrObject().