LibreOffice Module sw (master) 1
|
#include <redlndlg.hxx>
Public Member Functions | |
bool | operator< (const SwRedlineDataParent &rObj) const |
Public Attributes | |
const SwRedlineData * | pData |
const SwRedlineDataChild * | pNext |
std::unique_ptr< weld::TreeIter > | xTLBParent |
OUString | sComment |
Definition at line 43 of file redlndlg.hxx.
|
inline |
Definition at line 50 of file redlndlg.hxx.
References SwRedlineData::GetSeqNo(), and pData.
const SwRedlineData* SwRedlineDataParent::pData |
Definition at line 45 of file redlndlg.hxx.
Referenced by SwRedlineAcceptDlg::Activate(), SwRedlineAcceptDlg::GetRedlinePos(), SwRedlineAcceptDlg::InsertChildren(), SwRedlineAcceptDlg::InsertParents(), and operator<().
const SwRedlineDataChild* SwRedlineDataParent::pNext |
Definition at line 46 of file redlndlg.hxx.
Referenced by SwRedlineAcceptDlg::Activate(), SwRedlineAcceptDlg::CalcDiff(), SwRedlineAcceptDlg::InsertChildren(), and SwRedlineAcceptDlg::InsertParents().
OUString SwRedlineDataParent::sComment |
Definition at line 48 of file redlndlg.hxx.
Referenced by SwRedlineAcceptDlg::Activate(), and SwRedlineAcceptDlg::InsertParents().
std::unique_ptr<weld::TreeIter> SwRedlineDataParent::xTLBParent |
Definition at line 47 of file redlndlg.hxx.
Referenced by SwRedlineAcceptDlg::Activate(), SwRedlineAcceptDlg::InsertChildren(), and SwRedlineAcceptDlg::InsertParents().