Searched refs:DoDrawUndo (Results 1 – 5 of 5) sorted by relevance
68 virtual void DoDrawUndo(bool const bDoUndo) = 0;265 m_rUndoRedo.DoDrawUndo(false); in DrawUndoGuard()269 m_rUndoRedo.DoDrawUndo(m_bDrawUndoWasEnabled); in ~DrawUndoGuard()
53 virtual void DoDrawUndo(bool const bDoUndo);
694 GetDoc()->GetIDocumentUndoRedo().DoDrawUndo(true); in EndDrag()1580 GetDoc()->GetIDocumentUndoRedo().DoDrawUndo(false); in EndCreate()1584 GetDoc()->GetIDocumentUndoRedo().DoDrawUndo(true); in EndCreate()1810 GetDoc()->GetIDocumentUndoRedo().DoDrawUndo(false); // see above in ImpEndCreate()1823 GetDoc()->GetIDocumentUndoRedo().DoDrawUndo(true); in ImpEndCreate()
946 GetFmt()->GetDoc()->GetIDocumentUndoRedo().DoDrawUndo(false); in Move()955 GetFmt()->GetDoc()->GetIDocumentUndoRedo().DoDrawUndo(false); in Resize()
131 void UndoManager::DoDrawUndo(bool const bDoUndo) in DoDrawUndo() function in sw::UndoManager
Completed in 117 milliseconds