Lines Matching refs:GetIDocumentUndoRedo
381 ::sw::UndoGuard const undoGuard(rDoc.GetIDocumentUndoRedo()); in lcl_SetFlyFrmAttr()
497 if (GetIDocumentUndoRedo().DoesUndo()) in SetFlyFrmAttr()
499 GetIDocumentUndoRedo().ClearRedo(); // AppendUndo far below, so leave it in SetFlyFrmAttr()
509 GetIDocumentUndoRedo().AppendUndo( pSaveUndo->ReleaseUndo() ); in SetFlyFrmAttr()
527 ::sw::DrawUndoGuard const drawUndoGuard(GetIDocumentUndoRedo()); in SetFlyFrmTitle()
529 if (GetIDocumentUndoRedo().DoesUndo()) in SetFlyFrmTitle()
531 GetIDocumentUndoRedo().AppendUndo( new SwUndoFlyStrAttr( rFlyFrmFmt, in SetFlyFrmTitle()
550 ::sw::DrawUndoGuard const drawUndoGuard(GetIDocumentUndoRedo()); in SetFlyFrmDescription()
552 if (GetIDocumentUndoRedo().DoesUndo()) in SetFlyFrmDescription()
554 GetIDocumentUndoRedo().AppendUndo( new SwUndoFlyStrAttr( rFlyFrmFmt, in SetFlyFrmDescription()
576 bool const bUndo = GetIDocumentUndoRedo().DoesUndo(); in SetFrmFmtToFly()
580 GetIDocumentUndoRedo().AppendUndo(pUndo); in SetFrmFmtToFly()
585 ::sw::UndoGuard const undoGuard(GetIDocumentUndoRedo()); in SetFrmFmtToFly()
678 GetIDocumentUndoRedo().StartUndo( UNDO_INSATTR, NULL ); in ChgAnchor()
909 GetIDocumentUndoRedo().EndUndo( UNDO_END, NULL ); in ChgAnchor()
1020 GetIDocumentUndoRedo().StartUndo( UNDO_CHAINE, NULL ); in Chain()
1053 GetIDocumentUndoRedo().EndUndo( UNDO_CHAINE, NULL ); in Chain()
1063 GetIDocumentUndoRedo().StartUndo( UNDO_UNCHAIN, NULL ); in Unchain()
1070 GetIDocumentUndoRedo().EndUndo( UNDO_UNCHAIN, NULL ); in Unchain()