LibreOffice Module svx (master) 1
|
#include <StylesPropertyPanel.hxx>
Public Member Functions | |
virtual | ~StylesPropertyPanel () override |
StylesPropertyPanel (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 > | m_xFontStyle |
std::unique_ptr< ToolbarUnoDispatcher > | m_xFontStyleDispatch |
std::unique_ptr< weld::Toolbar > | m_xStyle |
std::unique_ptr< ToolbarUnoDispatcher > | m_xStyleDispatch |
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 16 of file StylesPropertyPanel.hxx.
|
overridevirtual |
Definition at line 41 of file StylesPropertyPanel.cxx.
References m_xFontStyle, m_xFontStyleDispatch, m_xStyle, and m_xStyleDispatch.
svx::sidebar::StylesPropertyPanel::StylesPropertyPanel | ( | weld::Widget * | pParent, |
const css::uno::Reference< css::frame::XFrame > & | rxFrame | ||
) |
Definition at line 32 of file StylesPropertyPanel.cxx.
|
static |
Definition at line 20 of file StylesPropertyPanel.cxx.
|
private |
Definition at line 19 of file StylesPropertyPanel.hxx.
Referenced by ~StylesPropertyPanel().
|
private |
Definition at line 20 of file StylesPropertyPanel.hxx.
Referenced by ~StylesPropertyPanel().
|
private |
Definition at line 22 of file StylesPropertyPanel.hxx.
Referenced by ~StylesPropertyPanel().
|
private |
Definition at line 23 of file StylesPropertyPanel.hxx.
Referenced by ~StylesPropertyPanel().