Searched refs:rGP (Results 1 – 9 of 9) sorted by relevance
105 sal_uInt16 nEsc=rGP.GetEscDir(); in ImpGetEscDir()123 sal_uInt16 nEsc=rGP.GetEscDir(); in ImpSetEscDir()126 rGP.SetEscDir(nEsc); in ImpSetEscDir()144 bool bOn=rGP.IsPercent(); in ImpGetPercent()161 Point aPos(rGP.GetAbsolutePos(*pObj)); in ImpSetPercent()162 rGP.SetPercent(*(sal_Bool*)pbOn); in ImpSetPercent()163 rGP.SetAbsolutePos(aPos,*pObj); in ImpSetPercent()185 nAlg=rGP.GetVertAlign(); in ImpGetAlign()187 nAlg=rGP.GetHorzAlign(); in ImpGetAlign()219 rGP.SetAbsolutePos(aPos,*pObj); in ImpSetAlign()[all …]
543 const SdrGluePoint& rGP=(*pGPL)[nGPNum]; in MarkGluePoints() local546 if(rGP.IsUserDefined()) in MarkGluePoints()548 Point aPos(rGP.GetAbsolutePos(*pObj)); in MarkGluePoints()552 sal_uIntPtr nPos=pPts->GetPos(rGP.GetId()); in MarkGluePoints()555 pPts->Insert(rGP.GetId()); in MarkGluePoints()
75 FASTBOOL SdrObjConnection::TakeGluePoint(SdrGluePoint& rGP, FASTBOOL bSetAbsPos) const in TakeGluePoint() argument80 rGP=pObj->GetVertexGluePoint(nConId); in TakeGluePoint()83 rGP=pObj->GetCornerGluePoint(nConId); in TakeGluePoint()90 rGP=(*pGPL)[nNum]; in TakeGluePoint()97 Point aPt(rGP.GetAbsolutePos(*pObj)); in TakeGluePoint()99 rGP.SetPos(aPt); in TakeGluePoint()2147 const SdrGluePoint& rGP=(*pGPL)[nConNum]; in ImpFindConnector() local2148 aConPos=rGP.GetAbsolutePos(*pObj); in ImpFindConnector()2149 nConNum=rGP.GetId(); in ImpFindConnector()
791 SdrGluePoint& rGP=(*pGPL)[nGlueIdx]; in BegInsGluePoint() local792 sal_uInt16 nGlueId=rGP.GetId(); in BegInsGluePoint()793 rGP.SetAbsolutePos(rPnt,*pObj); in BegInsGluePoint()
295 sal_uInt16 SdrGluePointList::Insert(const SdrGluePoint& rGP) in Insert() argument297 SdrGluePoint* pGP=new SdrGluePoint(rGP); in Insert()
885 const SdrGluePoint& rGP=(*pGPL)[nNumGP]; in SetMarkHandles() local886 Point aPos(rGP.GetAbsolutePos(*pObj)); in SetMarkHandles()
127 sal_uInt16 Insert(const SdrGluePoint& rGP);
72 FASTBOOL TakeGluePoint(SdrGluePoint& rGP, FASTBOOL bSetAbsolutePos) const;
4788 const SdrGluePoint& rGP = (*pList)[ nNum ]; in GetConnectorRule() local4789 Point aPt( rGP.GetAbsolutePos( *pCustoShape ) ); in GetConnectorRule()
Completed in 79 milliseconds