Lines Matching refs:mpDrawView

104 	mpDrawView->SdrEndTextEdit();  in DeleteActualPage()
145 mpDrawView->DeleteLayer( pLayer->GetName() ); in DeleteActualLayer()
265 mpDrawView->BegSetPageOrg(aWPos); in StartRulerDrag()
271 if( ! mpDrawView->IsHlplVisible()) in StartRulerDrag()
272 mpDrawView->SetHlplVisible( sal_True ); in StartRulerDrag()
283 mpDrawView->BegDragHelpLine(aWPos, eKind); in StartRulerDrag()
357 if ( mpDrawView->IsAction() ) in MouseMove()
378 mpDrawView->BrkAction (); in MouseMove()
395 if(mpDrawView!=NULL && GetDoc()!=NULL) in MouseMove()
409 mpDrawView->SetApplicationBackgroundColor(aFillColor); in MouseMove()
422 mpDrawView->MovAction(aLogPos); in MouseMove()
425 if ( mpDrawView->IsAction() ) in MouseMove()
427 mpDrawView->TakeActionRect(aRect); in MouseMove()
479 FASTBOOL bIsSetPageOrg = mpDrawView->IsSetPageOrg(); in MouseButtonUp()
487 mpDrawView->EndAction(); in MouseButtonUp()
494 mpDrawView->BrkAction(); in MouseButtonUp()
495 SdPage* pPage = (SdPage*) mpDrawView->GetSdrPageView()->GetPage(); in MouseButtonUp()
497 mpDrawView->GetSdrPageView()->SetPageOrigin(aOrg); in MouseButtonUp()
502 mpDrawView->BrkAction(); in MouseButtonUp()
534 mpDrawView->UnmarkAll(); in Command()
558 if( !mpDrawView->InsertData( aDataHelper, aPos, nDnDAction, sal_False ) ) in Command()
575 pWin != NULL && !mpDrawView->IsAction() && !SD_MOD()->GetWaterCan() ) in Command()
590 OutlinerView* pOLV = mpDrawView->GetTextEditOutlinerView(); in Command()
597 if ( mpDrawView->PickHelpLine( aMPos, nHitLog, *GetActiveWindow(), nHelpLine, pPV) ) in Command()
604 else if( mpDrawView->PickGluePoint( aMPos, pObj, nPickId, pPV ) && in Command()
605 mpDrawView->IsGluePointMarked( pObj, nPickId ) ) in Command()
660 if (mpDrawView->AreObjectsMarked() && in Command()
661 mpDrawView->GetMarkedObjectList().GetMarkCount() == 1 ) in Command()
663 pObj = mpDrawView->GetMarkedObjectList().GetMark(0)->GetMarkedSdrObj(); in Command()
670 if( mpDrawView->GetTextEditObject() ) in Command()
672 OutlinerView* pOutlinerView = mpDrawView->GetTextEditOutlinerView(); in Command()
796 if( !mpDrawView->IsGroupEntered() ) in Command()
816 else if (mpDrawView->AreObjectsMarked() && in Command()
817 mpDrawView->GetMarkedObjectList().GetMarkCount() > 1 ) in Command()
846 … if( mpDrawView->AreObjectsMarked() && mpDrawView->GetMarkedObjectList().GetMarkCount() >= 1 ) in Command()
849 mpDrawView->GetMarkedObjectList().TakeBoundRect(NULL,aMarkRect); in Command()
943 aSet.Put( SfxStringItem( SID_CONTEXT, mpDrawView->GetStatusText() ) ); in ShowMousePosInfo()