|
LibreOffice Module sw (master) 1
|
History object containing all information used during undo / redo of checkbox and drop-down form field insertion. More...
#include <rolbck.hxx>
Public Member Functions | |
| SwHistoryNoTextFieldmark (const ::sw::mark::IFieldmark &rFieldMark) | |
| virtual void | SetInDoc (SwDoc *pDoc, bool) override |
| void | ResetInDoc (SwDoc &rDoc) |
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_sType |
| const SwNodeOffset | m_nNode |
| const sal_Int32 | m_nContent |
History object containing all information used during undo / redo of checkbox and drop-down form field insertion.
Definition at line 275 of file rolbck.hxx.
| SwHistoryNoTextFieldmark::SwHistoryNoTextFieldmark | ( | const ::sw::mark::IFieldmark & | rFieldMark | ) |
Definition at line 729 of file rolbck.cxx.
| void SwHistoryNoTextFieldmark::ResetInDoc | ( | SwDoc & | rDoc | ) |
Definition at line 755 of file rolbck.cxx.
References IDocumentMarkAccess::deleteFieldmarkAt(), SwDoc::getIDocumentMarkAccess(), SwDoc::GetIDocumentUndoRedo(), SwDoc::GetNodes(), m_nContent, and m_nNode.
|
overridevirtual |
Implements SwHistoryHint.
Definition at line 737 of file rolbck.cxx.
References SwDoc::getIDocumentMarkAccess(), SwDoc::GetIDocumentUndoRedo(), SwDoc::GetNodes(), m_nContent, m_nNode, m_sType, and IDocumentMarkAccess::makeNoTextFieldBookmark().
|
private |
Definition at line 285 of file rolbck.hxx.
Referenced by ResetInDoc(), and SetInDoc().
|
private |
Definition at line 284 of file rolbck.hxx.
Referenced by ResetInDoc(), and SetInDoc().
|
private |
Definition at line 283 of file rolbck.hxx.
Referenced by SetInDoc().