LibreOffice Module sw (master) 1
|
#include <swdlgfact.hxx>
Public Member Functions | |
AbstractApplyTabController_Impl (std::shared_ptr< SfxTabDialogController > p) | |
DECL_LINK (ApplyHdl, weld::Button &, void) | |
Public Member Functions inherited from AbstractTabController_Impl | |
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 |
virtual void | SetApplyHdl (const Link< LinkParamNone *, void > &rLink)=0 |
Private Member Functions | |
virtual void | SetApplyHdl (const Link< LinkParamNone *, void > &rLink) override |
Private Attributes | |
Link< LinkParamNone *, void > | m_aHandler |
Additional Inherited Members | |
Protected Member Functions inherited from SfxAbstractTabDialog | |
virtual | ~SfxAbstractTabDialog () override=default |
Protected Member Functions inherited from SfxAbstractDialog | |
virtual | ~SfxAbstractDialog () override=default |
Protected Member Functions inherited from SfxAbstractApplyTabDialog | |
virtual | ~SfxAbstractApplyTabDialog () override=default |
Protected Attributes inherited from AbstractTabController_Impl | |
std::shared_ptr< SfxTabDialogController > | m_xDlg |
Definition at line 303 of file swdlgfact.hxx.
|
inlineexplicit |
Definition at line 306 of file swdlgfact.hxx.
References p.
AbstractApplyTabController_Impl::DECL_LINK | ( | ApplyHdl | , |
weld::Button & | , | ||
void | |||
) |
|
overrideprivatevirtual |
Implements SfxAbstractApplyTabDialog.
Definition at line 365 of file swdlgfact.cxx.
References LINK, m_aHandler, and AbstractTabController_Impl::m_xDlg.
|
private |
Definition at line 312 of file swdlgfact.hxx.
Referenced by SetApplyHdl().