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

#include <scdlgfact.hxx>

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

Public Member Functions

 AbstractScGoToTabDlg_Impl (std::shared_ptr< ScGoToTabDlg > p)
 
virtual short Execute () override
 
virtual bool StartExecuteAsync (VclAbstractDialog::AsyncContext &rCtx) override
 
virtual void Insert (const OUString &rString, bool bSelected) override
 
virtual void SetDescription (const OUString &rTitle, const OUString &rEntryLabel, const OUString &rListLabel, const OUString &rDlgHelpId, const OUString &rEnHelpId, const OUString &rLbHelpId) override
 
virtual OUString GetSelectedEntry () const override
 
virtual void Insert (const OUString &rString, bool bSelected)=0
 
virtual void SetDescription (const OUString &rTitle, const OUString &rEntryLabel, const OUString &rListLabel, const OUString &rDlgHelpId, const OUString &rEnHelpId, const OUString &rLbHelpId)=0
 
virtual OUString GetSelectedEntry () const =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::shared_ptr< ScGoToTabDlgm_xDlg
 

Additional Inherited Members

- Protected Member Functions inherited from AbstractScGoToTabDlg
virtual ~AbstractScGoToTabDlg () 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 524 of file scdlgfact.hxx.

Constructor & Destructor Documentation

◆ AbstractScGoToTabDlg_Impl()

AbstractScGoToTabDlg_Impl::AbstractScGoToTabDlg_Impl ( std::shared_ptr< ScGoToTabDlg p)
inlineexplicit

Definition at line 528 of file scdlgfact.hxx.

References p.

Member Function Documentation

◆ Execute()

short AbstractScGoToTabDlg_Impl::Execute ( )
overridevirtual

Implements VclAbstractDialog.

Definition at line 293 of file scdlgfact.cxx.

References m_xDlg.

◆ GetSelectedEntry()

OUString AbstractScGoToTabDlg_Impl::GetSelectedEntry ( ) const
overridevirtual

Implements AbstractScGoToTabDlg.

Definition at line 879 of file scdlgfact.cxx.

References m_xDlg.

◆ Insert()

void AbstractScGoToTabDlg_Impl::Insert ( const OUString &  rString,
bool  bSelected 
)
overridevirtual

Implements AbstractScGoToTabDlg.

Definition at line 867 of file scdlgfact.cxx.

References m_xDlg.

◆ SetDescription()

void AbstractScGoToTabDlg_Impl::SetDescription ( const OUString &  rTitle,
const OUString &  rEntryLabel,
const OUString &  rListLabel,
const OUString &  rDlgHelpId,
const OUString &  rEnHelpId,
const OUString &  rLbHelpId 
)
overridevirtual

Implements AbstractScGoToTabDlg.

Definition at line 872 of file scdlgfact.cxx.

References m_xDlg.

◆ StartExecuteAsync()

bool AbstractScGoToTabDlg_Impl::StartExecuteAsync ( VclAbstractDialog::AsyncContext rCtx)
overridevirtual

Member Data Documentation

◆ m_xDlg

std::shared_ptr<ScGoToTabDlg> AbstractScGoToTabDlg_Impl::m_xDlg
private

Definition at line 526 of file scdlgfact.hxx.

Referenced by Execute(), GetSelectedEntry(), Insert(), SetDescription(), and StartExecuteAsync().


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