LibreOffice Module sw (master) 1
|
#include <UndoCore.hxx>
Public Member Functions | |
SwRedlineSaveDatas () | |
void | clear () |
bool | empty () const |
size_t | size () const |
void | push_back (std::unique_ptr< SwRedlineSaveData > pNew) |
const SwRedlineSaveData & | operator[] (size_t const nIdx) const |
SwRedlineSaveData & | operator[] (size_t const nIdx) |
Private Attributes | |
std::vector< std::unique_ptr< SwRedlineSaveData > > | m_Data |
Definition at line 68 of file UndoCore.hxx.
|
inline |
Definition at line 73 of file UndoCore.hxx.
|
inline |
Definition at line 75 of file UndoCore.hxx.
References m_Data.
Referenced by SwUndo::FillSaveData(), and SwUndo::FillSaveDataForFormat().
|
inline |
Definition at line 76 of file UndoCore.hxx.
References m_Data.
Referenced by SwUndo::FillSaveData(), SwUndo::FillSaveDataForFormat(), and SwUndo::SetSaveData().
|
inline |
Definition at line 80 of file UndoCore.hxx.
References m_Data.
|
inline |
Definition at line 79 of file UndoCore.hxx.
References m_Data.
|
inline |
Definition at line 78 of file UndoCore.hxx.
References m_Data.
Referenced by SwUndo::FillSaveData(), and SwUndo::FillSaveDataForFormat().
|
inline |
Definition at line 77 of file UndoCore.hxx.
References m_Data.
Referenced by SwUndo::CanRedlineGroup(), FindFirstAndNextNode(), SwUndo::HasHiddenRedlines(), and SwUndo::SetSaveData().
|
private |
Definition at line 70 of file UndoCore.hxx.
Referenced by clear(), empty(), operator[](), push_back(), and size().