LibreOffice Module sw (master) 1
|
#include <layhelp.hxx>
Public Member Functions | |
SwActualSection (SwActualSection *pUpper, SwSectionFrame *pSect, SwSectionNode *pNd) | |
helper class to create not nested section frames for nested sections. More... | |
SwSectionFrame * | GetSectionFrame () |
void | SetSectionFrame (SwSectionFrame *p) |
SwSectionNode * | GetSectionNode () |
void | SetUpper (SwActualSection *p) |
SwActualSection * | GetUpper () |
void | SetLastPos (SwFrame *p) |
SwFrame * | GetLastPos () const |
Private Attributes | |
SwActualSection * | m_pUpper |
SwSectionFrame * | m_pSectFrame |
SwFrame * | m_pLastPos = nullptr |
SwSectionNode * | m_pSectNode |
Definition at line 85 of file layhelp.hxx.
SwActualSection::SwActualSection | ( | SwActualSection * | pUpper, |
SwSectionFrame * | pSect, | ||
SwSectionNode * | pNd | ||
) |
helper class to create not nested section frames for nested sections.
Definition at line 454 of file laycache.cxx.
References SwNode::FindSectionNode(), SwFormat::GetContent(), SwFormatContent::GetContentIdx(), SwLayoutFrame::GetFormat(), SwNodeIndex::GetNode(), and m_pSectNode.
|
inline |
Definition at line 102 of file layhelp.hxx.
References m_pLastPos.
|
inline |
Definition at line 96 of file layhelp.hxx.
References m_pSectFrame.
|
inline |
|
inline |
Definition at line 100 of file layhelp.hxx.
References m_pUpper.
|
inline |
Definition at line 101 of file layhelp.hxx.
References m_pLastPos, and p.
|
inline |
Definition at line 97 of file layhelp.hxx.
References m_pSectFrame, and p.
|
inline |
|
private |
Definition at line 89 of file layhelp.hxx.
Referenced by GetLastPos(), and SetLastPos().
|
private |
Definition at line 88 of file layhelp.hxx.
Referenced by GetSectionFrame(), and SetSectionFrame().
|
private |
Definition at line 90 of file layhelp.hxx.
Referenced by GetSectionNode(), and SwActualSection().
|
private |
Definition at line 87 of file layhelp.hxx.
Referenced by GetUpper(), and SetUpper().