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