Searched refs:SwUndoRedline (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sw/source/core/undo/ |
H A D | unredln.cxx | 47 SwUndoRedline::SwUndoRedline( SwUndoId nUsrId, const SwPaM& rRange ) in SwUndoRedline() function in SwUndoRedline 86 SwUndoRedline::~SwUndoRedline() in ~SwUndoRedline() 92 sal_uInt16 SwUndoRedline::GetRedlSaveCount() const in GetRedlSaveCount() 98 void SwUndoRedline::UndoImpl(::sw::UndoRedoContext & rContext) in UndoImpl() 122 void SwUndoRedline::RedoImpl(::sw::UndoRedoContext & rContext) in RedoImpl() 146 void SwUndoRedline::UndoRedlineImpl(SwDoc &, SwPaM &) in UndoRedlineImpl() 151 void SwUndoRedline::RedoRedlineImpl(SwDoc & rDoc, SwPaM & rPam) in RedoRedlineImpl() 160 : SwUndoRedline( nUsrId = (nUsrId ? nUsrId : UNDO_DELETE), rRange ), in SwUndoRedlineDelete() 232 : SwUndoRedline( UNDO_SORT_TXT, rRange ), in SwUndoRedlineSort() 348 : SwUndoRedline( UNDO_ACCEPT_REDLINE, rRange ) in SwUndoAcceptRedline() [all …]
|
/aoo42x/main/sw/source/core/inc/ |
H A D | UndoRedline.hxx | 38 class SwUndoRedline : public SwUndo, public SwUndRng class 50 SwUndoRedline( SwUndoId nUserId, const SwPaM& rRange ); 52 virtual ~SwUndoRedline(); 61 class SwUndoRedlineDelete : public SwUndoRedline 80 class SwUndoRedlineSort : public SwUndoRedline 100 class SwUndoAcceptRedline : public SwUndoRedline 111 class SwUndoRejectRedline : public SwUndoRedline
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docredln.cxx | 1400 SwUndoRedline* pUndo = new SwUndoRedline( UNDO_REDLINE, rRange ); in DeleteRedline()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 2354 SwUndoRedline *const pU = dynamic_cast<SwUndoRedline*>( in MergeTbl()
|
Completed in 60 milliseconds