LibreOffice Module sc (master) 1
|
#include <scdlgfact.hxx>
Public Member Functions | |
ScAsyncTabController_Impl (std::shared_ptr< SfxTabDialogController > p) | |
virtual bool | StartExecuteAsync (VclAbstractDialog::AsyncContext &rCtx) override |
virtual const SfxItemSet * | GetOutputItemSet () const override |
virtual void | SetCurPageId (const OUString &rName) override |
Public Member Functions inherited from ScAsyncTabController | |
virtual | ~ScAsyncTabController ()=default |
virtual bool | StartExecuteAsync (VclAbstractDialog::AsyncContext &rCtx)=0 |
virtual const SfxItemSet * | GetOutputItemSet () const =0 |
virtual void | SetCurPageId (const OUString &rName)=0 |
Private Attributes | |
std::shared_ptr< SfxTabDialogController > | m_xDlg |
Definition at line 638 of file scdlgfact.hxx.
|
inlineexplicit |
Definition at line 642 of file scdlgfact.hxx.
References p.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Implements ScAsyncTabController.
Definition at line 1018 of file scdlgfact.cxx.
References m_xDlg, VclAbstractDialog::AsyncContext::maEndDialogFn, and SfxTabDialogController::runAsync().
|
private |
Definition at line 640 of file scdlgfact.hxx.
Referenced by GetOutputItemSet(), SetCurPageId(), and StartExecuteAsync().