Lines Matching refs:IsUndoEnabled
133 if( GetModel()->IsUndoEnabled() ) in InsertNewLayer()
181 const bool bUndo = GetModel()->IsUndoEnabled(); in ImpDelLayerDelObjs()
232 const bool bUndo = IsUndoEnabled(); in DeleteLayer()
313 if( IsUndoEnabled() ) in MoveLayer()
359 if( IsUndoEnabled() ) in ImpBroadcastEdgesOfMarkedNodes()
368 if( IsUndoEnabled() ) in ImpBroadcastEdgesOfMarkedNodes()
728 const bool bUndo = IsUndoEnabled(); in DeleteMarkedList()
932 const bool bUndo = IsUndoEnabled(); in CopyMarkedObj()
1014 if( IsUndoEnabled() ) in InsertObjectAtView()
1047 const bool bUndo = IsUndoEnabled(); in ReplaceObjectAtView()
1064 bool SdrEditView::IsUndoEnabled() const in IsUndoEnabled() function in SdrEditView
1066 return pMod->IsUndoEnabled(); in IsUndoEnabled()