Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/undo/
H A Ddocundo.cxx199 UndoManager::StartUndo(SwUndoId const i_eUndoId, in StartUndo() argument
207 SwUndoId const eUndoId( (0 == i_eUndoId) ? UNDO_START : i_eUndoId ); in StartUndo()
226 UndoManager::EndUndo(SwUndoId const i_eUndoId, SwRewriter const*const pRewriter) in EndUndo() argument
233 SwUndoId const eUndoId( ((0 == i_eUndoId) || (UNDO_START == i_eUndoId)) in EndUndo()
234 ? UNDO_END : i_eUndoId ); in EndUndo()

Completed in 6 milliseconds