LibreOffice Module sw (master) 1
|
#include <rolbck.hxx>
Public Member Functions | |
SwHistorySetRefMark (const SwTextRefMark *pTextHt, SwNodeOffset nNode) | |
virtual void | SetInDoc (SwDoc *pDoc, bool bTmpSet) override |
const OUString & | GetRefName () |
Public Member Functions inherited from SwHistoryHint | |
SwHistoryHint (HISTORY_HINT eWhich) | |
virtual | ~SwHistoryHint () |
virtual void | SetInDoc (SwDoc *pDoc, bool bTmpSet)=0 |
HISTORY_HINT | Which () const |
virtual OUString | GetDescription () const |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
Private Attributes | |
const OUString | m_RefName |
const SwNodeOffset | m_nNodeIndex |
const sal_Int32 | m_nStart |
const sal_Int32 | m_nEnd |
Definition at line 155 of file rolbck.hxx.
SwHistorySetRefMark::SwHistorySetRefMark | ( | const SwTextRefMark * | pTextHt, |
SwNodeOffset | nNode | ||
) |
Definition at line 341 of file rolbck.cxx.
|
inline |
Definition at line 165 of file rolbck.hxx.
References m_RefName.
Referenced by SwUndoResetAttr::RedoImpl().
|
overridevirtual |
Implements SwHistoryHint.
Definition at line 350 of file rolbck.cxx.
References SwDoc::GetNodes(), SwTextNode::GetTextAttrForCharAt(), SwTextNode::InsertItem(), m_nEnd, m_nNodeIndex, m_nStart, m_RefName, NOTXTATRCHR, and RES_TXTATR_REFMARK().
|
private |
Definition at line 160 of file rolbck.hxx.
Referenced by SetInDoc().
|
private |
Definition at line 158 of file rolbck.hxx.
Referenced by SetInDoc().
|
private |
Definition at line 159 of file rolbck.hxx.
Referenced by SetInDoc().
|
private |
Definition at line 157 of file rolbck.hxx.
Referenced by GetRefName(), and SetInDoc().