LibreOffice Module sw (master) 1
|
#include <docsort.hxx>
Public Member Functions | |
void | push_back (const SwTableBox *&rpTableBox) |
sal_uInt16 | GetPos (const SwTableBox *pTableBox) const |
Private Attributes | |
std::vector< const SwTableBox * > | mBoxes |
Definition at line 39 of file docsort.hxx.
sal_uInt16 SwMovedBoxes::GetPos | ( | const SwTableBox * | pTableBox | ) | const |
Definition at line 927 of file docsort.cxx.
References mBoxes.
Referenced by MoveCol(), MoveRow(), SwUndoSort::RedoImpl(), and SwUndoSort::UndoImpl().
|
inline |
Definition at line 45 of file docsort.hxx.
References mBoxes.
Referenced by MoveCol(), MoveRow(), SwUndoSort::RedoImpl(), and SwUndoSort::UndoImpl().
|
private |
Definition at line 42 of file docsort.hxx.
Referenced by GetPos(), and push_back().