LibreOffice Module svx (master)
1
|
#include <fmexpl.hxx>
Protected Member Functions | |
virtual bool | Close () override |
virtual void | GetFocus () override |
virtual Size | CalcDockingSize (SfxChildAlignment) override |
virtual SfxChildAlignment | CheckAlignment (SfxChildAlignment, SfxChildAlignment) override |
![]() | |
SfxChildAlignment | CalcAlignment (const Point &rPos, tools::Rectangle &rRect) |
virtual void | Resize () override |
virtual bool | PrepareToggleFloatingMode () override |
virtual void | ToggleFloatingMode () override |
virtual void | StartDocking () override |
virtual bool | Docking (const Point &rPos, tools::Rectangle &rRect) override |
virtual void | EndDocking (const tools::Rectangle &rRect, bool bFloatMode) override |
virtual void | Resizing (Size &rSize) override |
virtual void | Paint (vcl::RenderContext &rRenderContext, const tools::Rectangle &rRect) override |
virtual void | Move () override |
SAL_DLLPRIVATE SfxChildWindow * | GetChildWindow_Impl () |
Private Attributes | |
std::unique_ptr< NavigatorTree > | m_xNavigatorTree |
Additional Inherited Members | |
![]() | |
static SfxItemState | GetItemState (const SfxPoolItem *pState) |
![]() | |
std::unique_ptr< weld::Builder > | m_xBuilder |
VclPtr< vcl::Window > | m_xVclContentArea |
std::unique_ptr< weld::Container > | m_xContainer |
Definition at line 517 of file fmexpl.hxx.
svxform::NavigatorFrame::NavigatorFrame | ( | SfxBindings * | pBindings, |
SfxChildWindow * | pMgr, | ||
vcl::Window * | pParent | ||
) |
Definition at line 436 of file fmexpl.cxx.
References HID_FORM_NAVIGATOR_WIN, SfxDockingWindow::SetFloatingSize(), and SvxResId().
|
overridevirtual |
Definition at line 448 of file fmexpl.cxx.
|
overrideprotectedvirtual |
Reimplemented from SfxDockingWindow.
Definition at line 499 of file fmexpl.cxx.
References SfxDockingWindow::CalcDockingSize().
|
overrideprotectedvirtual |
Reimplemented from SfxDockingWindow.
Definition at line 507 of file fmexpl.cxx.
|
overrideprotectedvirtual |
Reimplemented from SfxDockingWindow.
Definition at line 487 of file fmexpl.cxx.
References SfxDockingWindow::Close(), and UpdateContent().
Reimplemented from SfxControllerItem.
Definition at line 453 of file fmexpl.cxx.
References SfxControllerItem::dispose(), SfxDockingWindow::dispose(), and m_xNavigatorTree.
|
overridevirtual |
Reimplemented from SfxDockingWindow.
Definition at line 493 of file fmexpl.cxx.
References SfxChildWinInfo::bVisible, and SfxDockingWindow::FillInfo().
|
overrideprotectedvirtual |
Definition at line 479 of file fmexpl.cxx.
References m_xNavigatorTree.
|
overridevirtual |
Reimplemented from SfxControllerItem.
Definition at line 465 of file fmexpl.cxx.
References GetShell(), and UpdateContent().
void svxform::NavigatorFrame::UpdateContent | ( | FmFormShell * | pFormShell | ) |
Definition at line 460 of file fmexpl.cxx.
References m_xNavigatorTree.
Referenced by Close(), and StateChanged().
|
private |
Definition at line 520 of file fmexpl.hxx.
Referenced by dispose(), GetFocus(), and UpdateContent().