LibreOffice Module svl (master) 1
Public Member Functions | Public Attributes | List of all members
SfxUndoManager_Data Struct Reference
Collaboration diagram for SfxUndoManager_Data:
[legend]

Public Member Functions

 SfxUndoManager_Data (size_t i_nMaxUndoActionCount)
 
 SfxUndoManager_Data (const SfxUndoManager_Data &)=delete
 
SfxUndoManager_Dataoperator= (const SfxUndoManager_Data &)=delete
 

Public Attributes

::osl::Mutex aMutex
 
SfxUndoArray maUndoArray
 
SfxUndoArraypActUndoArray
 
sal_Int32 mnMarks
 
sal_Int32 mnEmptyMark
 
bool mbUndoEnabled
 
bool mbDoing
 
bool mbClearUntilTopLevel
 
bool mbEmptyActions
 
UndoListeners aListeners
 

Detailed Description

Definition at line 156 of file undo.cxx.

Constructor & Destructor Documentation

◆ SfxUndoManager_Data() [1/2]

SfxUndoManager_Data::SfxUndoManager_Data ( size_t  i_nMaxUndoActionCount)
inlineexplicit

Definition at line 171 of file undo.cxx.

References maUndoArray, and pActUndoArray.

◆ SfxUndoManager_Data() [2/2]

SfxUndoManager_Data::SfxUndoManager_Data ( const SfxUndoManager_Data )
delete

Member Function Documentation

◆ operator=()

SfxUndoManager_Data & SfxUndoManager_Data::operator= ( const SfxUndoManager_Data )
delete

Member Data Documentation

◆ aListeners

UndoListeners SfxUndoManager_Data::aListeners

Definition at line 169 of file undo.cxx.

Referenced by svl::undo::impl::UndoManagerGuard::~UndoManagerGuard().

◆ aMutex

::osl::Mutex SfxUndoManager_Data::aMutex

Definition at line 158 of file undo.cxx.

◆ maUndoArray

SfxUndoArray SfxUndoManager_Data::maUndoArray

Definition at line 159 of file undo.cxx.

Referenced by SfxUndoManager_Data().

◆ mbClearUntilTopLevel

bool SfxUndoManager_Data::mbClearUntilTopLevel

Definition at line 166 of file undo.cxx.

◆ mbDoing

bool SfxUndoManager_Data::mbDoing

Definition at line 165 of file undo.cxx.

◆ mbEmptyActions

bool SfxUndoManager_Data::mbEmptyActions

Definition at line 167 of file undo.cxx.

◆ mbUndoEnabled

bool SfxUndoManager_Data::mbUndoEnabled

Definition at line 164 of file undo.cxx.

◆ mnEmptyMark

sal_Int32 SfxUndoManager_Data::mnEmptyMark

Definition at line 163 of file undo.cxx.

◆ mnMarks

sal_Int32 SfxUndoManager_Data::mnMarks

Definition at line 162 of file undo.cxx.

◆ pActUndoArray

SfxUndoArray* SfxUndoManager_Data::pActUndoArray

Definition at line 160 of file undo.cxx.

Referenced by SfxUndoManager_Data().


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