LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwMovedBoxes Class Reference

#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
 

Detailed Description

Definition at line 39 of file docsort.hxx.

Member Function Documentation

◆ GetPos()

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().

◆ push_back()

void SwMovedBoxes::push_back ( const SwTableBox *&  rpTableBox)
inline

Definition at line 45 of file docsort.hxx.

References mBoxes.

Referenced by MoveCol(), MoveRow(), SwUndoSort::RedoImpl(), and SwUndoSort::UndoImpl().

Member Data Documentation

◆ mBoxes

std::vector<const SwTableBox*> SwMovedBoxes::mBoxes
private

Definition at line 42 of file docsort.hxx.

Referenced by GetPos(), and push_back().


The documentation for this class was generated from the following files: