Lines Matching refs:rMarkList
228 const SdrMarkList& rMarkList = pView->GetMarkedObjectList(); in MouseButtonDown() local
229 if( rMarkList.GetMarkCount() == 1 ) in MouseButtonDown()
231 SdrObject* pMarkedObj = rMarkList.GetMark( 0 )->GetMarkedSdrObj(); in MouseButtonDown()
416 const SdrMarkList& rMarkList = pView->GetMarkedObjectList(); in MouseButtonUp() local
417 if (rMarkList.GetMarkCount() == 1) in MouseButtonUp()
419 SdrMark* pMark = rMarkList.GetMark(0); in MouseButtonUp()
436 const SdrMarkList& rMarkList = pView->GetMarkedObjectList(); in MouseButtonUp() local
437 if (rMarkList.GetMark(0)) in MouseButtonUp()
439 SdrObject* pObj = rMarkList.GetMark(0)->GetMarkedSdrObj(); in MouseButtonUp()
461 const SdrMarkList& rMarkList = pView->GetMarkedObjectList(); in MouseButtonUp() local
462 if(rMarkList.GetMark(0)) in MouseButtonUp()
464 SdrObject* pObj = rMarkList.GetMark(0)->GetMarkedSdrObj(); in MouseButtonUp()
679 const SdrMarkList& rMarkList = pView->GetMarkedObjectList(); in SelectionHasChanged() local
681 if (rMarkList.GetMarkCount() == 1) in SelectionHasChanged()
683 SdrMark* pMark = rMarkList.GetMark(0); in SelectionHasChanged()
747 const SdrMarkList& rMarkList = pView->GetMarkedObjectList(); in SetInEditMode() local
748 if (rMarkList.GetMarkCount() == 1) in SetInEditMode()
750 SdrMark* pMark = rMarkList.GetMark(0); in SetInEditMode()