#include <scdlgfact.hxx>
|
| 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 |
|
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 |
|
void | acquire () const |
|
void | release () const |
|
sal_Int32 | getRefCount () const |
|
void | disposeOnce () |
|
bool | isDisposed () const |
|
Definition at line 524 of file scdlgfact.hxx.
◆ AbstractScGoToTabDlg_Impl()
AbstractScGoToTabDlg_Impl::AbstractScGoToTabDlg_Impl |
( |
std::shared_ptr< ScGoToTabDlg > |
p | ) |
|
|
inlineexplicit |
◆ Execute()
short AbstractScGoToTabDlg_Impl::Execute |
( |
| ) |
|
|
overridevirtual |
◆ GetSelectedEntry()
OUString AbstractScGoToTabDlg_Impl::GetSelectedEntry |
( |
| ) |
const |
|
overridevirtual |
◆ Insert()
void AbstractScGoToTabDlg_Impl::Insert |
( |
const OUString & |
rString, |
|
|
bool |
bSelected |
|
) |
| |
|
overridevirtual |
◆ SetDescription()
void AbstractScGoToTabDlg_Impl::SetDescription |
( |
const OUString & |
rTitle, |
|
|
const OUString & |
rEntryLabel, |
|
|
const OUString & |
rListLabel, |
|
|
const OUString & |
rDlgHelpId, |
|
|
const OUString & |
rEnHelpId, |
|
|
const OUString & |
rLbHelpId |
|
) |
| |
|
overridevirtual |
◆ StartExecuteAsync()
◆ m_xDlg
std::shared_ptr<ScGoToTabDlg> AbstractScGoToTabDlg_Impl::m_xDlg |
|
private |
The documentation for this class was generated from the following files: