LibreOffice Module svx (master)
1
|
#include <ListsPropertyPanel.hxx>
Public Member Functions | |
virtual | ~ListsPropertyPanel () override |
virtual void | dispose () override |
ListsPropertyPanel (vcl::Window *pParent, const css::uno::Reference< css::frame::XFrame > &rxFrame) | |
![]() | |
PanelLayout (vcl::Window *pParent, const OString &rID, const OUString &rUIXMLDescription, const css::uno::Reference< css::frame::XFrame > &rFrame) | |
virtual | ~PanelLayout () override |
virtual Size | GetOptimalSize () const override |
virtual void | GetFocus () override |
virtual void | setPosSizePixel (tools::Long nX, tools::Long nY, tools::Long nWidth, tools::Long nHeight, PosSizeFlags nFlags=PosSizeFlags::All) override |
virtual void | queue_resize (StateChangedType eReason=StateChangedType::Layout) override |
virtual bool | EventNotify (NotifyEvent &rNEvt) override |
Static Public Member Functions | |
static VclPtr< vcl::Window > | Create (vcl::Window *pParent, const css::uno::Reference< css::frame::XFrame > &rxFrame) |
Private Attributes | |
std::unique_ptr< weld::Toolbar > | mxTBxNumBullet |
std::unique_ptr< ToolbarUnoDispatcher > | mxNumBulletDispatcher |
std::unique_ptr< weld::Toolbar > | mxTBxOutline |
std::unique_ptr< ToolbarUnoDispatcher > | mxOutlineDispatcher |
Additional Inherited Members | |
![]() | |
std::unique_ptr< weld::Builder > | m_xBuilder |
VclPtr< vcl::Window > | m_xVclContentArea |
std::unique_ptr< weld::Container > | m_xContainer |
weld::Widget * | m_pInitialFocusWidget |
Definition at line 28 of file ListsPropertyPanel.hxx.
|
overridevirtual |
Definition at line 52 of file ListsPropertyPanel.cxx.
svx::sidebar::ListsPropertyPanel::ListsPropertyPanel | ( | vcl::Window * | pParent, |
const css::uno::Reference< css::frame::XFrame > & | rxFrame | ||
) |
Definition at line 41 of file ListsPropertyPanel.cxx.
References PanelLayout::m_pInitialFocusWidget, and mxTBxNumBullet.
|
static |
Definition at line 28 of file ListsPropertyPanel.cxx.
References VclPtr< reference_type >::Create().
Reimplemented from PanelLayout.
Definition at line 54 of file ListsPropertyPanel.cxx.
References PanelLayout::dispose(), mxNumBulletDispatcher, mxOutlineDispatcher, mxTBxNumBullet, and mxTBxOutline.
|
private |
Definition at line 42 of file ListsPropertyPanel.hxx.
Referenced by dispose().
|
private |
Definition at line 44 of file ListsPropertyPanel.hxx.
Referenced by dispose().
|
private |
Definition at line 41 of file ListsPropertyPanel.hxx.
Referenced by dispose(), and ListsPropertyPanel().
|
private |
Definition at line 43 of file ListsPropertyPanel.hxx.
Referenced by dispose().