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

#include <layhelp.hxx>

Collaboration diagram for SwActualSection:
[legend]

Public Member Functions

 SwActualSection (SwActualSection *pUpper, SwSectionFrame *pSect, SwSectionNode *pNd)
 helper class to create not nested section frames for nested sections. More...
 
SwSectionFrameGetSectionFrame ()
 
void SetSectionFrame (SwSectionFrame *p)
 
SwSectionNodeGetSectionNode ()
 
void SetUpper (SwActualSection *p)
 
SwActualSectionGetUpper ()
 
void SetLastPos (SwFrame *p)
 
SwFrameGetLastPos () const
 

Private Attributes

SwActualSectionm_pUpper
 
SwSectionFramem_pSectFrame
 
SwFramem_pLastPos = nullptr
 
SwSectionNodem_pSectNode
 

Detailed Description

Definition at line 85 of file layhelp.hxx.

Constructor & Destructor Documentation

◆ SwActualSection()

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.

Member Function Documentation

◆ GetLastPos()

SwFrame * SwActualSection::GetLastPos ( ) const
inline

Definition at line 102 of file layhelp.hxx.

References m_pLastPos.

◆ GetSectionFrame()

SwSectionFrame * SwActualSection::GetSectionFrame ( )
inline

Definition at line 96 of file layhelp.hxx.

References m_pSectFrame.

◆ GetSectionNode()

SwSectionNode * SwActualSection::GetSectionNode ( )
inline

Definition at line 98 of file layhelp.hxx.

References m_pSectNode.

Referenced by InsertCnt_().

◆ GetUpper()

SwActualSection * SwActualSection::GetUpper ( )
inline

Definition at line 100 of file layhelp.hxx.

References m_pUpper.

◆ SetLastPos()

void SwActualSection::SetLastPos ( SwFrame p)
inline

Definition at line 101 of file layhelp.hxx.

References m_pLastPos, and p.

◆ SetSectionFrame()

void SwActualSection::SetSectionFrame ( SwSectionFrame p)
inline

Definition at line 97 of file layhelp.hxx.

References m_pSectFrame, and p.

◆ SetUpper()

void SwActualSection::SetUpper ( SwActualSection p)
inline

Definition at line 99 of file layhelp.hxx.

References m_pUpper, and p.

Referenced by InsertCnt_().

Member Data Documentation

◆ m_pLastPos

SwFrame* SwActualSection::m_pLastPos = nullptr
private

Definition at line 89 of file layhelp.hxx.

Referenced by GetLastPos(), and SetLastPos().

◆ m_pSectFrame

SwSectionFrame* SwActualSection::m_pSectFrame
private

Definition at line 88 of file layhelp.hxx.

Referenced by GetSectionFrame(), and SetSectionFrame().

◆ m_pSectNode

SwSectionNode* SwActualSection::m_pSectNode
private

Definition at line 90 of file layhelp.hxx.

Referenced by GetSectionNode(), and SwActualSection().

◆ m_pUpper

SwActualSection* SwActualSection::m_pUpper
private

Definition at line 87 of file layhelp.hxx.

Referenced by GetUpper(), and SetUpper().


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