Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdglue.cxx297 SdrGluePoint* pGP=new SdrGluePoint(rGP); in Insert() local
298 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() local
344 if (pGP->GetId()==nId) nRet=nNum; in FindGluePoint()
356 const SdrGluePoint* pGP=GetObject(nNum); in HitTest() local
358 if (pGP->GetId()==nId0) bNext=sal_False; in HitTest()
360 if (pGP->IsHit(rPnt,rOut,pObj)) nRet=nNum; in HitTest()

Completed in 11 milliseconds