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()255 if (pGPL!=NULL) in DeleteMarkedGluePoints()266 pGPL->Delete(nGlueIdx); in DeleteMarkedGluePoints()298 if (nPtAnz!=0 && pGPL!=NULL) in ImpCopyMarkedGluePoints()336 if (pGPL!=NULL) in ImpTransformMarkedGluePoints()[all …]
413 if (pGPL!=NULL) { in UndirtyMrkPnt()454 if(pGPL && pGPL->GetCount()) in HasMarkableGluePoints()458 if((*pGPL)[a].IsUserDefined()) in HasMarkableGluePoints()481 if(pGPL && pGPL->GetCount()) in GetMarkableGluePointCount()483 for(sal_uInt16 a(0); a < pGPL->GetCount(); a++) in GetMarkableGluePointCount()485 if((*pGPL)[a].IsUserDefined()) in GetMarkableGluePointCount()540 if (pGPL!=NULL && (pPts!=NULL || !bUnmark)) { in MarkGluePoints()541 sal_uInt16 nGPAnz=pGPL->GetCount(); in MarkGluePoints()543 const SdrGluePoint& rGP=(*pGPL)[nGPNum]; in MarkGluePoints()600 if (pGPL!=NULL) { in PickGluePoint()[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()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()2377 pGPL->SetReallyAbsolute(bOn,*this); in SetGlueReallyAbsolute()[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
Completed in 86 milliseconds