LibreOffice Module sw (master)
1
|
#include <WriterInspectorTextPanel.hxx>
Public Member Functions | |
WriterInspectorTextPanel (weld::Widget *pParent) | |
virtual | ~WriterInspectorTextPanel () override |
![]() | |
virtual | ~InspectorTextPanel () override |
InspectorTextPanel (weld::Widget *pParent) | |
void | updateEntries (const std::vector< TreeNode > &rStore, const sal_Int32 nParIdx) |
Static Public Member Functions | |
static std::unique_ptr< PanelLayout > | Create (weld::Widget *pParent) |
![]() | |
static std::unique_ptr< PanelLayout > | Create (weld::Widget *pParent) |
Private Member Functions | |
DECL_LINK (AttrChangedNotify, LinkParamNone *, void) | |
Private Attributes | |
SwWrtShell * | m_pShell |
Link< LinkParamNone *, void > | m_oldLink |
sal_Int32 | m_nParIdx |
Definition at line 27 of file WriterInspectorTextPanel.hxx.
sw::sidebar::WriterInspectorTextPanel::WriterInspectorTextPanel | ( | weld::Widget * | pParent | ) |
Definition at line 63 of file WriterInspectorTextPanel.cxx.
References SfxObjectShell::Current(), SwCursorShell::GetChgLnk(), SwCursorShell::GetCursor(), SwDocShell::GetDoc(), SwDoc::GetEditShell(), SwPaM::GetNode(), SwNode::GetTextNode(), SwDocShell::GetWrtShell(), LINK, m_nParIdx, m_oldLink, m_pShell, SwCursorShell::SetChgLnk(), svx::sidebar::InspectorTextPanel::updateEntries(), and sw::sidebar::UpdateTree().
|
overridevirtual |
Definition at line 82 of file WriterInspectorTextPanel.cxx.
References m_oldLink, m_pShell, and SwCursorShell::SetChgLnk().
|
static |
Definition at line 55 of file WriterInspectorTextPanel.cxx.
|
private |
|
private |
Definition at line 39 of file WriterInspectorTextPanel.hxx.
Referenced by WriterInspectorTextPanel().
|
private |
Definition at line 38 of file WriterInspectorTextPanel.hxx.
Referenced by WriterInspectorTextPanel(), and ~WriterInspectorTextPanel().
|
private |
Definition at line 37 of file WriterInspectorTextPanel.hxx.
Referenced by WriterInspectorTextPanel(), and ~WriterInspectorTextPanel().