Searched refs:nLastUndoId (Results 1 – 7 of 7) sorted by relevance
116 SwUndoId nLastUndoId(UNDO_EMPTY); in Undo() local117 GetLastUndoInfo(0, & nLastUndoId); in Undo()119 && ( UNDO_AUTOFORMAT == nLastUndoId in Undo()120 || UNDO_AUTOCORRECT == nLastUndoId in Undo()121 || UNDO_SETDEFTATTR == nLastUndoId ); in Undo()
522 SwUndoId nLastUndoId(UNDO_EMPTY); in NavigatorPaste() local523 if (GetLastUndoInfo(0, & nLastUndoId)) in NavigatorPaste()525 if (UNDO_INSSECTION != nLastUndoId) in NavigatorPaste()
785 SwUndoId nLastUndoId(UNDO_EMPTY); in NewFlyFrm() local788 & nLastUndoId)) in NewFlyFrm()790 if (UNDO_INSLAYFMT == nLastUndoId) in NewFlyFrm()
2423 SwUndoId nLastUndoId(UNDO_EMPTY); in RestoreInvisibleContent() local2424 if (GetIDocumentUndoRedo().GetLastUndoInfo(0, & nLastUndoId) in RestoreInvisibleContent()2425 && (UNDO_UI_DELETE_INVISIBLECNTNT == nLastUndoId)) in RestoreInvisibleContent()
2953 SwUndoId nLastUndoId(UNDO_EMPTY); in MergeDocuments() local2954 if (rWorkShell.GetLastUndoInfo(0, & nLastUndoId)) in MergeDocuments()2956 if (UNDO_UI_DELETE_INVISIBLECNTNT == nLastUndoId) in MergeDocuments()
2349 SwUndoId nLastUndoId(UNDO_EMPTY); in MergeTbl() local2350 if (GetIDocumentUndoRedo().GetLastUndoInfo(0, & nLastUndoId) in MergeTbl()2351 && (UNDO_REDLINE == nLastUndoId)) in MergeTbl()
4294 SwUndoId nLastUndoId(UNDO_EMPTY); in MouseButtonUp() local4295 if (rSh.GetLastUndoInfo(0, & nLastUndoId)) in MouseButtonUp()4297 if (UNDO_INS_FROM_SHADOWCRSR == nLastUndoId) in MouseButtonUp()
Completed in 103 milliseconds