Home
last modified time | relevance | path

Searched refs:DoDrawUndo (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/sw/inc/ !
H A DIDocumentUndoRedo.hxx68 virtual void DoDrawUndo(bool const bDoUndo) = 0;
265 m_rUndoRedo.DoDrawUndo(false); in DrawUndoGuard()
269 m_rUndoRedo.DoDrawUndo(m_bDrawUndoWasEnabled); in ~DrawUndoGuard()
/AOO42X/main/sw/source/core/frmedt/ !
H A Dfeshview.cxx691 GetDoc()->GetIDocumentUndoRedo().DoDrawUndo(true); in EndDrag()
1577 GetDoc()->GetIDocumentUndoRedo().DoDrawUndo(false); in EndCreate()
1581 GetDoc()->GetIDocumentUndoRedo().DoDrawUndo(true); in EndCreate()
1807 GetDoc()->GetIDocumentUndoRedo().DoDrawUndo(false); // see above in ImpEndCreate()
1820 GetDoc()->GetIDocumentUndoRedo().DoDrawUndo(true); in ImpEndCreate()
/AOO42X/main/sw/source/core/draw/ !
H A Ddflyobj.cxx946 GetFmt()->GetDoc()->GetIDocumentUndoRedo().DoDrawUndo(false); in Move()
955 GetFmt()->GetDoc()->GetIDocumentUndoRedo().DoDrawUndo(false); in Resize()
/AOO42X/main/sw/source/core/inc/ !
H A DUndoManager.hxx53 virtual void DoDrawUndo(bool const bDoUndo);
/AOO42X/main/sw/source/core/undo/ !
H A Ddocundo.cxx122 void UndoManager::DoDrawUndo(bool const bDoUndo) in DoDrawUndo() function in sw::UndoManager