LibreOffice Module sw (master)
1
|
Public Member Functions | |
Impl (SwDoc &rDoc, const enum RangePosition eRange, SwFrameFormat *const pTableOrSectionFormat, const uno::Reference< text::XText > &xParent=nullptr) | |
virtual | ~Impl () override |
void | Invalidate () |
const ::sw::mark::IMark * | GetBookmark () const |
void | SetMark (::sw::mark::IMark &rMark) |
![]() | |
SvtListener () | |
SvtListener (const SvtListener &r) | |
virtual | ~SvtListener () COVERITY_NOEXCEPT_FALSE |
bool | StartListening (SvtBroadcaster &rBroadcaster) |
bool | EndListening (SvtBroadcaster &rBroadcaster) |
void | EndListeningAll () |
void | CopyAllBroadcasters (const SvtListener &r) |
bool | HasBroadcaster () const |
virtual void | Query (QueryBase &rQuery) const |
Public Attributes | |
const SfxItemPropertySet & | m_rPropSet |
enum RangePosition | m_eRangePosition |
SwDoc & | m_rDoc |
uno::Reference< text::XText > | m_xParentText |
const SwFrameFormat * | m_pTableOrSectionFormat |
const ::sw::mark::IMark * | m_pMark |
Protected Member Functions | |
virtual void | Notify (const SfxHint &) override |
Definition at line 664 of file unoobj2.cxx.
|
inline |
Definition at line 675 of file unoobj2.cxx.
References sw::BroadcasterMixin::GetNotifier(), and SvtListener::StartListening().
|
inlineoverridevirtual |
Definition at line 691 of file unoobj2.cxx.
References Invalidate().
|
inline |
Definition at line 708 of file unoobj2.cxx.
References m_pMark.
|
inline |
Definition at line 697 of file unoobj2.cxx.
References IDocumentMarkAccess::deleteMark(), SvtListener::EndListeningAll(), and SwDoc::getIDocumentMarkAccess().
Referenced by ~Impl().
Reimplemented from SvtListener.
Definition at line 721 of file unoobj2.cxx.
References SvtListener::EndListeningAll(), SfxHint::GetId(), m_pMark, and m_pTableOrSectionFormat.
|
inline |
Definition at line 709 of file unoobj2.cxx.
References SvtListener::EndListeningAll(), sw::BroadcasterMixin::GetNotifier(), and SvtListener::StartListening().
enum RangePosition SwXTextRange::Impl::m_eRangePosition |
Definition at line 669 of file unoobj2.cxx.
const ::sw::mark::IMark* SwXTextRange::Impl::m_pMark |
Definition at line 673 of file unoobj2.cxx.
Referenced by GetBookmark(), and Notify().
const SwFrameFormat* SwXTextRange::Impl::m_pTableOrSectionFormat |
Definition at line 672 of file unoobj2.cxx.
Referenced by Notify().
SwDoc& SwXTextRange::Impl::m_rDoc |
Definition at line 670 of file unoobj2.cxx.
const SfxItemPropertySet& SwXTextRange::Impl::m_rPropSet |
Definition at line 668 of file unoobj2.cxx.
uno::Reference<text::XText> SwXTextRange::Impl::m_xParentText |
Definition at line 671 of file unoobj2.cxx.