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

Provides managing and getting information from the numbering and position dialog. More...

#include <sddlgfact.hxx>

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

Public Member Functions

 AbstractSvxBulletAndPositionDlg_Impl (std::unique_ptr< SvxBulletAndPositionDlg > p)
 
virtual short Execute () override
 
virtual const SfxItemSetGetOutputItemSet (SfxItemSet *) const override
 
virtual bool IsApplyToMaster () override
 
virtual bool IsSlideScope () override
 
virtual const SfxItemSetGetOutputItemSet (SfxItemSet *pSet) const=0
 
virtual bool IsApplyToMaster ()=0
 
virtual bool IsSlideScope ()=0
 

Private Attributes

std::unique_ptr< SvxBulletAndPositionDlgm_xDlg
 

Additional Inherited Members

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

Detailed Description

Provides managing and getting information from the numbering and position dialog.

Definition at line 54 of file sddlgfact.hxx.

Constructor & Destructor Documentation

◆ AbstractSvxBulletAndPositionDlg_Impl()

AbstractSvxBulletAndPositionDlg_Impl::AbstractSvxBulletAndPositionDlg_Impl ( std::unique_ptr< SvxBulletAndPositionDlg p)
inlineexplicit

Definition at line 58 of file sddlgfact.hxx.

References p.

Member Function Documentation

◆ Execute()

short AbstractSvxBulletAndPositionDlg_Impl::Execute ( )
overridevirtual

Definition at line 48 of file sddlgfact.cxx.

References m_xDlg.

◆ GetOutputItemSet()

const SfxItemSet * AbstractSvxBulletAndPositionDlg_Impl::GetOutputItemSet ( SfxItemSet pSet) const
overridevirtual

Implements AbstractSvxBulletAndPositionDlg.

Definition at line 69 of file sddlgfact.cxx.

References m_xDlg.

◆ IsApplyToMaster()

bool AbstractSvxBulletAndPositionDlg_Impl::IsApplyToMaster ( )
overridevirtual

Implements AbstractSvxBulletAndPositionDlg.

Definition at line 74 of file sddlgfact.cxx.

References m_xDlg.

◆ IsSlideScope()

bool AbstractSvxBulletAndPositionDlg_Impl::IsSlideScope ( )
overridevirtual

Implements AbstractSvxBulletAndPositionDlg.

Definition at line 79 of file sddlgfact.cxx.

References m_xDlg.

Member Data Documentation

◆ m_xDlg

std::unique_ptr<SvxBulletAndPositionDlg> AbstractSvxBulletAndPositionDlg_Impl::m_xDlg
private

Definition at line 56 of file sddlgfact.hxx.

Referenced by Execute(), GetOutputItemSet(), IsApplyToMaster(), and IsSlideScope().


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