Lines Matching refs:mpDrawView
223 delete mpDrawView; in ~DrawViewShell()
226 mpView = mpDrawView = NULL; in ~DrawViewShell()
287 mpDrawView = new DrawView(pDocSh, GetActiveWindow(), this); in Construct()
288 mpView = mpDrawView; // Pointer der Basisklasse ViewShell in Construct()
289 mpDrawView->SetSwapAsynchron(sal_True); // Asynchrones Laden von Graphiken in Construct()
324 mpDrawView->SetWorkArea(Rectangle(Point() - aVisAreaPos - aPageOrg, aSize)); in Construct()
383 mpDrawView->SetFrameDragSingles(sal_True); in Construct()
665 SdrPageView* pPageView = mpDrawView->GetSdrPageView(); in GetStatusBarState()
690 SdrPageView* pPageView = mpDrawView->GetSdrPageView(); in GetStatusBarState()
714 mpDrawView->GetSdrPageView()->LogicToPagePos(aPos); in GetStatusBarState()
720 if ( mpDrawView->IsAction() ) in GetStatusBarState()
723 mpDrawView->TakeActionRect( aRect ); in GetStatusBarState()
729 mpDrawView->GetSdrPageView()->LogicToPagePos(aRect); in GetStatusBarState()
742 if ( mpDrawView->AreObjectsMarked() ) in GetStatusBarState()
744 Rectangle aRect = mpDrawView->GetAllMarkedRect(); in GetStatusBarState()
745 mpDrawView->GetSdrPageView()->LogicToPagePos(aRect); in GetStatusBarState()
784 const SdrMarkList& rMarkList = mpDrawView->GetMarkedObjectList(); in GetStatusBarState()
893 mpDrawView->GetMarkedObjectList(), in GetSidebarContextName()