Searched refs:pSelectedPoints (Results 1 – 1 of 1) sorted by relevance
449 const SdrUShortCont* pSelectedPoints = pMark->GetMarkedPoints(); in IsRipUpAtMarkedPointsPossible() local451 if(pSelectedPoints && pSelectedPoints->GetCount()) in IsRipUpAtMarkedPointsPossible()466 for(sal_uInt32 b(0); !bRetval && b < pSelectedPoints->GetCount(); b++) in IsRipUpAtMarkedPointsPossible()468 const sal_uInt16 nMarkedPointNum(pSelectedPoints->GetObject(b)); in IsRipUpAtMarkedPointsPossible()
Completed in 34 milliseconds