LibreOffice Module vcl (master) 1
Public Member Functions | Private Attributes | List of all members
TextUndoDelPara Class Reference

#include <textund2.hxx>

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

Public Member Functions

 TextUndoDelPara (TextEngine *pTextEngine, TextNode *pNode, sal_uInt32 nPara)
 
virtual ~TextUndoDelPara () override
 
virtual void Undo () override
 
virtual void Redo () override
 
virtual OUString GetComment () const override
 
- Public Member Functions inherited from TextUndo
 TextUndo (TextEngine *pTextEngine)
 
virtual ~TextUndo () override
 
TextEngineGetTextEngine () const
 
virtual void Undo () override=0
 
virtual void Redo () override=0
 
virtual OUString GetComment () const override
 
- 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
 

Private Attributes

bool mbDelObject
 
sal_uInt32 mnPara
 
TextNodempNode
 

Additional Inherited Members

- Protected Member Functions inherited from TextUndo
TextViewGetView () const
 
void SetSelection (const TextSelection &rSel)
 
TextDocGetDoc () const
 
TEParaPortionsGetTEParaPortions () const
 

Detailed Description

Definition at line 24 of file textund2.hxx.

Constructor & Destructor Documentation

◆ TextUndoDelPara()

TextUndoDelPara::TextUndoDelPara ( TextEngine pTextEngine,
TextNode pNode,
sal_uInt32  nPara 
)

Definition at line 139 of file textundo.cxx.

References mpNode.

◆ ~TextUndoDelPara()

TextUndoDelPara::~TextUndoDelPara ( )
overridevirtual

Definition at line 147 of file textundo.cxx.

References mbDelObject, and mpNode.

Member Function Documentation

◆ GetComment()

OUString TextUndoDelPara::GetComment ( ) const
overridevirtual

Reimplemented from TextUndo.

Definition at line 192 of file textundo.cxx.

References VclResId().

◆ Redo()

void TextUndoDelPara::Redo ( )
overridevirtual

◆ Undo()

void TextUndoDelPara::Undo ( )
overridevirtual

Member Data Documentation

◆ mbDelObject

bool TextUndoDelPara::mbDelObject
private

Definition at line 27 of file textund2.hxx.

Referenced by Redo(), Undo(), and ~TextUndoDelPara().

◆ mnPara

sal_uInt32 TextUndoDelPara::mnPara
private

Definition at line 28 of file textund2.hxx.

Referenced by Redo(), and Undo().

◆ mpNode

TextNode* TextUndoDelPara::mpNode
private

Definition at line 29 of file textund2.hxx.

Referenced by Redo(), Undo(), and ~TextUndoDelPara().


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