LibreOffice Module sw (master)
1
|
#include <swdlgfact.hxx>
Public Member Functions | |
AbstractApplyTabController_Impl (std::shared_ptr< SfxTabDialogController > p) | |
DECL_LINK (ApplyHdl, weld::Button &, void) | |
![]() | |
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 |
Private Member Functions | |
virtual void | SetApplyHdl (const Link< LinkParamNone *, void > &rLink) override |
Private Attributes | |
Link< LinkParamNone *, void > | m_aHandler |
Additional Inherited Members | |
![]() | |
virtual | ~SfxAbstractTabDialog () override=default |
![]() | |
virtual | ~SfxAbstractDialog () override=default |
![]() | |
virtual | ~SfxAbstractApplyTabDialog () override=default |
![]() | |
std::shared_ptr< SfxTabDialogController > | m_xDlg |
Definition at line 254 of file swdlgfact.hxx.
|
inlineexplicit |
Definition at line 257 of file swdlgfact.hxx.
AbstractApplyTabController_Impl::DECL_LINK | ( | ApplyHdl | , |
weld::Button & | , | ||
void | |||
) |
|
overrideprivatevirtual |
Implements SfxAbstractApplyTabDialog.
Definition at line 332 of file swdlgfact.cxx.
References LINK.
|
private |
Definition at line 263 of file swdlgfact.hxx.