Searched refs:rMovedList (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sw/source/core/doc/ |
H A D | docsort.cxx | 651 SwMovedBoxes& rMovedList, SwUndoSort* pUD) in MoveRow() argument 663 sal_Bool bMoved = rMovedList.GetPos(pT) != USHRT_MAX; in MoveRow() 668 rMovedList.Insert(pS, rMovedList.Count() ); in MoveRow() 699 SwMovedBoxes& rMovedList, SwUndoSort* pUD) in MoveCol() argument 713 sal_Bool bMoved = rMovedList.GetPos(pT) != USHRT_MAX; in MoveCol() 716 rMovedList.Insert(pS, rMovedList.Count() ); in MoveCol()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | docsort.hxx | 61 sal_uInt16 nS, sal_uInt16 nT, SwMovedBoxes& rMovedList, SwUndoSort* pUD=0); 63 sal_uInt16 nS, sal_uInt16 nT, SwMovedBoxes& rMovedList, SwUndoSort* pUD=0);
|
Completed in 20 milliseconds