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

#include <swdlgfact.hxx>

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

Public Member Functions

 AbstractNumFormatDlg_Impl (std::shared_ptr< SfxSingleTabDialogController > p)
 
virtual short Execute () override
 
virtual bool StartExecuteAsync (AsyncContext &rCtx) override
 
virtual const SfxItemSetGetOutputItemSet () const override
 
virtual void SetText (const OUString &rStr) override
 
virtual const SfxItemSetGetOutputItemSet () const=0
 
virtual void SetText (const OUString &rStr)=0
 

Private Attributes

std::shared_ptr< SfxSingleTabDialogControllerm_xDlg
 

Additional Inherited Members

- Protected Member Functions inherited from SfxAbstractDialog
virtual ~SfxAbstractDialog () override=default
 

Detailed Description

Definition at line 130 of file swdlgfact.hxx.

Constructor & Destructor Documentation

◆ AbstractNumFormatDlg_Impl()

AbstractNumFormatDlg_Impl::AbstractNumFormatDlg_Impl ( std::shared_ptr< SfxSingleTabDialogController p)
inlineexplicit

Definition at line 134 of file swdlgfact.hxx.

References p.

Member Function Documentation

◆ Execute()

short AbstractNumFormatDlg_Impl::Execute ( )
overridevirtual

Definition at line 115 of file swdlgfact.cxx.

References m_xDlg.

◆ GetOutputItemSet()

const SfxItemSet * AbstractNumFormatDlg_Impl::GetOutputItemSet ( ) const
overridevirtual

Implements SfxAbstractDialog.

Definition at line 386 of file swdlgfact.cxx.

References m_xDlg.

◆ SetText()

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

Implements SfxAbstractDialog.

Definition at line 396 of file swdlgfact.cxx.

References m_xDlg.

◆ StartExecuteAsync()

bool AbstractNumFormatDlg_Impl::StartExecuteAsync ( AsyncContext &  rCtx)
overridevirtual

Definition at line 120 of file swdlgfact.cxx.

References m_xDlg.

Member Data Documentation

◆ m_xDlg

std::shared_ptr<SfxSingleTabDialogController> AbstractNumFormatDlg_Impl::m_xDlg
private

Definition at line 132 of file swdlgfact.hxx.

Referenced by Execute(), GetOutputItemSet(), SetText(), and StartExecuteAsync().


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