LibreOffice Module sw (master)
1
|
#include <IMark.hxx>
Public Member Functions | |
virtual const OUString & | GetShortName () const =0 |
virtual const vcl::KeyCode & | GetKeyCode () const =0 |
virtual void | SetShortName (const OUString &)=0 |
virtual void | SetKeyCode (const vcl::KeyCode &)=0 |
virtual bool | IsHidden () const =0 |
virtual const OUString & | GetHideCondition () const =0 |
virtual void | Hide (bool hide)=0 |
virtual void | SetHideCondition (const OUString &)=0 |
![]() | |
virtual const SwPosition & | GetMarkPos () const =0 |
virtual const SwPosition & | GetOtherMarkPos () const =0 |
virtual const SwPosition & | GetMarkStart () const =0 |
virtual const SwPosition & | GetMarkEnd () const =0 |
virtual const OUString & | GetName () const =0 |
virtual bool | IsExpanded () const =0 |
virtual bool | IsCoveringPosition (const SwPosition &rPos) const =0 |
virtual OUString | ToString () const =0 |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const =0 |
![]() | |
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 () |
Protected Member Functions | |
IBookmark ()=default | |
![]() | |
IMark ()=default | |
![]() | |
virtual void | SwClientNotify (const SwModify &, const SfxHint &rHint) override |
![]() | |
SwClient (SwModify *pToRegisterIn) | |
SwModify * | GetRegisteredInNonConst () const |
![]() | |
WriterListener () | |
virtual | ~WriterListener () COVERITY_NOEXCEPT_FALSE |
Private Member Functions | |
IBookmark (IBookmark const &)=delete | |
IBookmark & | operator= (IBookmark const &)=delete |
|
protecteddefault |
|
privatedelete |
|
pure virtual |
Implemented in sw::mark::Bookmark.
Referenced by BookmarkTable::InsertBookmark(), sw::mark::SaveBookmark::SaveBookmark(), and SwScriptInfo::selectHiddenTextProperty().
|
pure virtual |
Implemented in sw::mark::Bookmark.
Referenced by sw::mark::SaveBookmark::SaveBookmark().
|
pure virtual |
Implemented in sw::mark::Bookmark.
Referenced by sw::mark::SaveBookmark::SaveBookmark().
|
pure virtual |
Implemented in sw::mark::Bookmark.
Referenced by sw::CopyBookmarks(), SwCursorShell::SetBookmark2(), sw::mark::SaveBookmark::SetInDoc(), and SwHistoryBookmark::SetInDoc().
|
pure virtual |
Implemented in sw::mark::Bookmark.
Referenced by BookmarkTable::InsertBookmark(), sw::mark::SaveBookmark::SaveBookmark(), and SwScriptInfo::selectHiddenTextProperty().
|
pure virtual |
Implemented in sw::mark::Bookmark.
Referenced by sw::CopyBookmarks(), SwCursorShell::SetBookmark2(), sw::mark::SaveBookmark::SetInDoc(), and SwHistoryBookmark::SetInDoc().
|
pure virtual |
Implemented in sw::mark::Bookmark.
Referenced by sw::CopyBookmarks(), SwCursorShell::SetBookmark(), SwCursorShell::SetBookmark2(), sw::mark::SaveBookmark::SetInDoc(), and SwHistoryBookmark::SetInDoc().
|
pure virtual |
Implemented in sw::mark::Bookmark.
Referenced by sw::CopyBookmarks(), SwCursorShell::SetBookmark(), SwCursorShell::SetBookmark2(), sw::mark::SaveBookmark::SetInDoc(), and SwHistoryBookmark::SetInDoc().