LibreOffice Module svx (master)
1
|
#include <filtnav.hxx>
Private Member Functions | |
virtual bool | Close () override |
virtual void | GetFocus () override |
virtual Size | CalcDockingSize (SfxChildAlignment) override |
virtual SfxChildAlignment | CheckAlignment (SfxChildAlignment, SfxChildAlignment) override |
Private Attributes | |
std::unique_ptr< FmFilterNavigator > | m_xNavigatorTree |
Additional Inherited Members | |
![]() | |
static SfxItemState | GetItemState (const SfxPoolItem *pState) |
![]() | |
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 () |
![]() | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::unique_ptr< weld::Box > | m_xContainer |
Definition at line 304 of file filtnav.hxx.
svxform::FmFilterNavigatorWin::FmFilterNavigatorWin | ( | SfxBindings * | pBindings, |
SfxChildWindow * | pMgr, | ||
vcl::Window * | pParent | ||
) |
Definition at line 1725 of file filtnav.cxx.
References HID_FILTER_NAVIGATOR_WIN, SfxDockingWindow::SetFloatingSize(), SetHelpId(), SetText(), and SvxResId().
|
overridevirtual |
Definition at line 1737 of file filtnav.cxx.
|
overrideprivatevirtual |
Reimplemented from SfxDockingWindow.
Definition at line 1804 of file filtnav.cxx.
References SfxDockingWindow::CalcDockingSize().
|
overrideprivatevirtual |
Reimplemented from SfxDockingWindow.
Definition at line 1812 of file filtnav.cxx.
|
overrideprivatevirtual |
Reimplemented from SfxDockingWindow.
Definition at line 1789 of file filtnav.cxx.
References SfxDockingWindow::Close(), m_xNavigatorTree, and UpdateContent().
Reimplemented from SfxControllerItem.
Definition at line 1742 of file filtnav.cxx.
References SfxControllerItem::dispose(), SfxDockingWindow::dispose(), and m_xNavigatorTree.
|
overridevirtual |
Reimplemented from SfxDockingWindow.
Definition at line 1798 of file filtnav.cxx.
References SfxChildWinInfo::bVisible, and SfxDockingWindow::FillInfo().
|
overrideprivatevirtual |
Definition at line 1827 of file filtnav.cxx.
References m_xNavigatorTree.
|
overridevirtual |
Reimplemented from SfxControllerItem.
Definition at line 1775 of file filtnav.cxx.
References GetShell(), and UpdateContent().
void svxform::FmFilterNavigatorWin::UpdateContent | ( | FmFormShell const * | pFormShell | ) |
Definition at line 1749 of file filtnav.cxx.
References FmFormShell::GetImpl(), and m_xNavigatorTree.
Referenced by Close(), and StateChangedAtToolBoxControl().
|
private |
Definition at line 307 of file filtnav.hxx.
Referenced by Close(), dispose(), GetFocus(), and UpdateContent().