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

#include <swdlgfact.hxx>

Inheritance diagram for AbstractInsFootNoteDlg_Impl:
[legend]
Collaboration diagram for AbstractInsFootNoteDlg_Impl:
[legend]

Public Member Functions

 AbstractInsFootNoteDlg_Impl (std::unique_ptr< SwInsFootNoteDlg > p)
 
virtual short Execute () override
 
virtual OUString GetFontName () override
 
virtual bool IsEndNote () override
 
virtual OUString GetStr () override
 
virtual void SetHelpId (const OUString &sHelpId) override
 
virtual void SetText (const OUString &rStr) override
 
virtual OUString GetFontName ()=0
 
virtual bool IsEndNote ()=0
 
virtual OUString GetStr ()=0
 
virtual void SetHelpId (const OUString &sHelpId)=0
 
virtual void SetText (const OUString &rStr)=0
 
- Public Member Functions inherited from VclAbstractDialog
virtual short Execute ()=0
 
bool StartExecuteAsync (const std::function< void(sal_Int32)> &rEndDialogFn)
 
virtual bool StartExecuteAsync (AsyncContext &)
 
virtual std::vector< OUString > getAllPageUIXMLDescriptions () const
 
virtual bool selectPageByUIXMLDescription (const OUString &rUIXMLDescription)
 
virtual BitmapEx createScreenshot () const
 
virtual OUString GetScreenshotId () const
 
- Public Member Functions inherited from VclReferenceBase
void acquire () const
 
void release () const
 
sal_Int32 getRefCount () const
 
void disposeOnce ()
 
bool isDisposed () const
 

Private Attributes

std::unique_ptr< SwInsFootNoteDlgm_xDlg
 

Additional Inherited Members

- Protected Member Functions inherited from AbstractInsFootNoteDlg
virtual ~AbstractInsFootNoteDlg () override=default
 
- Protected Member Functions inherited from VclAbstractDialog
virtual ~VclAbstractDialog () override
 
- Protected Member Functions inherited from VclReferenceBase
 VclReferenceBase ()
 
virtual ~VclReferenceBase ()
 
virtual void dispose ()
 

Detailed Description

Definition at line 522 of file swdlgfact.hxx.

Constructor & Destructor Documentation

◆ AbstractInsFootNoteDlg_Impl()

AbstractInsFootNoteDlg_Impl::AbstractInsFootNoteDlg_Impl ( std::unique_ptr< SwInsFootNoteDlg p)
inlineexplicit

Definition at line 526 of file swdlgfact.hxx.

References p.

Member Function Documentation

◆ Execute()

short AbstractInsFootNoteDlg_Impl::Execute ( )
overridevirtual

Implements VclAbstractDialog.

Definition at line 265 of file swdlgfact.cxx.

References m_xDlg.

◆ GetFontName()

OUString AbstractInsFootNoteDlg_Impl::GetFontName ( )
overridevirtual

Implements AbstractInsFootNoteDlg.

Definition at line 630 of file swdlgfact.cxx.

References m_xDlg.

◆ GetStr()

OUString AbstractInsFootNoteDlg_Impl::GetStr ( )
overridevirtual

Implements AbstractInsFootNoteDlg.

Definition at line 670 of file swdlgfact.cxx.

References m_xDlg.

◆ IsEndNote()

bool AbstractInsFootNoteDlg_Impl::IsEndNote ( )
overridevirtual

Implements AbstractInsFootNoteDlg.

Definition at line 665 of file swdlgfact.cxx.

References m_xDlg.

◆ SetHelpId()

void AbstractInsFootNoteDlg_Impl::SetHelpId ( const OUString &  sHelpId)
overridevirtual

Implements AbstractInsFootNoteDlg.

Definition at line 675 of file swdlgfact.cxx.

References m_xDlg.

◆ SetText()

void AbstractInsFootNoteDlg_Impl::SetText ( const OUString &  rStr)
overridevirtual

Implements AbstractInsFootNoteDlg.

Definition at line 680 of file swdlgfact.cxx.

References m_xDlg.

Member Data Documentation

◆ m_xDlg

std::unique_ptr<SwInsFootNoteDlg> AbstractInsFootNoteDlg_Impl::m_xDlg
private

Definition at line 524 of file swdlgfact.hxx.

Referenced by Execute(), GetFontName(), GetStr(), IsEndNote(), SetHelpId(), and SetText().


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