Lines Matching refs:pHdl
305 SdrHdl* pHdl = new SdrHdl(aTailPoly.GetPoint((sal_uInt16)nPntNum), HDL_POLY); in GetHdl() local
306 pHdl->SetPolyNum(1L); in GetHdl()
307 pHdl->SetPointNum(nPntNum); in GetHdl()
308 return pHdl; in GetHdl()
326 const SdrHdl* pHdl = rDrag.GetHdl(); in beginSpecialDrag() local
330 if(pHdl && 0 == pHdl->GetPolyNum()) in beginSpecialDrag()
338 if(!pHdl) in beginSpecialDrag()
355 if((1 == pHdl->GetPolyNum()) && (0 == pHdl->GetPointNum())) in beginSpecialDrag()
365 const SdrHdl* pHdl = rDrag.GetHdl(); in applySpecialDrag() local
367 if(pHdl && 0 == pHdl->GetPolyNum()) in applySpecialDrag()
379 if(!pHdl) in applySpecialDrag()
405 const SdrHdl* pHdl = rDrag.GetHdl(); in getSpecialDragComment() local
407 if(pHdl && 0 == pHdl->GetPolyNum()) in getSpecialDragComment()
415 if(!pHdl) in getSpecialDragComment()