Searched refs:pGPL (Results 1 – 9 of 9) sorted by relevance
65 SdrGluePointList* pGPL=NULL; in ImpDoMarkedGluePoints() local68 pGPL=(SdrGluePointList*)pConstGPL; in ImpDoMarkedGluePoints()70 pGPL=pObj->ForceGluePointList(); in ImpDoMarkedGluePoints()72 if (pGPL!=NULL) in ImpDoMarkedGluePoints()80 sal_uInt16 nGlueIdx=pGPL->FindGluePoint(nPtId); in ImpDoMarkedGluePoints()83 SdrGluePoint& rGP=(*pGPL)[nGlueIdx]; in ImpDoMarkedGluePoints()254 SdrGluePointList* pGPL=pObj->ForceGluePointList(); in DeleteMarkedGluePoints() local255 if (pGPL!=NULL) in DeleteMarkedGluePoints()263 sal_uInt16 nGlueIdx=pGPL->FindGluePoint(nPtId); in DeleteMarkedGluePoints()266 pGPL->Delete(nGlueIdx); in DeleteMarkedGluePoints()[all …]
411 const SdrGluePointList* pGPL=pObj->GetGluePointList(); in UndirtyMrkPnt() local413 if (pGPL!=NULL) { in UndirtyMrkPnt()421 if (pGPL->FindGluePoint(nId)==SDRGLUEPOINT_NOTFOUND) { in UndirtyMrkPnt()451 const SdrGluePointList* pGPL=pObj->GetGluePointList(); in HasMarkableGluePoints() local454 if(pGPL && pGPL->GetCount()) in HasMarkableGluePoints()456 for(sal_uInt16 a(0); !bRet && a < pGPL->GetCount(); a++) in HasMarkableGluePoints()458 if((*pGPL)[a].IsUserDefined()) in HasMarkableGluePoints()478 const SdrGluePointList* pGPL=pObj->GetGluePointList(); in GetMarkableGluePointCount() local481 if(pGPL && pGPL->GetCount()) in GetMarkableGluePointCount()483 for(sal_uInt16 a(0); a < pGPL->GetCount(); a++) in GetMarkableGluePointCount()[all …]
229 pGPL(NULL), in SdrObjGeoData()243 delete pGPL; in ~SdrObjGeoData()1928 if (rGeo.pGPL!=NULL) { in SaveGeoData()1929 *rGeo.pGPL=*pPlusData->pGluePoints; in SaveGeoData()1931 rGeo.pGPL=new SdrGluePointList(*pPlusData->pGluePoints); in SaveGeoData()1934 if (rGeo.pGPL!=NULL) { in SaveGeoData()1935 delete rGeo.pGPL; in SaveGeoData()1936 rGeo.pGPL=NULL; in SaveGeoData()1954 if (rGeo.pGPL!=NULL) { in RestGeoData()1957 *pPlusData->pGluePoints=*rGeo.pGPL; in RestGeoData()[all …]
86 const SdrGluePointList* pGPL=pObj->GetGluePointList(); in TakeGluePoint() local87 if (pGPL!=NULL) { in TakeGluePoint()88 sal_uInt16 nNum=pGPL->FindGluePoint(nConId); in TakeGluePoint()90 rGP=(*pGPL)[nNum]; in TakeGluePoint()505 const SdrGluePointList* pGPL=rCon.pObj->GetGluePointList(); in CheckNodeConnection() local506 sal_uInt16 nConAnz=pGPL==NULL ? 0 : pGPL->GetCount(); in CheckNodeConnection()511 bRet=aTail==(*pGPL)[i].GetAbsolutePos(*rCon.pObj); in CheckNodeConnection()2132 const SdrGluePointList* pGPL=pObj->GetGluePointList(); in ImpFindConnector() local2133 sal_uInt16 nConAnz=pGPL==NULL ? 0 : pGPL->GetCount(); in ImpFindConnector()2147 const SdrGluePoint& rGP=(*pGPL)[nConNum]; in ImpFindConnector()
787 SdrGluePointList* pGPL=pObj->ForceGluePointList(); in BegInsGluePoint() local788 if (pGPL!=NULL) in BegInsGluePoint()790 sal_uInt16 nGlueIdx=pGPL->Insert(SdrGluePoint()); in BegInsGluePoint()791 SdrGluePoint& rGP=(*pGPL)[nGlueIdx]; in BegInsGluePoint()
1105 const SdrGluePointList* pGPL=pObj->GetGluePointList(); in GlueInvalidate() local1106 if (pGPL!=NULL && pGPL->GetCount()!=0) { in GlueInvalidate()1107 pGPL->Invalidate((Window&)rOutDev, pObj); in GlueInvalidate()
558 const SdrGluePointList* pGPL = pObj->GetGluePointList(); in createSdrDragEntries_GlueDrag() local560 if(pGPL) in createSdrDragEntries_GlueDrag()567 const sal_uInt16 nGlueNum(pGPL->FindGluePoint(nObjPt)); in createSdrDragEntries_GlueDrag()571 const Point aPoint((*pGPL)[nGlueNum].GetAbsolutePos(*pObj)); in createSdrDragEntries_GlueDrag()1723 const SdrGluePointList* pGPL=pObj->GetGluePointList(); in MoveSdrDrag() local1729 sal_uInt16 nGlueNum=pGPL->FindGluePoint(nId); in MoveSdrDrag()1733 Point aPt((*pGPL)[nGlueNum].GetAbsolutePos(*pObj)); in MoveSdrDrag()
873 const SdrGluePointList* pGPL=pObj->GetGluePointList(); in SetMarkHandles() local874 if (pGPL!=NULL) in SetMarkHandles()882 sal_uInt16 nNumGP=pGPL->FindGluePoint(nId); in SetMarkHandles()885 const SdrGluePoint& rGP=(*pGPL)[nNumGP]; in SetMarkHandles()
278 SdrGluePointList* pGPL; member in SdrObjGeoData