Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/undo/
H A Ddocundo.cxx208 UndoManager::StartUndo(SwUndoId const i_eUndoId, in StartUndo() argument
216 SwUndoId const eUndoId( (0 == i_eUndoId) ? UNDO_START : i_eUndoId ); in StartUndo()
235 UndoManager::EndUndo(SwUndoId const i_eUndoId, SwRewriter const*const pRewriter) in EndUndo() argument
242 SwUndoId const eUndoId( ((0 == i_eUndoId) || (UNDO_START == i_eUndoId)) in EndUndo()
243 ? UNDO_END : i_eUndoId ); in EndUndo()

Completed in 15 milliseconds