LibreOffice Module sw (master)
1
|
#include <bookmrk.hxx>
Public Member Functions | |
DdeBookmark (const SwPaM &rPaM) | |
const SwServerObject * | GetRefObject () const |
SwServerObject * | GetRefObject () |
bool | IsServer () const |
void | SetRefObject (SwServerObject *pObj) |
virtual void | DeregisterFromDoc (SwDoc &rDoc) |
virtual | ~DdeBookmark () override |
![]() | |
virtual SwPosition & | GetMarkPos () const override |
virtual const OUString & | GetName () const override |
virtual SwPosition & | GetOtherMarkPos () const override |
virtual SwPosition & | GetMarkStart () const override |
virtual SwPosition & | GetMarkEnd () const override |
virtual bool | IsCoveringPosition (const SwPosition &rPos) const override |
virtual bool | IsExpanded () const override |
void | SetName (const OUString &rName) |
virtual void | SetMarkPos (const SwPosition &rNewPos) |
virtual void | SetOtherMarkPos (const SwPosition &rNewPos) |
virtual void | ClearOtherMarkPos () |
virtual auto | InvalidateFrames () -> void |
virtual OUString | ToString () const override |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const override |
void | Swap () |
virtual void | InitDoc (SwDoc &, sw::mark::InsertMode, SwPosition const *) |
virtual | ~MarkBase () override |
const css::uno::WeakReference< css::text::XTextContent > & | GetXBookmark () const |
void | SetXBookmark (css::uno::Reference< css::text::XTextContent > const &xBkmk) |
![]() | |
virtual void | CallSwClientNotify (const SfxHint &rHint) const override |
![]() | |
SwModify () | |
virtual | ~SwModify () override |
void | Add (SwClient *pDepend) |
SwClient * | Remove (SwClient *pDepend) |
bool | HasWriterListeners () const |
bool | HasOnlyOneListener () const |
virtual bool | GetInfo (SfxPoolItem &) const override |
void | LockModify () |
void | UnlockModify () |
bool | IsModifyLocked () const |
![]() | |
SwClient () | |
SwClient (SwClient &&) noexcept | |
virtual | ~SwClient () override |
std::unique_ptr< sw::ModifyChangedHint > | CheckRegistration (const SfxPoolItem *pOldValue) |
void | CheckRegistrationFormat (SwFormat &rOld) |
const SwModify * | GetRegisteredIn () const |
SwModify * | GetRegisteredIn () |
void | EndListeningAll () |
void | StartListeningToSameModifyAs (const SwClient &) |
![]() | |
bool | IsLast () const |
![]() | |
BroadcasterMixin ()=default | |
BroadcasterMixin (BroadcasterMixin const &)=default | |
BroadcasterMixin & | operator= (const BroadcasterMixin &) |
SvtBroadcaster & | GetNotifier () |
Private Attributes | |
tools::SvRef< SwServerObject > | m_aRefObj |
Additional Inherited Members | |
![]() | |
virtual void | SwClientNotify (const SwModify &, const SfxHint &) override |
MarkBase (const SwPaM &rPaM, const OUString &rName) | |
![]() | |
IMark ()=default | |
![]() | |
SwClient (SwModify *pToRegisterIn) | |
SwModify * | GetRegisteredInNonConst () const |
![]() | |
WriterListener () | |
virtual | ~WriterListener () COVERITY_NOEXCEPT_FALSE |
![]() | |
static OUString | GenerateNewName (std::u16string_view rPrefix) |
![]() | |
std::unique_ptr< SwPosition > | m_pPos1 |
std::unique_ptr< SwPosition > | m_pPos2 |
OUString | m_aName |
css::uno::WeakReference< css::text::XTextContent > | m_wXBookmark |
Definition at line 136 of file bookmrk.hxx.
sw::mark::DdeBookmark::DdeBookmark | ( | const SwPaM & | rPaM | ) |
Definition at line 364 of file bookmrk.cxx.
References u.
|
overridevirtual |
Definition at line 379 of file bookmrk.cxx.
References tools::SvRef< T >::get(), sfx2::SvLinkSource::HasDataLinks(), tools::SvRef< T >::is(), m_aRefObj, p, sfx2::SvLinkSource::SendDataChanged(), and SwServerObject::SetNoServer().
Reimplemented in sw::mark::Bookmark.
Definition at line 373 of file bookmrk.cxx.
References tools::SvRef< T >::get(), SwDoc::getIDocumentLinksAdministration(), IDocumentLinksAdministration::GetLinkManager(), tools::SvRef< T >::is(), m_aRefObj, and sfx2::LinkManager::RemoveServer().
Referenced by sw::mark::MarkManager::deleteMark(), and sw::mark::Bookmark::DeregisterFromDoc().
|
inline |
Definition at line 142 of file bookmrk.hxx.
References tools::SvRef< T >::get(), and m_aRefObj.
Referenced by sw::DocumentLinksAdministrationManager::CreateLinkSource().
|
inline |
Definition at line 143 of file bookmrk.hxx.
References tools::SvRef< T >::get(), and m_aRefObj.
|
inline |
Definition at line 145 of file bookmrk.hxx.
References tools::SvRef< T >::is(), and m_aRefObj.
void sw::mark::DdeBookmark::SetRefObject | ( | SwServerObject * | pObj | ) |
Definition at line 368 of file bookmrk.cxx.
References m_aRefObj.
Referenced by sw::DocumentLinksAdministrationManager::CreateLinkSource(), SwServerObject::SetDdeBookmark(), and SwServerObject::SetNoServer().
|
private |
Definition at line 153 of file bookmrk.hxx.
Referenced by DeregisterFromDoc(), GetRefObject(), IsServer(), SetRefObject(), and ~DdeBookmark().