Lines Matching refs:mpDrawView

196 	if( !mpDrawView )  in FuPermanent()
217 mpDrawView->IsTextEdit() ) in FuPermanent()
219 mpDrawView->SdrEndTextEdit(); in FuPermanent()
256 SetCurrentFunction( FuText::Create(this, GetActiveWindow(), mpDrawView, GetDoc(), rReq) ); in FuPermanent()
275 …SetCurrentFunction( FuConstructUnoControl::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), … in FuPermanent()
289 FmFormView* pFormView = PTR_CAST(FmFormView, mpDrawView); in FuPermanent()
344 if ( mpDrawView->GetMarkedObjectList().GetMarkCount() > 0 && in FuPermanent()
345 !mpDrawView->IsCrookAllowed( mpDrawView->IsCrookNoContortion() ) ) in FuPermanent()
347 if ( mpDrawView->IsPresObjSelected() ) in FuPermanent()
358 mpDrawView->ConvertMarkedToPathObj(sal_False); in FuPermanent()
365 const SdrMarkList& rMarkList = mpDrawView->GetMarkedObjectList(); in FuPermanent()
382 (!mpDrawView->IsShearAllowed() || !mpDrawView->IsDistortAllowed()) ) in FuPermanent()
384 if ( mpDrawView->IsPresObjSelected() ) in FuPermanent()
395 mpDrawView->ConvertMarkedToPathObj(sal_False); in FuPermanent()
400 SetCurrentFunction( FuSelection::Create(this, GetActiveWindow(), mpDrawView, GetDoc(), rReq) ); in FuPermanent()
460 …SetCurrentFunction( FuConstructRectangle::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), r… in FuPermanent()
473 …SetCurrentFunction( FuConstructBezierPolygon::Create(this, GetActiveWindow(), mpDrawView, GetDoc()… in FuPermanent()
482 …SetCurrentFunction( FuEditGluePoints::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq,… in FuPermanent()
504 …SetCurrentFunction( FuConstructArc::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq, b… in FuPermanent()
518 …SetCurrentFunction( FuConstruct3dObject::Create(this, GetActiveWindow(), mpDrawView, GetDoc(), rRe… in FuPermanent()
531 …SetCurrentFunction( FuConstructCustomShape::Create( this, GetActiveWindow(), mpDrawView, GetDoc(),… in FuPermanent()
545 …SetCurrentFunction( FuFormatPaintBrush::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rRe… in FuPermanent()
610 SdrPageView* pPageView = mpDrawView->GetSdrPageView(); in FuPermanent()
663 if( !mpDrawView ) in FuSupport()
728 mpDrawView->SetFrameDragSingles(!mpDrawView->IsFrameDragSingles()); in FuSupport()
736 GetViewShellBase().GetToolBarManager()->SelectionHasChanged(*this,*mpDrawView); in FuSupport()
746 const SdrMarkList& rMarkList = mpDrawView->GetMarkedObjectList(); in FuSupport()
747 if ( rMarkList.GetMark(0) && !mpDrawView->IsAction() ) in FuSupport()
750 const bool bUndo = mpDrawView->IsUndoEnabled(); in FuSupport()
752 mpDrawView->BegUndo(String(SdResId(STR_UNDO_BEZCLOSE))); in FuSupport()
754 mpDrawView->UnmarkAllPoints(); in FuSupport()
757 mpDrawView->AddUndo(new SdrUndoGeoObj(*pPathObj)); in FuSupport()
762 mpDrawView->EndUndo(); in FuSupport()
770 if ( mpDrawView->IsPresObjSelected(sal_False, sal_True, sal_False, sal_True) ) in FuSupport()
781 else if(mpDrawView) in FuSupport()
783 mpDrawView->DoCut(); in FuSupport()
792 if ( mpDrawView->IsPresObjSelected(sal_False, sal_True, sal_False, sal_True) ) in FuSupport()
803 else if( mpDrawView ) in FuSupport()
805 mpDrawView->DoCopy(); in FuSupport()
820 else if(mpDrawView) in FuSupport()
822 mpDrawView->DoPaste(); in FuSupport()
847 if( !mpDrawView->InsertData( aDataHelper, in FuSupport()
869 if ( mpDrawView->IsTextEdit() ) in FuSupport()
871 OutlinerView* pOLV = mpDrawView->GetTextEditOutlinerView(); in FuSupport()
880 else if ( mpDrawView->IsPresObjSelected(sal_False, sal_True, sal_False, sal_True) ) in FuSupport()
890 bool bConsumed = mpDrawView && mpDrawView->getSmartTags().KeyInput( aKEvt ); in FuSupport()
895 if( !bConsumed && mpDrawView ) in FuSupport()
896 mpDrawView->DeleteMarked(); in FuSupport()
972 mpDrawView->SetActiveLayer( String( SdResId(STR_LAYER_BCKGRNDOBJ) ) ); in FuSupport()
1085 SdrPageView* pPageView = mpDrawView->GetSdrPageView(); in FuSupport()
1177 if ( mpDrawView->AreObjectsMarked() ) in FuSupport()
1179 maMarkRect = mpDrawView->GetAllMarkedRect(); in FuSupport()
1207 SdrPageView* pPageView = mpDrawView->GetSdrPageView(); in FuSupport()
1238 if (mpDrawView->IsTextEdit()) in FuSupport()
1240 mpDrawView->SdrEndTextEdit(); in FuSupport()
1255 if (mpDrawView->IsTextEdit()) in FuSupport()
1257 mpDrawView->SdrEndTextEdit(); in FuSupport()
1297 mpDrawView->ShowItemBrowser( !mpDrawView->IsItemBrowserVisible() ); in FuSupport()
1308 ::Outliner* pOL = mpDrawView->GetTextEditOutliner(); in FuSupport()
1368 mpDrawView->BegUndo(String(SdResId(STR_UNDO_COLORRESOLUTION))); in FuSupport()
1369 const SdrMarkList& rMarkList = mpDrawView->GetMarkedObjectList(); in FuSupport()
1398mpDrawView->ReplaceObjectAtView( pObj, *mpDrawView->GetSdrPageView(), pNewObj ); in FuSupport()
1404 mpDrawView->EndUndo(); in FuSupport()
1519 OutlinerView* pOLV = mpDrawView->GetTextEditOutlinerView(); in InsertURLField()
1569 mpDrawView->InsertObjectAtView(pRectObj, *mpDrawView->GetSdrPageView()); in InsertURLField()
1588 if (mpDrawView->GetMarkedObjectList().GetMarkCount() > 0) in InsertURLButton()
1590 SdrObject* pMarkedObj = mpDrawView->GetMarkedObjectList().GetMark(0)->GetMarkedSdrObj(); in InsertURLButton()
1634 mpDrawView->GetSdrPageView()->GetPage(), GetDoc()) ); in InsertURLButton()
1676 mpDrawView->InsertObjectAtView(pUnoCtrl, *mpDrawView->GetSdrPageView(), nOptions); in InsertURLButton()
1705 if( mpDrawView->IsTextEdit() ) in StopSlideShow()
1706 mpDrawView->SdrEndTextEdit(); in StopSlideShow()