LibreOffice Module sw (master) 1
|
Redline that holds information about a table-cell that had some change. More...
#include <redline.hxx>
Public Member Functions | |
SwTableCellRedline (const SwRedlineData &rData, const SwTableBox &rTableBox) | |
virtual | ~SwTableCellRedline () override |
void | SetExtraData (const SwRedlineExtraData *pData) |
ExtraData gets copied, the pointer is therefore not taken over by the RedLineObject. More... | |
const SwTableBox & | GetTableBox () const |
const SwRedlineData & | GetRedlineData () const |
Public Member Functions inherited from SwExtraRedline | |
SwExtraRedline ()=default | |
virtual | ~SwExtraRedline () |
Private Attributes | |
SwRedlineData | m_aRedlineData |
const SwTableBox & | m_rTableBox |
Redline that holds information about a table-cell that had some change.
Definition at line 320 of file redline.hxx.
SwTableCellRedline::SwTableCellRedline | ( | const SwRedlineData & | rData, |
const SwTableBox & | rTableBox | ||
) |
Definition at line 2153 of file docredln.cxx.
|
overridevirtual |
Definition at line 2159 of file docredln.cxx.
|
inline |
Definition at line 336 of file redline.hxx.
Referenced by SwExtraRedlineTable::DeleteAllTableRedlines(), SwExtraRedlineTable::DeleteTableCellRedline(), and DocxAttributeOutput::TableCellRedline().
|
inline |
Definition at line 334 of file redline.hxx.
Referenced by SwExtraRedlineTable::DeleteAllTableRedlines(), SwExtraRedlineTable::DeleteTableCellRedline(), and DocxAttributeOutput::TableCellRedline().
|
inline |
ExtraData gets copied, the pointer is therefore not taken over by the RedLineObject.
Definition at line 332 of file redline.hxx.
References pData, and SwRedlineData::SetExtraData().
Referenced by SwUnoCursorHelper::makeTableCellRedline().
|
private |
Definition at line 323 of file redline.hxx.
|
private |
Definition at line 324 of file redline.hxx.