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 * | pFrameFormat |
const SdrObject * | pSdrObject |
SwNodeIndex * | pNdIdx |
sal_uInt32 | nOrdNum |
sal_Int32 | nContentIdx |
AllHtmlFlags | nAllFlags |
Definition at line 96 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::GetAnchorId(), SwFormatAnchor::GetContentAnchor(), SwNode::GetContentNode(), SwPosFlyFrame::GetFormat(), SwFormat::GetHoriOrient(), SwIndex::GetIndex(), SwNodeIndex::GetNode(), GetOutPos(), Inside, SwPosition::nContent, nContentIdx, and pNdIdx.
|
inline |
Definition at line 118 of file htmlfly.hxx.
References nContentIdx.
Referenced by SwHTMLWriter::OutFlyFrame().
|
inline |
Definition at line 115 of file htmlfly.hxx.
References pFrameFormat.
Referenced by SwHTMLWriter::OutFlyFrame().
|
inline |
Definition at line 117 of file htmlfly.hxx.
References pNdIdx.
Referenced by SwHTMLWriter::GetControls().
|
inline |
Definition at line 120 of file htmlfly.hxx.
References AllHtmlFlags::nOut.
Referenced by SwHTMLWriter::GetControls(), and SwHTMLWriter::OutFlyFrame().
|
inline |
Definition at line 119 of file htmlfly.hxx.
References nAllFlags.
Referenced by SwHTMLWriter::OutFlyFrame().
|
inline |
Definition at line 121 of file htmlfly.hxx.
References AllHtmlFlags::nPosition.
Referenced by operator<(), SwHTMLWriter::OutFlyFrame(), and SwHTMLPosFlyFrame().
|
inline |
Definition at line 116 of file htmlfly.hxx.
References 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(), nContentIdx, nOrdNum, and pNdIdx.
|
privatedelete |
|
private |
Definition at line 103 of file htmlfly.hxx.
Referenced by GetOutMode().
|
private |
Definition at line 102 of file htmlfly.hxx.
Referenced by GetContentIndex(), operator<(), and SwHTMLPosFlyFrame().
|
private |
Definition at line 101 of file htmlfly.hxx.
Referenced by operator<().
|
private |
Definition at line 98 of file htmlfly.hxx.
Referenced by GetFormat().
|
private |
Definition at line 100 of file htmlfly.hxx.
Referenced by GetNdIndex(), operator<(), and SwHTMLPosFlyFrame().
|
private |
Definition at line 99 of file htmlfly.hxx.
Referenced by GetSdrObject().