Searched refs:pGP (Results 1 – 1 of 1) sorted by relevance
297 SdrGluePoint* pGP=new SdrGluePoint(rGP); in Insert() local298 sal_uInt16 nId=pGP->GetId(); in Insert()322 pGP->SetId(nId); in Insert()324 aList.Insert(pGP,nInsPos); in Insert()343 const SdrGluePoint* pGP=GetObject(nNum); in FindGluePoint() local344 if (pGP->GetId()==nId) nRet=nNum; in FindGluePoint()356 const SdrGluePoint* pGP=GetObject(nNum); in HitTest() local358 if (pGP->GetId()==nId0) bNext=sal_False; in HitTest()360 if (pGP->IsHit(rPnt,rOut,pObj)) nRet=nNum; in HitTest()
Completed in 11 milliseconds