|
LibreOffice Module sw (master) 1
|
For querying current flys in document. More...
#include <flypos.hxx>
Public Member Functions | |
| SwPosFlyFrame (const SwNode &rNd, const SwFrameFormat *pFormat, sal_uInt16 nArrPos) | |
| const SwFrameFormat & | GetFormat () const |
| const SwNode & | GetNode () const |
| sal_uInt32 | GetOrdNum () const |
Private Attributes | |
| const SwFrameFormat * | m_pFrameFormat |
| FlyFrameFormat. More... | |
| const SwNode * | m_pNode |
| sal_uInt32 | m_nOrdNum |
For querying current flys in document.
Definition at line 30 of file flypos.hxx.
| SwPosFlyFrame::SwPosFlyFrame | ( | const SwNode & | rNd, |
| const SwFrameFormat * | pFormat, | ||
| sal_uInt16 | nArrPos | ||
| ) |
Definition at line 38 of file flypos.cxx.
References SwFormat::GetAnchor(), SwFormatAnchor::GetAnchorId(), IDocumentLayoutAccess::GetCurrentViewShell(), SwFormat::GetDoc(), SwDoc::getIDocumentLayoutAccess(), SwDoc::GetSpzFrameFormats(), m_nOrdNum, and SAL_MAX_UINT32.
|
inline |
Definition at line 39 of file flypos.hxx.
References m_pFrameFormat.
Referenced by SwHTMLPosFlyFrame::SwHTMLPosFlyFrame().
|
inline |
Definition at line 40 of file flypos.hxx.
References m_pNode.
Referenced by SwPosFlyFrameCmp::operator()().
|
inline |
Definition at line 41 of file flypos.hxx.
References m_nOrdNum.
Referenced by SwPosFlyFrameCmp::operator()().
|
private |
Definition at line 34 of file flypos.hxx.
Referenced by GetOrdNum(), and SwPosFlyFrame().
|
private |
|
private |
Definition at line 33 of file flypos.hxx.
Referenced by GetNode().