LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwHistoryTextFieldmark Class Referencefinal

History object containing all information used during undo / redo of text form field insertion. More...

#include <rolbck.hxx>

Inheritance diagram for SwHistoryTextFieldmark:
[legend]
Collaboration diagram for SwHistoryTextFieldmark:
[legend]

Public Member Functions

 SwHistoryTextFieldmark (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_sName
 
const OUString m_sType
 
const SwNodeOffset m_nStartNode
 
const sal_Int32 m_nStartContent
 
const SwNodeOffset m_nEndNode
 
const sal_Int32 m_nEndContent
 
SwNodeOffset m_nSepNode
 
sal_Int32 m_nSepContent
 

Detailed Description

History object containing all information used during undo / redo of text form field insertion.

Definition at line 290 of file rolbck.hxx.

Constructor & Destructor Documentation

◆ SwHistoryTextFieldmark()

SwHistoryTextFieldmark::SwHistoryTextFieldmark ( const ::sw::mark::IFieldmark &  rFieldMark)

Member Function Documentation

◆ ResetInDoc()

void SwHistoryTextFieldmark::ResetInDoc ( SwDoc rDoc)

◆ SetInDoc()

void SwHistoryTextFieldmark::SetInDoc ( SwDoc pDoc,
bool   
)
overridevirtual

Member Data Documentation

◆ m_nEndContent

const sal_Int32 SwHistoryTextFieldmark::m_nEndContent
private

Definition at line 303 of file rolbck.hxx.

Referenced by SetInDoc().

◆ m_nEndNode

const SwNodeOffset SwHistoryTextFieldmark::m_nEndNode
private

Definition at line 302 of file rolbck.hxx.

Referenced by ResetInDoc(), and SetInDoc().

◆ m_nSepContent

sal_Int32 SwHistoryTextFieldmark::m_nSepContent
private

Definition at line 305 of file rolbck.hxx.

Referenced by SetInDoc(), and SwHistoryTextFieldmark().

◆ m_nSepNode

SwNodeOffset SwHistoryTextFieldmark::m_nSepNode
private

Definition at line 304 of file rolbck.hxx.

Referenced by ResetInDoc(), SetInDoc(), and SwHistoryTextFieldmark().

◆ m_nStartContent

const sal_Int32 SwHistoryTextFieldmark::m_nStartContent
private

Definition at line 301 of file rolbck.hxx.

Referenced by ResetInDoc(), and SetInDoc().

◆ m_nStartNode

const SwNodeOffset SwHistoryTextFieldmark::m_nStartNode
private

Definition at line 300 of file rolbck.hxx.

Referenced by ResetInDoc(), and SetInDoc().

◆ m_sName

const OUString SwHistoryTextFieldmark::m_sName
private

Definition at line 298 of file rolbck.hxx.

Referenced by SetInDoc().

◆ m_sType

const OUString SwHistoryTextFieldmark::m_sType
private

Definition at line 299 of file rolbck.hxx.

Referenced by SetInDoc().


The documentation for this class was generated from the following files: