|
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 OUString &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 |
| virtual void | SetCurPageId (const OUString &rName)=0 |
| virtual WhichRangesContainer | GetInputRanges (const SfxItemPool &)=0 |
| virtual void | SetInputSet (const SfxItemSet *pInSet)=0 |
| virtual const SfxItemSet * | GetOutputItemSet () const=0 |
| virtual void | SetText (const OUString &rStr)=0 |
Protected Attributes | |
| std::shared_ptr< SfxTabDialogController > | m_xDlg |
Additional Inherited Members | |
Protected Member Functions inherited from SfxAbstractTabDialog | |
| virtual | ~SfxAbstractTabDialog () override=default |
Protected Member Functions inherited from SfxAbstractDialog | |
| virtual | ~SfxAbstractDialog () override=default |
Definition at line 284 of file swdlgfact.hxx.
|
inlineexplicit |
Definition at line 289 of file swdlgfact.hxx.
References p.
|
overridevirtual |
Definition at line 185 of file swdlgfact.cxx.
References m_xDlg.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 345 of file swdlgfact.cxx.
References m_xDlg, and SfxTabDialogController::runAsync().
|
protected |
Definition at line 287 of file swdlgfact.hxx.
Referenced by Execute(), GetInputRanges(), GetOutputItemSet(), AbstractApplyTabController_Impl::SetApplyHdl(), SetCurPageId(), SetInputSet(), SetText(), and StartExecuteAsync().