|
LibreOffice Module sw (master) 1
|
Redline (Manage Changes) panel for the sidebar. More...
#include <redlndlg.hxx>
Public Member Functions | |
| SwRedlineAcceptPanel (weld::Widget *pParent) | |
| virtual | ~SwRedlineAcceptPanel () override |
| virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
| We need to be a SfxListener to be able to update the list of changes when we get SfxHintId::DocChanged. More... | |
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 () |
Public Member Functions inherited from SfxListener | |
| SfxListener () | |
| SfxListener (const SfxListener &rCopy) | |
| virtual | ~SfxListener () COVERITY_NOEXCEPT_FALSE |
| void | StartListening (SfxBroadcaster &rBroadcaster, DuplicateHandling eDuplicateHanding=DuplicateHandling::Unexpected) |
| void | EndListening (SfxBroadcaster &rBroadcaster, bool bRemoveAllDuplicates=false) |
| void | EndListeningAll () |
| bool | IsListening (SfxBroadcaster &rBroadcaster) const |
| sal_uInt16 | GetBroadcasterCount () const |
| SfxBroadcaster * | GetBroadcasterJOE (sal_uInt16 nNo) const |
| virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) |
| void | RemoveBroadcaster_Impl (SfxBroadcaster &rBC) |
| virtual bool | IsSdrView () const |
Private Attributes | |
| std::unique_ptr< SwRedlineAcceptDlg > | mpImplDlg |
| std::unique_ptr< weld::Container > | mxContentArea |
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 |
Redline (Manage Changes) panel for the sidebar.
Definition at line 158 of file redlndlg.hxx.
| SwRedlineAcceptPanel::SwRedlineAcceptPanel | ( | weld::Widget * | pParent | ) |
Definition at line 1524 of file redlndlg.cxx.
References PanelLayout::m_xBuilder, mpImplDlg, mxContentArea, SfxListener::StartListening(), and SW_MOD.
|
overridevirtual |
Definition at line 1536 of file redlndlg.cxx.
|
overridevirtual |
We need to be a SfxListener to be able to update the list of changes when we get SfxHintId::DocChanged.
Reimplemented from SfxListener.
Definition at line 1540 of file redlndlg.cxx.
References SfxHint::GetId(), and mpImplDlg.
|
private |
Definition at line 160 of file redlndlg.hxx.
Referenced by Notify(), and SwRedlineAcceptPanel().
|
private |
Definition at line 161 of file redlndlg.hxx.
Referenced by SwRedlineAcceptPanel().