LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwEndnoter Class Reference
Collaboration diagram for SwEndnoter:
[legend]

Public Member Functions

 SwEndnoter (SwLayouter *pLay)
 
void CollectEndnotes (SwSectionFrame *pSct)
 
void CollectEndnote (SwFootnoteFrame *pFootnote)
 
const SwSectionFrameGetSect () const
 
void InsertEndnotes ()
 
bool HasEndnotes () const
 

Private Attributes

SwLayouterm_pMaster
 
SwSectionFramem_pSect
 
std::unique_ptr< SwFootnoteFramesm_pEndArr
 

Detailed Description

Definition at line 48 of file layouter.cxx.

Constructor & Destructor Documentation

◆ SwEndnoter()

SwEndnoter::SwEndnoter ( SwLayouter pLay)
inlineexplicit

Definition at line 54 of file layouter.cxx.

Member Function Documentation

◆ CollectEndnote()

void SwEndnoter::CollectEndnote ( SwFootnoteFrame pFootnote)

◆ CollectEndnotes()

void SwEndnoter::CollectEndnotes ( SwSectionFrame pSct)

Definition at line 63 of file layouter.cxx.

References SwSectionFrame::CollectEndnotes(), m_pMaster, and m_pSect.

◆ GetSect()

const SwSectionFrame * SwEndnoter::GetSect ( ) const
inline

Definition at line 58 of file layouter.cxx.

References m_pSect.

◆ HasEndnotes()

bool SwEndnoter::HasEndnotes ( ) const
inline

Definition at line 60 of file layouter.cxx.

References m_pEndArr.

◆ InsertEndnotes()

void SwEndnoter::InsertEndnotes ( )

Member Data Documentation

◆ m_pEndArr

std::unique_ptr<SwFootnoteFrames> SwEndnoter::m_pEndArr
private

Definition at line 52 of file layouter.cxx.

Referenced by CollectEndnote(), HasEndnotes(), and InsertEndnotes().

◆ m_pMaster

SwLayouter* SwEndnoter::m_pMaster
private

Definition at line 50 of file layouter.cxx.

Referenced by CollectEndnotes().

◆ m_pSect

SwSectionFrame* SwEndnoter::m_pSect
private

Definition at line 51 of file layouter.cxx.

Referenced by CollectEndnotes(), GetSect(), and InsertEndnotes().


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