Lines Matching refs:rMarkList
156 const SdrMarkList& rMarkList = pSdrView->GetMarkedObjectList(); in Execute() local
157 if( rMarkList.GetMark(0) != 0 ) in Execute()
206 const SdrMarkList& rMarkList = pSdrView->GetMarkedObjectList(); in Execute() local
207 if( rMarkList.GetMark(0) != 0 ) in Execute()
209 SdrObject* pObj = rMarkList.GetMark(0)->GetMarkedSdrObj(); in Execute()
309 bool bSingleSelection = rMarkList.GetMarkCount() == 1; in Execute()
473 const SdrMarkList& rMarkList = pSdrView->GetMarkedObjectList(); in Execute() local
474 if( rMarkList.GetMarkCount() == 1 && bAlignPossible ) in Execute()
499 SdrObject* pObj = rMarkList.GetMark(0)->GetMarkedSdrObj(); in Execute()
642 const SdrMarkList& rMarkList = pSdrView->GetMarkedObjectList(); in IMPL_LINK() local
643 DBG_ASSERT(rMarkList.GetMarkCount() == 1, "wrong draw selection"); in IMPL_LINK()
644 SdrObject* pObj = rMarkList.GetMark(0)->GetMarkedSdrObj(); in IMPL_LINK()
739 const SdrMarkList& rMarkList = pSdrView->GetMarkedObjectList(); in GetState() local
742 if( rMarkList.GetMarkCount() == 1 ) in GetState()
782 const SdrMarkList& rMarkList = pSdrView->GetMarkedObjectList(); in GetDrawAttrStateForIFBX() local
783 if( rMarkList.GetMark(0) != 0 ) in GetDrawAttrStateForIFBX()
831 const SdrMarkList& rMarkList = pSdrView->GetMarkedObjectList(); in IMPL_LINK() local
832 if( rMarkList.GetMarkCount() == 1 ) in IMPL_LINK()
834 SdrObject* pObj = rMarkList.GetMark(0)->GetMarkedSdrObj(); in IMPL_LINK()