Lines Matching refs:mpDrawView
104 mpDrawView->SdrEndTextEdit(); in DeleteActualPage()
139 mpDrawView->DeleteLayer( pLayer->GetName() ); in DeleteActualLayer()
259 mpDrawView->BegSetPageOrg(aWPos); in StartRulerDrag()
265 if( ! mpDrawView->IsHlplVisible()) in StartRulerDrag()
266 mpDrawView->SetHlplVisible( sal_True ); in StartRulerDrag()
277 mpDrawView->BegDragHelpLine(aWPos, eKind); in StartRulerDrag()
351 if ( mpDrawView->IsAction() ) in MouseMove()
372 mpDrawView->BrkAction (); in MouseMove()
389 if(mpDrawView!=NULL && GetDoc()!=NULL) in MouseMove()
403 mpDrawView->SetApplicationBackgroundColor(aFillColor); in MouseMove()
416 mpDrawView->MovAction(aLogPos); in MouseMove()
419 if ( mpDrawView->IsAction() ) in MouseMove()
421 mpDrawView->TakeActionRect(aRect); in MouseMove()
473 FASTBOOL bIsSetPageOrg = mpDrawView->IsSetPageOrg(); in MouseButtonUp()
481 mpDrawView->EndAction(); in MouseButtonUp()
488 mpDrawView->BrkAction(); in MouseButtonUp()
489 SdPage* pPage = (SdPage*) mpDrawView->GetSdrPageView()->GetPage(); in MouseButtonUp()
491 mpDrawView->GetSdrPageView()->SetPageOrigin(aOrg); in MouseButtonUp()
496 mpDrawView->BrkAction(); in MouseButtonUp()
528 mpDrawView->UnmarkAll(); in Command()
552 if( !mpDrawView->InsertData( aDataHelper, aPos, nDnDAction, sal_False ) ) in Command()
569 pWin != NULL && !mpDrawView->IsAction() && !SD_MOD()->GetWaterCan() ) in Command()
584 OutlinerView* pOLV = mpDrawView->GetTextEditOutlinerView(); in Command()
591 if ( mpDrawView->PickHelpLine( aMPos, nHitLog, *GetActiveWindow(), nHelpLine, pPV) ) in Command()
598 else if( mpDrawView->PickGluePoint( aMPos, pObj, nPickId, pPV ) && in Command()
599 mpDrawView->IsGluePointMarked( pObj, nPickId ) ) in Command()
654 if (mpDrawView->AreObjectsMarked() && in Command()
655 mpDrawView->GetMarkedObjectList().GetMarkCount() == 1 ) in Command()
657 pObj = mpDrawView->GetMarkedObjectList().GetMark(0)->GetMarkedSdrObj(); in Command()
664 if( mpDrawView->GetTextEditObject() ) in Command()
666 OutlinerView* pOutlinerView = mpDrawView->GetTextEditOutlinerView(); in Command()
790 if( !mpDrawView->IsGroupEntered() ) in Command()
810 else if (mpDrawView->AreObjectsMarked() && in Command()
811 mpDrawView->GetMarkedObjectList().GetMarkCount() > 1 ) in Command()
840 … if( mpDrawView->AreObjectsMarked() && mpDrawView->GetMarkedObjectList().GetMarkCount() >= 1 ) in Command()
843 mpDrawView->GetMarkedObjectList().TakeBoundRect(NULL,aMarkRect); in Command()
937 aSet.Put( SfxStringItem( SID_CONTEXT, mpDrawView->GetStatusText() ) ); in ShowMousePosInfo()