/aoo42x/main/sw/source/core/undo/ |
H A D | docundo.cxx | 204 return UNDO_EMPTY; in StartUndo() 230 return UNDO_EMPTY; in EndUndo() 384 SwUndoId nRepeatId(UNDO_EMPTY); in GetRepeatInfo() 394 return UNDO_EMPTY; in GetRepeatInfo()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | editsh.cxx | 202 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in SplitNode() 210 GetDoc()->GetIDocumentUndoRedo().EndUndo(UNDO_EMPTY, NULL); in SplitNode() 228 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in AppendTxtNode() 235 GetDoc()->GetIDocumentUndoRedo().EndUndo(UNDO_EMPTY, NULL); in AppendTxtNode() 1168 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in TransliterateText() 1175 GetDoc()->GetIDocumentUndoRedo().EndUndo(UNDO_EMPTY, NULL); in TransliterateText()
|
H A D | edtab.cxx | 447 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in SplitTable() 451 GetDoc()->GetIDocumentUndoRedo().EndUndo(UNDO_EMPTY, NULL); in SplitTable() 465 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in MergeTable() 469 GetDoc()->GetIDocumentUndoRedo().EndUndo(UNDO_EMPTY, NULL); in MergeTable()
|
H A D | edundo.cxx | 116 SwUndoId nLastUndoId(UNDO_EMPTY); in Undo() 175 SwUndoId nFirstRedoId(UNDO_EMPTY); in Redo()
|
H A D | eddel.cxx | 316 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in Replace() 328 GetDoc()->GetIDocumentUndoRedo().EndUndo(UNDO_EMPTY, NULL); in Replace()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | doccomp.cxx | 1585 GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in CompareDoc() 1616 GetIDocumentUndoRedo().EndUndo(UNDO_EMPTY, NULL); in CompareDoc() 1805 GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in MergeDoc() 1877 GetIDocumentUndoRedo().EndUndo(UNDO_EMPTY, NULL); in MergeDoc()
|
H A D | docdraw.cxx | 450 GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in DeleteSelection() 534 GetIDocumentUndoRedo().EndUndo(UNDO_EMPTY, NULL); in DeleteSelection()
|
H A D | docedt.cxx | 1587 GetIDocumentUndoRedo().EndUndo( UNDO_EMPTY, NULL ); in DeleteAndJoinWithRedlineImpl() 2346 GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in ReplaceRangeImpl() 2438 GetIDocumentUndoRedo().EndUndo(UNDO_EMPTY, NULL); in ReplaceRangeImpl()
|
H A D | doc.cxx | 2405 SwUndoId nLastUndoId(UNDO_EMPTY); in RestoreInvisibleContent()
|
/aoo42x/main/sw/source/core/draw/ |
H A D | dview.cxx | 1076 pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in DeleteMarked() 1095 pDoc->GetIDocumentUndoRedo().EndUndo(UNDO_EMPTY, NULL); in DeleteMarked()
|
/aoo42x/main/sw/inc/ |
H A D | editsh.hxx | 524 SwUndoId StartUndo( SwUndoId eUndoId = UNDO_EMPTY, const SwRewriter * pRewriter = 0 ); 526 SwUndoId EndUndo( SwUndoId eUndoId = UNDO_EMPTY, const SwRewriter * pRewriter = 0 );
|
H A D | swundo.hxx | 37 UNDO_EMPTY = 0, enumerator
|
/aoo42x/main/sw/source/core/inc/ |
H A D | UndoRedline.hxx | 71 SwUndoRedlineDelete( const SwPaM& rRange, SwUndoId nUserId = UNDO_EMPTY );
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 126 ~lcl_DelRedlines() { pDoc->EndUndo(UNDO_EMPTY, NULL); } in ~lcl_DelRedlines() 131 pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in lcl_DelRedlines() 2349 SwUndoId nLastUndoId(UNDO_EMPTY); in MergeTbl() 4552 GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in UnProtectTbls() 4586 GetIDocumentUndoRedo().EndUndo(UNDO_EMPTY, NULL); in UnProtectTbls() 4639 pDoc->StartUndo(UNDO_EMPTY, NULL); in lcl_DelRedlines()
|
/aoo42x/main/sw/source/ui/wrtsh/ |
H A D | wrtsh2.cxx | 522 SwUndoId nLastUndoId(UNDO_EMPTY); in NavigatorPaste()
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | dbmgr.cxx | 492 pSh->StartUndo(UNDO_EMPTY); in ImportFromConnection() 513 pSh->EndUndo(UNDO_EMPTY); in ImportFromConnection() 2953 SwUndoId nLastUndoId(UNDO_EMPTY); in MergeDocuments()
|
H A D | dbinsdlg.cxx | 1030 rSh.StartUndo( UNDO_EMPTY ); in DataToDoc() 1478 rSh.EndUndo( UNDO_EMPTY ); in DataToDoc()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | tabsh.cxx | 920 SwUndoId nUndoId = UNDO_EMPTY; in Execute()
|
H A D | textsh1.cxx | 383 … rWrtSh.StartUndo( ( !bForParagraph && !bForSelection ) ? UNDO_SETDEFTATTR : UNDO_EMPTY ); in Execute()
|
H A D | basesh.cxx | 572 (UNDO_EMPTY != rSh.GetRepeatInfo(0))) in StateUndo()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 785 SwUndoId nLastUndoId(UNDO_EMPTY); in NewFlyFrm()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | crstrvl.cxx | 1892 nUndoId = UNDO_EMPTY; in SetShadowCrsrPos()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 2269 pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in attachToRange()
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 4294 SwUndoId nLastUndoId(UNDO_EMPTY); in MouseButtonUp()
|