Home
last modified time | relevance | path

Searched refs:pGPL (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdobj.cxx229 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 …]
H A Dsvdglev.cxx63 SdrGluePointList* pGPL=NULL; in ImpDoMarkedGluePoints() local
66 pGPL=(SdrGluePointList*)pConstGPL; in ImpDoMarkedGluePoints()
68 pGPL=pObj->ForceGluePointList(); in ImpDoMarkedGluePoints()
70 if (pGPL!=NULL) in ImpDoMarkedGluePoints()
78 sal_uInt16 nGlueIdx=pGPL->FindGluePoint(nPtId); in ImpDoMarkedGluePoints()
81 SdrGluePoint& rGP=(*pGPL)[nGlueIdx]; in ImpDoMarkedGluePoints()
249 if (pGPL!=NULL) in DeleteMarkedGluePoints()
260 pGPL->Delete(nGlueIdx); in DeleteMarkedGluePoints()
291 if (nPtAnz!=0 && pGPL!=NULL) in ImpCopyMarkedGluePoints()
328 if (pGPL!=NULL) in ImpTransformMarkedGluePoints()
[all …]
H A Dsvddrgmt.cxx557 const SdrGluePointList* pGPL = pObj->GetGluePointList(); in createSdrDragEntries_GlueDrag() local
559 if(pGPL) in createSdrDragEntries_GlueDrag()
566 const sal_uInt16 nGlueNum(pGPL->FindGluePoint(nObjPt)); in createSdrDragEntries_GlueDrag()
570 const Point aPoint((*pGPL)[nGlueNum].GetAbsolutePos(*pObj)); in createSdrDragEntries_GlueDrag()
1720 const SdrGluePointList* pGPL=pObj->GetGluePointList(); in MoveSdrDrag() local
1726 sal_uInt16 nGlueNum=pGPL->FindGluePoint(nId); in MoveSdrDrag()
1730 Point aPt((*pGPL)[nGlueNum].GetAbsolutePos(*pObj)); in MoveSdrDrag()
H A Dsvdoedge.cxx86 const SdrGluePointList* pGPL=pObj->GetGluePointList(); in TakeGluePoint() local
87 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() local
506 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() local
2133 sal_uInt16 nConAnz=pGPL==NULL ? 0 : pGPL->GetCount(); in ImpFindConnector()
2147 const SdrGluePoint& rGP=(*pGPL)[nConNum]; in ImpFindConnector()
H A Dsvdpntv.cxx1105 const SdrGluePointList* pGPL=pObj->GetGluePointList(); in GlueInvalidate() local
1106 if (pGPL!=NULL && pGPL->GetCount()!=0) { in GlueInvalidate()
1107 pGPL->Invalidate((Window&)rOutDev, pObj); in GlueInvalidate()
H A Dsvdmrkv.cxx873 const SdrGluePointList* pGPL=pObj->GetGluePointList(); in SetMarkHandles() local
874 if (pGPL!=NULL) in SetMarkHandles()
882 sal_uInt16 nNumGP=pGPL->FindGluePoint(nId); in SetMarkHandles()
885 const SdrGluePoint& rGP=(*pGPL)[nNumGP]; in SetMarkHandles()
H A Dsvdmrkv1.cxx413 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 …]
H A Dsvddrgv.cxx787 SdrGluePointList* pGPL=pObj->ForceGluePointList(); in BegInsGluePoint() local
788 if (pGPL!=NULL) in BegInsGluePoint()
790 sal_uInt16 nGlueIdx=pGPL->Insert(SdrGluePoint()); in BegInsGluePoint()
791 SdrGluePoint& rGP=(*pGPL)[nGlueIdx]; in BegInsGluePoint()
/trunk/main/svx/inc/svx/
H A Dsvdobj.hxx278 SdrGluePointList* pGPL; member in SdrObjGeoData

Completed in 91 milliseconds