LibreOffice Module sw (master)
1
|
#include <swdlgfact.hxx>
Public Member Functions | |
AbstractTabController_Impl (std::shared_ptr< SfxTabDialogController > p) | |
virtual short | Execute () override |
virtual bool | StartExecuteAsync (AsyncContext &rCtx) override |
virtual void | SetCurPageId (const OString &rName) override |
virtual const SfxItemSet * | GetOutputItemSet () const override |
virtual WhichRangesContainer | GetInputRanges (const SfxItemPool &pItem) override |
virtual void | SetInputSet (const SfxItemSet *pInSet) override |
virtual void | SetText (const OUString &rStr) override |
Protected Attributes | |
std::shared_ptr< SfxTabDialogController > | m_xDlg |
Additional Inherited Members | |
![]() | |
virtual | ~SfxAbstractTabDialog () override=default |
![]() | |
virtual | ~SfxAbstractDialog () override=default |
Definition at line 235 of file swdlgfact.hxx.
|
inlineexplicit |
Definition at line 240 of file swdlgfact.hxx.
|
overridevirtual |
Definition at line 157 of file swdlgfact.cxx.
|
overridevirtual |
Implements SfxAbstractTabDialog.
Definition at line 302 of file swdlgfact.cxx.
|
overridevirtual |
Implements SfxAbstractDialog.
Definition at line 297 of file swdlgfact.cxx.
|
overridevirtual |
Implements SfxAbstractTabDialog.
Definition at line 292 of file swdlgfact.cxx.
|
overridevirtual |
Implements SfxAbstractTabDialog.
Definition at line 307 of file swdlgfact.cxx.
|
overridevirtual |
Implements SfxAbstractDialog.
Definition at line 318 of file swdlgfact.cxx.
|
overridevirtual |
Definition at line 312 of file swdlgfact.cxx.
References SfxTabDialogController::runAsync().
|
protected |
Definition at line 238 of file swdlgfact.hxx.