|
LibreOffice Module svx (master) 1
|
#include <InspectorTextPanel.hxx>
Public Member Functions | |
| virtual | ~InspectorTextPanel () override |
| InspectorTextPanel (weld::Widget *pParent) | |
| void | updateEntries (const std::vector< TreeNode > &rStore, const sal_Int32 nParIdx) |
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) |
Private Attributes | |
| std::unique_ptr< weld::TreeView > | mpListBoxStyles |
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 44 of file InspectorTextPanel.hxx.
|
overridevirtual |
Definition at line 162 of file InspectorTextPanel.cxx.
| svx::sidebar::InspectorTextPanel::InspectorTextPanel | ( | weld::Widget * | pParent | ) |
Definition at line 47 of file InspectorTextPanel.cxx.
References MinimumPanelWidth, and mpListBoxStyles.
|
static |
Definition at line 39 of file InspectorTextPanel.cxx.
| void svx::sidebar::InspectorTextPanel::updateEntries | ( | const std::vector< TreeNode > & | rStore, |
| const sal_Int32 | nParIdx | ||
| ) |
Definition at line 128 of file InspectorTextPanel.cxx.
References weld::TreeView::all_foreach(), weld::TreeView::expand_row(), svx::sidebar::FillBox_Impl(), i, and mpListBoxStyles.
|
private |
Definition at line 56 of file InspectorTextPanel.hxx.
Referenced by InspectorTextPanel(), and updateEntries().