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

#include <swdlgfact.hxx>

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

Public Member Functions

 AbstractTabController_Impl (std::shared_ptr< SfxTabDialogController > p)
 
virtual short Execute () override
 
virtual bool StartExecuteAsync (AsyncContext &rCtx) override
 
virtual void SetCurPageId (const OUString &rName) override
 
virtual const SfxItemSetGetOutputItemSet () const override
 
virtual WhichRangesContainer GetInputRanges (const SfxItemPool &pItem) override
 
virtual void SetInputSet (const SfxItemSet *pInSet) override
 
virtual void SetText (const OUString &rStr) override
 
virtual void SetCurPageId (const OUString &rName)=0
 
virtual WhichRangesContainer GetInputRanges (const SfxItemPool &)=0
 
virtual void SetInputSet (const SfxItemSet *pInSet)=0
 
virtual const SfxItemSetGetOutputItemSet () const=0
 
virtual void SetText (const OUString &rStr)=0
 

Protected Attributes

std::shared_ptr< SfxTabDialogControllerm_xDlg
 

Additional Inherited Members

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

Detailed Description

Definition at line 284 of file swdlgfact.hxx.

Constructor & Destructor Documentation

◆ AbstractTabController_Impl()

AbstractTabController_Impl::AbstractTabController_Impl ( std::shared_ptr< SfxTabDialogController p)
inlineexplicit

Definition at line 289 of file swdlgfact.hxx.

References p.

Member Function Documentation

◆ Execute()

short AbstractTabController_Impl::Execute ( )
overridevirtual

Definition at line 185 of file swdlgfact.cxx.

References m_xDlg.

◆ GetInputRanges()

WhichRangesContainer AbstractTabController_Impl::GetInputRanges ( const SfxItemPool pItem)
overridevirtual

Implements SfxAbstractTabDialog.

Definition at line 335 of file swdlgfact.cxx.

References m_xDlg.

◆ GetOutputItemSet()

const SfxItemSet * AbstractTabController_Impl::GetOutputItemSet ( ) const
overridevirtual

Implements SfxAbstractDialog.

Definition at line 330 of file swdlgfact.cxx.

References m_xDlg.

◆ SetCurPageId()

void AbstractTabController_Impl::SetCurPageId ( const OUString &  rName)
overridevirtual

Implements SfxAbstractTabDialog.

Definition at line 325 of file swdlgfact.cxx.

References m_xDlg.

◆ SetInputSet()

void AbstractTabController_Impl::SetInputSet ( const SfxItemSet pInSet)
overridevirtual

Implements SfxAbstractTabDialog.

Definition at line 340 of file swdlgfact.cxx.

References m_xDlg.

◆ SetText()

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

Implements SfxAbstractDialog.

Definition at line 351 of file swdlgfact.cxx.

References m_xDlg.

◆ StartExecuteAsync()

bool AbstractTabController_Impl::StartExecuteAsync ( AsyncContext &  rCtx)
overridevirtual

Definition at line 345 of file swdlgfact.cxx.

References m_xDlg, and SfxTabDialogController::runAsync().

Member Data Documentation

◆ m_xDlg

std::shared_ptr<SfxTabDialogController> AbstractTabController_Impl::m_xDlg
protected

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