Lines Matching refs:GetIDocumentUndoRedo
187 bool const bUndo(GetIDocumentUndoRedo().DoesUndo()); in InsertSwSection()
191 GetIDocumentUndoRedo().AppendUndo( pUndoInsSect ); in InsertSwSection()
192 GetIDocumentUndoRedo().DoUndo(false); in InsertSwSection()
373 GetIDocumentUndoRedo().DoUndo(bUndo); in InsertSwSection()
524 GetIDocumentUndoRedo().StartUndo(UNDO_DELSECTION, NULL); in DelSectionFmt()
538 if( GetIDocumentUndoRedo().DoesUndo() ) in DelSectionFmt()
545 GetIDocumentUndoRedo().AppendUndo( new SwUndoDelete( aPaM )); in DelSectionFmt()
550 GetIDocumentUndoRedo().EndUndo(UNDO_DELSECTION, NULL); in DelSectionFmt()
553 GetIDocumentUndoRedo().AppendUndo( MakeUndoDelSection( *pFmt ) ); in DelSectionFmt()
564 GetIDocumentUndoRedo().EndUndo(UNDO_DELSECTION, NULL); in DelSectionFmt()
608 GetIDocumentUndoRedo().EndUndo(UNDO_DELSECTION, NULL); in DelSectionFmt()
646 if (GetIDocumentUndoRedo().DoesUndo()) in UpdateSection()
648 GetIDocumentUndoRedo().AppendUndo( in UpdateSection()
654 ::sw::UndoGuard const undoGuard(GetIDocumentUndoRedo()); in UpdateSection()
681 if (GetIDocumentUndoRedo().DoesUndo()) in UpdateSection()
683 GetIDocumentUndoRedo().AppendUndo(MakeUndoUpdateSection(*pFmt, false)); in UpdateSection()
687 ::sw::UndoGuard const undoGuard(GetIDocumentUndoRedo()); in UpdateSection()
1329 && pDoc->GetIDocumentUndoRedo().IsUndoNodes(rNds)) in MakeCopy()