LibreOffice Module sd (master) 1
|
#include <TableDesignPane.hxx>
Public Member Functions | |
TableDesignPane (weld::Widget *pParent, ViewShellBase &rBase) | |
virtual css::ui::LayoutSize | GetHeightForWidth (const sal_Int32) override |
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 () |
Private Attributes | |
std::unique_ptr< TableDesignWidget > | m_xImpl |
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 112 of file TableDesignPane.hxx.
|
inline |
Definition at line 118 of file TableDesignPane.hxx.
|
inlineoverridevirtual |
Definition at line 124 of file TableDesignPane.hxx.
References PanelLayout::get_preferred_size(), and Size::Height().
|
private |
Definition at line 116 of file TableDesignPane.hxx.