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 |
![]() | |
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 311 of file redline.hxx.
SwTableCellRedline::SwTableCellRedline | ( | const SwRedlineData & | rData, |
const SwTableBox & | rTableBox | ||
) |
Definition at line 2108 of file docredln.cxx.
|
overridevirtual |
Definition at line 2114 of file docredln.cxx.
|
inline |
Definition at line 327 of file redline.hxx.
Referenced by SwExtraRedlineTable::DeleteAllTableRedlines(), SwExtraRedlineTable::DeleteTableCellRedline(), and DocxAttributeOutput::TableCellRedline().
|
inline |
Definition at line 325 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 323 of file redline.hxx.
References SwRedlineData::SetExtraData().
Referenced by SwUnoCursorHelper::makeTableCellRedline().
|
private |
Definition at line 314 of file redline.hxx.
|
private |
Definition at line 315 of file redline.hxx.