LibreOffice Module sw (master) 1
Public Member Functions | Protected Attributes | List of all members
SwUndoFormatCreate Class Referenceabstract

#include <SwUndoFmt.hxx>

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

Public Member Functions

 SwUndoFormatCreate (SwUndoId nUndoId, SwFormat *pNew, SwFormat const *pDerivedFrom, SwDoc &rDoc)
 
virtual ~SwUndoFormatCreate () override
 
virtual void UndoImpl (::sw::UndoRedoContext &) override
 
virtual void RedoImpl (::sw::UndoRedoContext &) override
 
virtual SwRewriter GetRewriter () const override
 Returns the rewriter for this object. More...
 
virtual SwFormatCreate (SwFormat *pDerivedFrom)=0
 
virtual void Delete ()=0
 
virtual SwFormatFind (const OUString &rName) const =0
 
- Public Member Functions inherited from SwUndo
virtual void UndoImpl (::sw::UndoRedoContext &)=0
 
virtual void RedoImpl (::sw::UndoRedoContext &)=0
 
 SwUndo (SwUndoId const nId, const SwDoc *pDoc)
 
virtual ~SwUndo () override
 
SwUndoId GetId () const
 
virtual OUString GetComment () const override
 Returns textual comment for this undo object. More...
 
ViewShellId GetViewShellId () const override
 See SfxUndoAction::GetViewShellId(). More...
 
RedlineFlags GetRedlineFlags () const
 
void SetRedlineFlags (RedlineFlags eMode)
 
bool IsDelBox () const
 
void IgnoreRepeat ()
 
- Public Member Functions inherited from SfxUndoAction
 SfxUndoAction ()
 
virtual ~SfxUndoAction () COVERITY_NOEXCEPT_FALSE
 
virtual void Undo ()
 
virtual void UndoWithContext (SfxUndoContext &i_context)
 
virtual void Redo ()
 
virtual void RedoWithContext (SfxUndoContext &i_context)
 
virtual void Repeat (SfxRepeatTarget &)
 
virtual bool CanRepeat (SfxRepeatTarget &) const
 
virtual bool Merge (SfxUndoAction *pNextAction)
 
virtual OUString GetComment () const
 
virtual OUString GetRepeatComment (SfxRepeatTarget &) const
 
virtual ViewShellId GetViewShellId () const
 
const DateTimeGetDateTime () const
 
virtual void dumpAsXml (xmlTextWriterPtr pWriter) const
 

Protected Attributes

SwFormatm_pNew
 
OUString m_sDerivedFrom
 
SwDocm_rDoc
 
OUString m_sNewName
 
std::unique_ptr< SfxItemSetm_pNewSet
 
sal_uInt16 m_nId
 
bool m_bAuto
 
- Protected Attributes inherited from SwUndo
bool m_bCacheComment
 
std::optional< OUString > maComment
 

Additional Inherited Members

- Static Public Member Functions inherited from SwUndo
static bool FillSaveData (const SwPaM &rRange, SwRedlineSaveDatas &rSData, bool bDelRange=true, bool bCopyNext=true)
 
static bool FillSaveDataForFormat (const SwPaM &, SwRedlineSaveDatas &)
 
static void SetSaveData (SwDoc &rDoc, SwRedlineSaveDatas &rSData)
 
static bool HasHiddenRedlines (const SwRedlineSaveDatas &rSData)
 
- Protected Member Functions inherited from SwUndo
virtual SwRewriter GetRewriter () const
 Returns the rewriter for this object. More...
 
virtual void RepeatImpl (::sw::RepeatContext &)
 
- Static Protected Member Functions inherited from SwUndo
static void RemoveIdxFromSection (SwDoc &, SwNodeOffset nSttIdx, const SwNodeOffset *pEndIdx=nullptr)
 
static void RemoveIdxFromRange (SwPaM &rPam, bool bMoveNext)
 
static void RemoveIdxRel (SwNodeOffset, const SwPosition &)
 
static bool CanRedlineGroup (SwRedlineSaveDatas &rCurr, const SwRedlineSaveDatas &rCheck, bool bCurrIsEnd)
 

Detailed Description

Definition at line 33 of file SwUndoFmt.hxx.

Constructor & Destructor Documentation

◆ SwUndoFormatCreate()

SwUndoFormatCreate::SwUndoFormatCreate ( SwUndoId  nUndoId,
SwFormat pNew,
SwFormat const *  pDerivedFrom,
SwDoc rDoc 
)

Definition at line 32 of file SwUndoFmt.cxx.

References SwFormat::GetName(), and m_sDerivedFrom.

◆ ~SwUndoFormatCreate()

SwUndoFormatCreate::~SwUndoFormatCreate ( )
overridevirtual

Definition at line 41 of file SwUndoFmt.cxx.

Member Function Documentation

◆ Create()

virtual SwFormat * SwUndoFormatCreate::Create ( SwFormat pDerivedFrom)
pure virtual

◆ Delete()

virtual void SwUndoFormatCreate::Delete ( )
pure virtual

◆ Find()

virtual SwFormat * SwUndoFormatCreate::Find ( const OUString &  rName) const
pure virtual

◆ GetRewriter()

SwRewriter SwUndoFormatCreate::GetRewriter ( ) const
overridevirtual

Returns the rewriter for this object.

Returns
the rewriter for this object

Reimplemented from SwUndo.

Definition at line 85 of file SwUndoFmt.cxx.

References SwRewriter::AddRule(), SwFormat::GetName(), m_pNew, m_sNewName, and UndoArg1.

◆ RedoImpl()

void SwUndoFormatCreate::RedoImpl ( ::sw::UndoRedoContext )
overridevirtual

◆ UndoImpl()

void SwUndoFormatCreate::UndoImpl ( ::sw::UndoRedoContext )
overridevirtual

Member Data Documentation

◆ m_bAuto

bool SwUndoFormatCreate::m_bAuto
protected

Definition at line 42 of file SwUndoFmt.hxx.

Referenced by RedoImpl(), and UndoImpl().

◆ m_nId

sal_uInt16 SwUndoFormatCreate::m_nId
protected

Definition at line 41 of file SwUndoFmt.hxx.

Referenced by RedoImpl(), and UndoImpl().

◆ m_pNew

SwFormat* SwUndoFormatCreate::m_pNew
protected

◆ m_pNewSet

std::unique_ptr<SfxItemSet> SwUndoFormatCreate::m_pNewSet
protected

Definition at line 40 of file SwUndoFmt.hxx.

Referenced by RedoImpl(), and UndoImpl().

◆ m_rDoc

SwDoc& SwUndoFormatCreate::m_rDoc
protected

◆ m_sDerivedFrom

OUString SwUndoFormatCreate::m_sDerivedFrom
protected

Definition at line 37 of file SwUndoFmt.hxx.

Referenced by RedoImpl(), and SwUndoFormatCreate().

◆ m_sNewName

OUString SwUndoFormatCreate::m_sNewName
mutableprotected

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