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

#include <sddlgfact.hxx>

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

Public Member Functions

 AbstractBulletDialog_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 BitmapEx createScreenshot () const override
 
virtual OUString GetScreenshotId () const 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
 

Private 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 164 of file sddlgfact.hxx.

Constructor & Destructor Documentation

◆ AbstractBulletDialog_Impl()

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

Definition at line 168 of file sddlgfact.hxx.

References p.

Member Function Documentation

◆ createScreenshot()

BitmapEx AbstractBulletDialog_Impl::createScreenshot ( ) const
overridevirtual

Definition at line 331 of file sddlgfact.cxx.

References m_xDlg.

◆ Execute()

short AbstractBulletDialog_Impl::Execute ( )
overridevirtual

Definition at line 175 of file sddlgfact.cxx.

References m_xDlg.

◆ GetInputRanges()

WhichRangesContainer AbstractBulletDialog_Impl::GetInputRanges ( const SfxItemPool pItem)
overridevirtual

Implements SfxAbstractTabDialog.

Definition at line 316 of file sddlgfact.cxx.

References m_xDlg.

◆ GetOutputItemSet()

const SfxItemSet * AbstractBulletDialog_Impl::GetOutputItemSet ( ) const
overridevirtual

Implements SfxAbstractDialog.

Definition at line 311 of file sddlgfact.cxx.

References m_xDlg.

◆ GetScreenshotId()

OUString AbstractBulletDialog_Impl::GetScreenshotId ( ) const
overridevirtual

Definition at line 337 of file sddlgfact.cxx.

References m_xDlg.

◆ SetCurPageId()

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

Implements SfxAbstractTabDialog.

Definition at line 306 of file sddlgfact.cxx.

References m_xDlg.

◆ SetInputSet()

void AbstractBulletDialog_Impl::SetInputSet ( const SfxItemSet pInSet)
overridevirtual

Implements SfxAbstractTabDialog.

Definition at line 321 of file sddlgfact.cxx.

References m_xDlg.

◆ SetText()

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

Implements SfxAbstractDialog.

Definition at line 326 of file sddlgfact.cxx.

References m_xDlg.

◆ StartExecuteAsync()

bool AbstractBulletDialog_Impl::StartExecuteAsync ( AsyncContext &  rCtx)
overridevirtual

Definition at line 180 of file sddlgfact.cxx.

References m_xDlg, and SfxTabDialogController::runAsync().

Member Data Documentation

◆ m_xDlg

std::shared_ptr<SfxTabDialogController> AbstractBulletDialog_Impl::m_xDlg
private

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