LibreOffice Module sw (master) 1
Public Member Functions | List of all members
sw::IShellCursorSupplier Class Referenceabstract

The Undo actions need to create new Shell cursors. More...

#include <IShellCursorSupplier.hxx>

Inheritance diagram for sw::IShellCursorSupplier:
[legend]

Public Member Functions

virtual ~IShellCursorSupplier ()
 
virtual SwCursorCreateNewShellCursor ()=0
 
virtual SwCursorGetCurrentShellCursor ()=0
 

Detailed Description

The Undo actions need to create new Shell cursors.

Just creating new SwPaMs in the Undo actions is not sufficient, because only Shell cursors are corrected by doccorr.cxx.

Definition at line 31 of file IShellCursorSupplier.hxx.

Constructor & Destructor Documentation

◆ ~IShellCursorSupplier()

virtual sw::IShellCursorSupplier::~IShellCursorSupplier ( )
inlinevirtual

Definition at line 34 of file IShellCursorSupplier.hxx.

Member Function Documentation

◆ CreateNewShellCursor()

virtual SwCursor & sw::IShellCursorSupplier::CreateNewShellCursor ( )
pure virtual

◆ GetCurrentShellCursor()

virtual SwCursor & sw::IShellCursorSupplier::GetCurrentShellCursor ( )
pure virtual

Implemented in SwCursorShell.

Referenced by SwUndoTableCpyTable::RedoImpl().


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