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

#include <swhtml.hxx>

Collaboration diagram for SwHTMLTextFootnote:
[legend]

Public Member Functions

 SwHTMLTextFootnote (OUString rName, SwTextFootnote *pInTextFootnote)
 
const OUString & GetName () const
 
const SwNodeIndexGetStartNode () const
 

Private Attributes

OUString m_sName
 
SwTextFootnotem_pTextFootnote
 
std::unique_ptr< SvtDeleteListenerm_xDeleteListener
 

Detailed Description

Definition at line 1032 of file swhtml.hxx.

Constructor & Destructor Documentation

◆ SwHTMLTextFootnote()

SwHTMLTextFootnote::SwHTMLTextFootnote ( OUString  rName,
SwTextFootnote pInTextFootnote 
)
inline

Definition at line 1039 of file swhtml.hxx.

Member Function Documentation

◆ GetName()

const OUString & SwHTMLTextFootnote::GetName ( ) const
inline

Definition at line 1045 of file swhtml.hxx.

References m_sName.

◆ GetStartNode()

const SwNodeIndex * SwHTMLTextFootnote::GetStartNode ( ) const
inline

Definition at line 1049 of file swhtml.hxx.

References SwTextFootnote::GetStartNode(), m_pTextFootnote, and m_xDeleteListener.

Member Data Documentation

◆ m_pTextFootnote

SwTextFootnote* SwHTMLTextFootnote::m_pTextFootnote
private

Definition at line 1036 of file swhtml.hxx.

Referenced by GetStartNode().

◆ m_sName

OUString SwHTMLTextFootnote::m_sName
private

Definition at line 1035 of file swhtml.hxx.

Referenced by GetName().

◆ m_xDeleteListener

std::unique_ptr<SvtDeleteListener> SwHTMLTextFootnote::m_xDeleteListener
private

Definition at line 1037 of file swhtml.hxx.

Referenced by GetStartNode().


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