LibreOffice Module sc (master) 1
|
#include <ChildWindowWrapper.hxx>
Public Member Functions | |
ChildControllerWrapper (vcl::Window *pParentP, sal_uInt16 nId, SfxBindings *pBindings, const SfxChildWinInfo *pInfo) | |
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 *) |
Static Public Member Functions | |
static std::unique_ptr< SfxChildWindow > | CreateImpl (vcl::Window *pParent, sal_uInt16 nId, SfxBindings *pBindings, SfxChildWinInfo *pInfo) |
static void | RegisterChildWindow (bool bVisible=false, SfxModule *pModule=nullptr, SfxChildWindowFlags nFlags=SfxChildWindowFlags::NONE) |
static sal_uInt16 | GetChildWindowId () |
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 &) |
Static Private Member Functions | |
static ScTabViewShell * | getTabViewShell (const SfxBindings *pBindings) |
Additional Inherited Members | |
Protected Member Functions inherited from SfxChildWindow | |
void | SetWindow (const VclPtr< vcl::Window > &p) |
SfxChildWindow (vcl::Window *pParentWindow, sal_uInt16 nId) | |
Definition at line 21 of file ChildWindowWrapper.hxx.
|
inline |
Definition at line 24 of file ChildWindowWrapper.hxx.
References ScTabViewShell::CreateRefDialogController(), SfxViewShell::Current(), SfxChildWindow::GetController(), vcl::Window::GetFrameWeld(), ChildControllerWrapper< WindowID >::getTabViewShell(), SfxViewShell::GetViewFrame(), nId, SfxViewFrame::SetChildWindow(), and SfxChildWindow::SetController().
|
inlinestatic |
Definition at line 40 of file ChildWindowWrapper.hxx.
References nId, and SfxChildWindow::pParent.
Referenced by ChildControllerWrapper< WindowID >::RegisterChildWindow().
|
inlinestatic |
Definition at line 58 of file ChildWindowWrapper.hxx.
|
inlinestaticprivate |
Definition at line 64 of file ChildWindowWrapper.hxx.
References SfxBindings::GetDispatcher(), SfxDispatcher::GetFrame(), and SfxShell::GetViewShell().
Referenced by ChildControllerWrapper< WindowID >::ChildControllerWrapper().
|
inlinestatic |
Definition at line 47 of file ChildWindowWrapper.hxx.
References SfxChildWinFactory::aInfo, bVisible, SfxChildWinInfo::bVisible, CHILDWIN_NOPOS, ChildControllerWrapper< WindowID >::CreateImpl(), SfxChildWinInfo::nFlags, and SfxChildWindow::RegisterChildWindow().