Home
last modified time | relevance | path

Searched refs:SwUndoRedline (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sw/source/core/undo/
H A Dunredln.cxx47 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 …]
/aoo4110/main/sw/source/core/inc/
H A DUndoRedline.hxx38 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
/aoo4110/main/sw/source/core/doc/
H A Ddocredln.cxx1400 SwUndoRedline* pUndo = new SwUndoRedline( UNDO_REDLINE, rRange ); in DeleteRedline()
/aoo4110/main/sw/source/core/docnode/
H A Dndtbl.cxx2354 SwUndoRedline *const pU = dynamic_cast<SwUndoRedline*>( in MergeTbl()

Completed in 112 milliseconds