LibreOffice Module sw (master) 1
|
#include <rolbck.hxx>
Public Member Functions | |
SwHistorySetText (SwTextAttr *pTextHt, SwNodeOffset nNode) | |
virtual | ~SwHistorySetText () override |
virtual void | SetInDoc (SwDoc *pDoc, bool bTmpSet) override |
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 | |
std::unique_ptr< SfxPoolItem > | m_pAttr |
const SwNodeOffset | m_nNodeIndex |
const sal_Int32 | m_nStart |
const sal_Int32 | m_nEnd |
bool | m_bFormatIgnoreStart: 1 |
bool | m_bFormatIgnoreEnd: 1 |
Definition at line 119 of file rolbck.hxx.
SwHistorySetText::SwHistorySetText | ( | SwTextAttr * | pTextHt, |
SwNodeOffset | nNode | ||
) |
Definition at line 222 of file rolbck.cxx.
References SfxPoolItem::Clone(), SwTextAttr::GetAttr(), SwFormatCharFormat::GetCharFormat(), SwTextAttr::GetCharFormat(), m_pAttr, RES_TXTATR_CHARFMT(), and SwTextAttr::Which().
|
overridevirtual |
Definition at line 246 of file rolbck.cxx.
|
overridevirtual |
Implements SwHistoryHint.
Definition at line 250 of file rolbck.cxx.
References SwCharFormats::ContainsFormat(), SwFormatCharFormat::GetCharFormat(), SwDoc::GetCharFormats(), SwDoc::GetNodes(), SwTextNode::InsertItem(), m_bFormatIgnoreEnd, m_bFormatIgnoreStart, m_nEnd, m_nNodeIndex, m_nStart, m_pAttr, NOHINTADJUST, NOTXTATRCHR, RES_TXTATR_CHARFMT(), SwTextAttr::SetFormatIgnoreEnd(), and SwTextAttr::SetFormatIgnoreStart().
|
private |
Definition at line 126 of file rolbck.hxx.
Referenced by SetInDoc().
|
private |
Definition at line 125 of file rolbck.hxx.
Referenced by SetInDoc().
|
private |
Definition at line 124 of file rolbck.hxx.
Referenced by SetInDoc().
|
private |
Definition at line 122 of file rolbck.hxx.
Referenced by SetInDoc().
|
private |
Definition at line 123 of file rolbck.hxx.
Referenced by SetInDoc().
|
private |
Definition at line 121 of file rolbck.hxx.
Referenced by SetInDoc(), and SwHistorySetText().