LibreOffice Module svx (master) 1
|
#include <ListsPropertyPanel.hxx>
Public Member Functions | |
virtual | ~ListsPropertyPanel () override |
ListsPropertyPanel (weld::Widget *pParent, const css::uno::Reference< css::frame::XFrame > &rxFrame) | |
Public Member Functions inherited from PanelLayout | |
PanelLayout (weld::Widget *pParent, const OUString &rID, const OUString &rUIXMLDescription) | |
void | SetPanel (sfx2::sidebar::Panel *pPanel) |
virtual | ~PanelLayout () |
Size | get_preferred_size () const |
void | queue_resize () |
Static Public Member Functions | |
static std::unique_ptr< PanelLayout > | Create (weld::Widget *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 | |
Protected Member Functions inherited from PanelLayout | |
virtual void | DataChanged (const DataChangedEvent &rEvent) |
virtual void | DumpAsPropertyTree (tools::JsonWriter &) |
virtual weld::Window * | GetFrameWeld () const |
Protected Attributes inherited from PanelLayout | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::unique_ptr< weld::Container > | m_xContainer |
sfx2::sidebar::Panel * | m_pPanel |
Definition at line 28 of file ListsPropertyPanel.hxx.
|
overridevirtual |
Definition at line 51 of file ListsPropertyPanel.cxx.
References mxNumBulletDispatcher, mxOutlineDispatcher, mxTBxNumBullet, and mxTBxOutline.
svx::sidebar::ListsPropertyPanel::ListsPropertyPanel | ( | weld::Widget * | pParent, |
const css::uno::Reference< css::frame::XFrame > & | rxFrame | ||
) |
Definition at line 41 of file ListsPropertyPanel.cxx.
|
static |
Definition at line 28 of file ListsPropertyPanel.cxx.
|
private |
Definition at line 41 of file ListsPropertyPanel.hxx.
Referenced by ~ListsPropertyPanel().
|
private |
Definition at line 43 of file ListsPropertyPanel.hxx.
Referenced by ~ListsPropertyPanel().
|
private |
Definition at line 40 of file ListsPropertyPanel.hxx.
Referenced by ~ListsPropertyPanel().
|
private |
Definition at line 42 of file ListsPropertyPanel.hxx.
Referenced by ~ListsPropertyPanel().