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 OString &rName) override |
![]() | |
virtual | ~ScAsyncTabController ()=default |
Private Attributes | |
std::shared_ptr< SfxTabDialogController > | m_xDlg |
Definition at line 617 of file scdlgfact.hxx.
|
inlineexplicit |
Definition at line 621 of file scdlgfact.hxx.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Implements ScAsyncTabController.
Definition at line 971 of file scdlgfact.cxx.
References m_xDlg, VclAbstractDialog::AsyncContext::maEndDialogFn, and SfxTabDialogController::runAsync().
|
private |
Definition at line 619 of file scdlgfact.hxx.
Referenced by GetOutputItemSet(), SetCurPageId(), and StartExecuteAsync().