LibreOffice Module sw (master) 1
|
#include <fldwrap.hxx>
Public Member Functions | |
SwFieldDlgWrapper (vcl::Window *pParent, sal_uInt16 nId, SfxBindings *pBindings, SfxChildWinInfo *pInfo) | |
SFX_DECL_CHILDWINDOW_WITHID (SwFieldDlgWrapper) | |
virtual bool | ReInitDlg (SwDocShell *pDocSh) override |
void | ShowReferencePage () |
Public Member Functions inherited from SwChildWinWrapper | |
virtual bool | ReInitDlg (SwDocShell *pDocSh) |
SwDocShell * | GetOldDocShell () |
void | SetOldDocShell (SwDocShell *pDcSh) |
Public Member Functions inherited from SfxChildWindow | |
virtual | ~SfxChildWindow () |
void | Destroy () |
vcl::Window * | GetWindow () const |
void | SetController (std::shared_ptr< SfxDialogController > controller) |
void | ClearController () |
std::shared_ptr< SfxDialogController > & | GetController () |
const std::shared_ptr< SfxDialogController > & | GetController () const |
vcl::Window * | GetParent () const |
SfxChildAlignment | GetAlignment () const |
void | SetAlignment (SfxChildAlignment eAlign) |
virtual void | Hide () |
virtual void | Show (ShowFlags nFlags) |
sal_uInt16 | GetPosition () const |
sal_uInt16 | GetType () const |
virtual SfxChildWinInfo | GetInfo () const |
void | SaveStatus (const SfxChildWinInfo &rInfo) |
void | SetHideNotDelete (bool bOn) |
bool | IsHideNotDelete () const |
bool | IsVisible () const |
void | SetWantsFocus (bool) |
bool | WantsFocus () const |
virtual bool | QueryClose () |
const css::uno::Reference< css::frame::XFrame > & | GetFrame () const |
void | SetFrame (const css::uno::Reference< css::frame::XFrame > &) |
void | SetVisible_Impl (bool bVis) |
SAL_DLLPRIVATE void | SetWorkWindow_Impl (SfxWorkWindow *) |
SAL_DLLPRIVATE void | Activate_Impl () |
SAL_DLLPRIVATE void | SetFactory_Impl (const SfxChildWinFactory *) |
Private Attributes | |
ScopedVclPtr< AbstractSwFieldDlg > | m_pDlgInterface |
Additional Inherited Members | |
Static Public Member Functions inherited from SfxChildWindow | |
static void | RegisterChildWindow (SfxModule *, const SfxChildWinFactory &) |
static std::unique_ptr< SfxChildWindow > | CreateChildWindow (sal_uInt16, vcl::Window *, SfxBindings *, SfxChildWinInfo const &) |
static SAL_DLLPRIVATE void | InitializeChildWinFactory_Impl (sal_uInt16, SfxChildWinInfo &) |
Protected Member Functions inherited from SwChildWinWrapper | |
SwChildWinWrapper (vcl::Window *pParentWindow, sal_uInt16 nId) | |
Protected Member Functions inherited from SfxChildWindow | |
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 67 of file fldwrap.cxx.
References SwAbstractDialogFactory::Create(), SwAbstractDialogFactory::CreateSwFieldDlg(), vcl::Window::GetFrameWeld(), m_pDlgInterface, nId, and SfxChildWindow::SetController().
|
overridevirtual |
Reimplemented from SwChildWinWrapper.
Definition at line 79 of file fldwrap.cxx.
References m_pDlgInterface, and SwChildWinWrapper::ReInitDlg().
Referenced by SwView::Activate(), and SwDocShell::UpdateChildWindows().
SwFieldDlgWrapper::SFX_DECL_CHILDWINDOW_WITHID | ( | SwFieldDlgWrapper | ) |
void SwFieldDlgWrapper::ShowReferencePage | ( | ) |
Definition at line 90 of file fldwrap.cxx.
References m_pDlgInterface.
Referenced by SwTextShell::ExecField().
|
private |
Definition at line 31 of file fldwrap.hxx.
Referenced by ReInitDlg(), ShowReferencePage(), and SwFieldDlgWrapper().