Searched refs:SwUndoSort (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sw/source/core/undo/ |
H A D | unsort.cxx | 62 SwUndoSort::SwUndoSort(const SwPaM& rRg, const SwSortOptions& rOpt) in SwUndoSort() function in SwUndoSort 69 SwUndoSort::SwUndoSort( sal_uLong nStt, sal_uLong nEnd, const SwTableNode& rTblNd, in SwUndoSort() function in SwUndoSort 82 SwUndoSort::~SwUndoSort() in ~SwUndoSort() 89 void SwUndoSort::UndoImpl(::sw::UndoRedoContext & rContext) in UndoImpl() 170 void SwUndoSort::RedoImpl(::sw::UndoRedoContext & rContext) in RedoImpl() 251 void SwUndoSort::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl() 264 void SwUndoSort::Insert( const String& rOrgPos, const String& rNewPos) in Insert() 270 void SwUndoSort::Insert( sal_uLong nOrgPos, sal_uLong nNewPos) in Insert()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | UndoSort.hxx | 68 class SwUndoSort : public SwUndo, private SwUndRng class 77 SwUndoSort( const SwPaM&, const SwSortOptions& ); 78 SwUndoSort( sal_uLong nStt, sal_uLong nEnd, const SwTableNode&, 81 virtual ~SwUndoSort();
|
H A D | docsort.hxx | 32 class SwUndoSort; 61 sal_uInt16 nS, sal_uInt16 nT, SwMovedBoxes& rMovedList, SwUndoSort* pUD=0); 63 sal_uInt16 nS, sal_uInt16 nT, SwMovedBoxes& rMovedList, SwUndoSort* pUD=0); 65 const SwTableBox* pTar, sal_Bool bMovedBefore, SwUndoSort* pUD=0);
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docsort.cxx | 368 SwUndoSort* pUndoSort = 0; in SortText() 436 pUndoSort = new SwUndoSort(rPaM, rOpt); in SortText() 588 SwUndoSort* pUndoSort = 0; in SortTbl() 591 pUndoSort = new SwUndoSort( rBoxes[0]->GetSttIdx(), in SortTbl() 651 SwMovedBoxes& rMovedList, SwUndoSort* pUD) in MoveRow() 699 SwMovedBoxes& rMovedList, SwUndoSort* pUD) in MoveCol() 747 sal_Bool bMovedBefore, SwUndoSort* pUD) in MoveCell()
|
Completed in 33 milliseconds