LibreOffice Module sw (master)
1
|
#include <fldwrap.hxx>
Private Attributes | |
ScopedVclPtr< AbstractSwFieldDlg > | pDlgInterface |
Additional Inherited Members | |
![]() | |
static void | RegisterChildWindow (SfxModule *, std::unique_ptr< SfxChildWinFactory >) |
static std::unique_ptr< SfxChildWindow > | CreateChildWindow (sal_uInt16, vcl::Window *, SfxBindings *, SfxChildWinInfo const &) |
static SAL_DLLPRIVATE void | InitializeChildWinFactory_Impl (sal_uInt16, SfxChildWinInfo &) |
![]() | |
SwChildWinWrapper (vcl::Window *pParentWindow, sal_uInt16 nId) | |
![]() | |
void | SetWindow (const VclPtr< vcl::Window > &p) |
SfxChildWindow (vcl::Window *pParentWindow, sal_uInt16 nId) | |
Definition at line 29 of file fldwrap.hxx.
SwFieldDlgWrapper::SwFieldDlgWrapper | ( | vcl::Window * | pParent, |
sal_uInt16 | nId, | ||
SfxBindings * | pBindings, | ||
SfxChildWinInfo * | pInfo | ||
) |
Definition at line 66 of file fldwrap.cxx.
References SwAbstractDialogFactory::Create(), SwAbstractDialogFactory::CreateSwFieldDlg(), vcl::Window::GetFrameWeld(), pDlgInterface, and SfxChildWindow::SetController().
|
overridevirtual |
Reimplemented from SwChildWinWrapper.
Definition at line 78 of file fldwrap.cxx.
References pDlgInterface, and SwChildWinWrapper::ReInitDlg().
Referenced by SwView::Activate(), and SwDocShell::UpdateChildWindows().
SwFieldDlgWrapper::SFX_DECL_CHILDWINDOW_WITHID | ( | SwFieldDlgWrapper | ) |
void SwFieldDlgWrapper::ShowReferencePage | ( | ) |
Definition at line 89 of file fldwrap.cxx.
References pDlgInterface.
Referenced by SwTextShell::ExecField().
|
private |
Definition at line 31 of file fldwrap.hxx.
Referenced by ReInitDlg(), ShowReferencePage(), and SwFieldDlgWrapper().