LibreOffice Module sw (master) 1
|
#include <visiturl.hxx>
Public Member Functions | |
SwURLStateChanged (SwDoc &rD) | |
virtual | ~SwURLStateChanged () override |
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 | |
SwDoc & | m_rDoc |
Definition at line 27 of file visiturl.hxx.
SwURLStateChanged::SwURLStateChanged | ( | SwDoc & | rD | ) |
Definition at line 32 of file visiturl.cxx.
References INetURLHistory::GetOrCreate(), and SfxListener::StartListening().
|
overridevirtual |
Definition at line 38 of file visiturl.cxx.
References SfxListener::EndListening(), and INetURLHistory::GetOrCreate().
|
overridevirtual |
Reimplemented from SfxListener.
Definition at line 43 of file visiturl.cxx.
References SwTextAttr::End(), SwEditShell::EndAllAction(), SwDoc::GetAttrPool(), IDocumentLayoutAccess::GetCurrentViewShell(), SwDoc::GetDocShell(), SwDoc::GetEditShell(), SwDoc::getIDocumentLayoutAccess(), SfxItemPool::GetItemSurrogates(), INetURLObject::GetMainURL(), INetURLObject::GetMark(), SfxObjectShell::GetMedium(), SfxMedium::GetName(), GetObject(), SwTextINetFormat::GetpTextNode(), SwTextAttr::GetStart(), SwFormatINetFormat::GetTextINetFormat(), SwFormatINetFormat::GetValue(), SwViewShell::IsViewLocked(), SwViewShell::LockView(), m_rDoc, INetURLObject::NONE, RES_FMT_CHG(), RES_TXTATR_INETFMT(), and SwEditShell::StartAllAction().
|
private |
Definition at line 29 of file visiturl.hxx.
Referenced by Notify().