Searched refs:i_eUndoId (Results 1 – 1 of 1) sorted by relevance
208 UndoManager::StartUndo(SwUndoId const i_eUndoId, in StartUndo() argument216 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() argument242 SwUndoId const eUndoId( ((0 == i_eUndoId) || (UNDO_START == i_eUndoId)) in EndUndo()243 ? UNDO_END : i_eUndoId ); in EndUndo()
Completed in 7 milliseconds