Lines Matching refs:mpView
91 mpView(pSdView), in BezierObjectBar()
97 SetRepeatTarget(mpView); in BezierObjectBar()
122 SfxItemSet aAttrSet( mpView->GetDoc()->GetPool() ); in GetAttrState()
123 mpView->GetAttributes( aAttrSet ); in GetAttrState()
142 if(!mpView->IsMoveAllowed() || !mpView->IsResizeAllowed()) in GetAttrState()
163 if( mpView->GetMarkedObjectList().GetMarkCount() ) in GetAttrState()
164 pIPPEC = mpView; in GetAttrState()
166 …pIPPEC = dynamic_cast< IPolyPolygonEditorController* >( mpView->getSmartTags().getSelected().get()… in GetAttrState()
224 if(pIPPEC == mpView) in GetAttrState()
225 rSet.Put(SfxBoolItem(SID_BEZIER_ELIMINATE_POINTS, mpView->IsEliminatePolyPoints())); in GetAttrState()
252 const SdrMarkList& rMarkList = mpView->GetMarkedObjectList(); in Execute()
256 pIPPEC = mpView; in Execute()
258 …pIPPEC = dynamic_cast< IPolyPolygonEditorController* >( mpView->getSmartTags().getSelected().get()… in Execute()
260 if( pIPPEC && !mpView->IsAction()) in Execute()
299 const bool bUndo = mpView->IsUndoEnabled(); in Execute()
301 mpView->BegUndo(String(SdResId(STR_UNDO_BEZCLOSE))); in Execute()
303 mpView->UnmarkAllPoints(); in Execute()
306 mpView->AddUndo(mpView->GetModel()->GetSdrUndoFactory().CreateUndoGeoObject(*pPathObj)); in Execute()
311 mpView->EndUndo(); in Execute()
317 if( (pIPPEC == mpView) && !mpView->AreObjectsMarked() ) in Execute()
326 mpView->SetEliminatePolyPoints(!mpView->IsEliminatePolyPoints()); in Execute()