Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/edit/
H A Dedundo.cxx116 SwUndoId nLastUndoId(UNDO_EMPTY); in Undo() local
117 GetLastUndoInfo(0, & nLastUndoId); in Undo()
119 && ( UNDO_AUTOFORMAT == nLastUndoId in Undo()
120 || UNDO_AUTOCORRECT == nLastUndoId in Undo()
121 || UNDO_SETDEFTATTR == nLastUndoId ); in Undo()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh2.cxx522 SwUndoId nLastUndoId(UNDO_EMPTY); in NavigatorPaste() local
523 if (GetLastUndoInfo(0, & nLastUndoId)) in NavigatorPaste()
525 if (UNDO_INSSECTION != nLastUndoId) in NavigatorPaste()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx785 SwUndoId nLastUndoId(UNDO_EMPTY); in NewFlyFrm() local
788 & nLastUndoId)) in NewFlyFrm()
790 if (UNDO_INSLAYFMT == nLastUndoId) in NewFlyFrm()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx2405 SwUndoId nLastUndoId(UNDO_EMPTY); in RestoreInvisibleContent() local
2406 if (GetIDocumentUndoRedo().GetLastUndoInfo(0, & nLastUndoId) in RestoreInvisibleContent()
2407 && (UNDO_UI_DELETE_INVISIBLECNTNT == nLastUndoId)) in RestoreInvisibleContent()
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx2953 SwUndoId nLastUndoId(UNDO_EMPTY); in MergeDocuments() local
2954 if (rWorkShell.GetLastUndoInfo(0, & nLastUndoId)) in MergeDocuments()
2956 if (UNDO_UI_DELETE_INVISIBLECNTNT == nLastUndoId) in MergeDocuments()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx2349 SwUndoId nLastUndoId(UNDO_EMPTY); in MergeTbl() local
2350 if (GetIDocumentUndoRedo().GetLastUndoInfo(0, & nLastUndoId) in MergeTbl()
2351 && (UNDO_REDLINE == nLastUndoId)) in MergeTbl()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx4296 SwUndoId nLastUndoId(UNDO_EMPTY); in MouseButtonUp() local
4297 if (rSh.GetLastUndoInfo(0, & nLastUndoId)) in MouseButtonUp()
4299 if (UNDO_INS_FROM_SHADOWCRSR == nLastUndoId) in MouseButtonUp()

Completed in 195 milliseconds