Lines Matching refs:GetIDocumentUndoRedo
378 ::sw::UndoGuard const undoGuard(rDoc.GetIDocumentUndoRedo()); in lcl_SetFlyFrmAttr()
438 if (GetIDocumentUndoRedo().DoesUndo()) in SetFlyFrmAttr()
440 GetIDocumentUndoRedo().ClearRedo(); // AppendUndo far below, so leave it in SetFlyFrmAttr()
451 GetIDocumentUndoRedo().AppendUndo( pSaveUndo->ReleaseUndo() ); in SetFlyFrmAttr()
469 ::sw::DrawUndoGuard const drawUndoGuard(GetIDocumentUndoRedo()); in SetFlyFrmTitle()
471 if (GetIDocumentUndoRedo().DoesUndo()) in SetFlyFrmTitle()
473 GetIDocumentUndoRedo().AppendUndo( new SwUndoFlyStrAttr( rFlyFrmFmt, in SetFlyFrmTitle()
492 ::sw::DrawUndoGuard const drawUndoGuard(GetIDocumentUndoRedo()); in SetFlyFrmDescription()
494 if (GetIDocumentUndoRedo().DoesUndo()) in SetFlyFrmDescription()
496 GetIDocumentUndoRedo().AppendUndo( new SwUndoFlyStrAttr( rFlyFrmFmt, in SetFlyFrmDescription()
518 bool const bUndo = GetIDocumentUndoRedo().DoesUndo(); in SetFrmFmtToFly()
522 GetIDocumentUndoRedo().AppendUndo(pUndo); in SetFrmFmtToFly()
527 ::sw::UndoGuard const undoGuard(GetIDocumentUndoRedo()); in SetFrmFmtToFly()
620 GetIDocumentUndoRedo().StartUndo( UNDO_INSATTR, NULL ); in ChgAnchor()
851 GetIDocumentUndoRedo().EndUndo( UNDO_END, NULL ); in ChgAnchor()
962 GetIDocumentUndoRedo().StartUndo( UNDO_CHAINE, NULL ); in Chain()
995 GetIDocumentUndoRedo().EndUndo( UNDO_CHAINE, NULL ); in Chain()
1005 GetIDocumentUndoRedo().StartUndo( UNDO_UNCHAIN, NULL ); in Unchain()
1012 GetIDocumentUndoRedo().EndUndo( UNDO_UNCHAIN, NULL ); in Unchain()