Lines Matching refs:rMarkList
152 const SdrMarkList& rMarkList = pSdrView->GetMarkedObjectList(); in Execute() local
153 if( rMarkList.GetMark(0) != 0 ) in Execute()
202 const SdrMarkList& rMarkList = pSdrView->GetMarkedObjectList(); in Execute() local
203 if( rMarkList.GetMark(0) != 0 ) in Execute()
205 SdrObject* pObj = rMarkList.GetMark(0)->GetMarkedSdrObj(); in Execute()
305 bool bSingleSelection = rMarkList.GetMarkCount() == 1; in Execute()
469 const SdrMarkList& rMarkList = pSdrView->GetMarkedObjectList(); in Execute() local
470 if( rMarkList.GetMarkCount() == 1 && bAlignPossible ) in Execute()
495 SdrObject* pObj = rMarkList.GetMark(0)->GetMarkedSdrObj(); in Execute()
638 const SdrMarkList& rMarkList = pSdrView->GetMarkedObjectList(); in IMPL_LINK() local
639 DBG_ASSERT(rMarkList.GetMarkCount() == 1, "wrong draw selection"); in IMPL_LINK()
640 SdrObject* pObj = rMarkList.GetMark(0)->GetMarkedSdrObj(); in IMPL_LINK()
735 const SdrMarkList& rMarkList = pSdrView->GetMarkedObjectList(); in GetState() local
738 if( rMarkList.GetMarkCount() == 1 ) in GetState()
778 const SdrMarkList& rMarkList = pSdrView->GetMarkedObjectList(); in GetDrawAttrStateForIFBX() local
779 if( rMarkList.GetMark(0) != 0 ) in GetDrawAttrStateForIFBX()
827 const SdrMarkList& rMarkList = pSdrView->GetMarkedObjectList(); in IMPL_LINK() local
828 if( rMarkList.GetMarkCount() == 1 ) in IMPL_LINK()
830 SdrObject* pObj = rMarkList.GetMark(0)->GetMarkedSdrObj(); in IMPL_LINK()