LibreOffice Module svx (master) 1
|
Listener for styles creation or modification. More...
#include <StylesPreviewWindow.hxx>
Public Member Functions | |
StylePoolChangeListener (StylesPreviewWindow_Base *pPreviewControl) | |
~StylePoolChangeListener () | |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
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 | |
StylesPreviewWindow_Base * | m_pPreviewControl |
SfxStyleSheetBasePool * | m_pStyleSheetPool |
Listener for styles creation or modification.
Definition at line 45 of file StylesPreviewWindow.hxx.
StylePoolChangeListener::StylePoolChangeListener | ( | StylesPreviewWindow_Base * | pPreviewControl | ) |
Definition at line 155 of file StylesPreviewWindow.cxx.
References SfxObjectShell::Current(), SfxObjectShell::GetStyleSheetPool(), m_pStyleSheetPool, and SfxListener::StartListening().
StylePoolChangeListener::~StylePoolChangeListener | ( | ) |
Definition at line 168 of file StylesPreviewWindow.cxx.
References SfxListener::EndListening(), and m_pStyleSheetPool.
|
overridevirtual |
Reimplemented from SfxListener.
Definition at line 174 of file StylesPreviewWindow.cxx.
References SfxHint::GetId(), m_pPreviewControl, and StylesPreviewWindow_Base::RequestStylesListUpdate().
|
private |
Definition at line 47 of file StylesPreviewWindow.hxx.
Referenced by Notify().
|
private |
Definition at line 48 of file StylesPreviewWindow.hxx.
Referenced by StylePoolChangeListener(), and ~StylePoolChangeListener().