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

#include <editundo.hxx>

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

Public Member Functions

 EditUndoConnectParas (EditEngine *pEE, sal_Int32 nNode, sal_uInt16 nSepPos, SfxItemSet aLeftParaAttribs, SfxItemSet aRightParaAttribs, const SfxStyleSheet *pLeftStyle, const SfxStyleSheet *pRightStyle, bool bBackward)
 
virtual ~EditUndoConnectParas () override
 
virtual void Undo () override
 
virtual void Redo () override
 
- Public Member Functions inherited from EditUndo
 EditUndo (sal_uInt16 nI, EditEngine *pEE)
 
virtual ~EditUndo () override
 
EditEngineGetEditEngine ()
 
virtual void Undo () override=0
 
virtual void Redo () override=0
 
virtual bool CanRepeat (SfxRepeatTarget &) const override
 
virtual OUString GetComment () const override
 
ViewShellId GetViewShellId () const override
 See SfxUndoAction::GetViewShellId(). More...
 
sal_uInt16 GetId () const
 
- 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

sal_Int32 nNode
 
sal_uInt16 nSepPos
 
SfxItemSet aLeftParaAttribs
 
SfxItemSet aRightParaAttribs
 
OUString aLeftStyleName
 
OUString aRightStyleName
 
SfxStyleFamily eLeftStyleFamily
 
SfxStyleFamily eRightStyleFamily
 
bool bBackward
 

Detailed Description

Definition at line 55 of file editundo.hxx.

Constructor & Destructor Documentation

◆ EditUndoConnectParas()

EditUndoConnectParas::EditUndoConnectParas ( EditEngine pEE,
sal_Int32  nNode,
sal_uInt16  nSepPos,
SfxItemSet  aLeftParaAttribs,
SfxItemSet  aRightParaAttribs,
const SfxStyleSheet pLeftStyle,
const SfxStyleSheet pRightStyle,
bool  bBackward 
)

◆ ~EditUndoConnectParas()

EditUndoConnectParas::~EditUndoConnectParas ( )
overridevirtual

Definition at line 240 of file editundo.cxx.

Member Function Documentation

◆ Redo()

void EditUndoConnectParas::Redo ( )
overridevirtual

◆ Undo()

void EditUndoConnectParas::Undo ( )
overridevirtual

Member Data Documentation

◆ aLeftParaAttribs

SfxItemSet EditUndoConnectParas::aLeftParaAttribs
private

Definition at line 60 of file editundo.hxx.

Referenced by Undo().

◆ aLeftStyleName

OUString EditUndoConnectParas::aLeftStyleName
private

Definition at line 64 of file editundo.hxx.

Referenced by EditUndoConnectParas(), and Undo().

◆ aRightParaAttribs

SfxItemSet EditUndoConnectParas::aRightParaAttribs
private

Definition at line 61 of file editundo.hxx.

Referenced by Undo().

◆ aRightStyleName

OUString EditUndoConnectParas::aRightStyleName
private

Definition at line 65 of file editundo.hxx.

Referenced by EditUndoConnectParas(), and Undo().

◆ bBackward

bool EditUndoConnectParas::bBackward
private

Definition at line 69 of file editundo.hxx.

Referenced by Redo().

◆ eLeftStyleFamily

SfxStyleFamily EditUndoConnectParas::eLeftStyleFamily
private

Definition at line 66 of file editundo.hxx.

Referenced by EditUndoConnectParas(), and Undo().

◆ eRightStyleFamily

SfxStyleFamily EditUndoConnectParas::eRightStyleFamily
private

Definition at line 67 of file editundo.hxx.

Referenced by EditUndoConnectParas(), and Undo().

◆ nNode

sal_Int32 EditUndoConnectParas::nNode
private

Definition at line 58 of file editundo.hxx.

Referenced by Redo(), and Undo().

◆ nSepPos

sal_uInt16 EditUndoConnectParas::nSepPos
private

Definition at line 59 of file editundo.hxx.

Referenced by Undo().


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