Home
last modified time | relevance | path

Searched refs:pSelectedPoints (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdpoev.cxx447 const SdrUShortCont* pSelectedPoints = pMark->GetMarkedPoints(); in IsRipUpAtMarkedPointsPossible() local
449 if(pSelectedPoints && pSelectedPoints->GetCount()) in IsRipUpAtMarkedPointsPossible()
464 for(sal_uInt32 b(0); !bRetval && b < pSelectedPoints->GetCount(); b++) in IsRipUpAtMarkedPointsPossible()
466 const sal_uInt16 nMarkedPointNum(pSelectedPoints->GetObject(b)); in IsRipUpAtMarkedPointsPossible()