Home
last modified time | relevance | path

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

/AOO41X/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx357 B2DPoint* pNewPoint = bAIsLonger in testAndCorrectEdgeIntersection() local
363 bRetval = splitEdgeAtGivenPoint(aEdgeA, *pNewPoint, aCurrent); in testAndCorrectEdgeIntersection()
364 bRetval |= splitEdgeAtGivenPoint(aEdgeB, *pNewPoint, aCurrent); in testAndCorrectEdgeIntersection()
368 maNewPoints.push_back(pNewPoint); in testAndCorrectEdgeIntersection()
372 delete pNewPoint; in testAndCorrectEdgeIntersection()
429 B2DPoint* pNewPoint = new B2DPoint(aSplit); in solveHorizontalEdges() local
431 if(splitEdgeAtGivenPoint(aCompare, *pNewPoint, aCurrent)) in solveHorizontalEdges()
433 maNewPoints.push_back(pNewPoint); in solveHorizontalEdges()
437 delete pNewPoint; in solveHorizontalEdges()
680 B2DPoint* pNewPoint = new B2DPoint(aLeftEnd); in Subdivide() local
[all …]
/AOO41X/main/sw/source/core/edit/
H A Dedlingu.cxx375 SwPosition* pNewPoint = new SwPosition( *pCrsr->GetPoint() ); in Continue() local
377 SetCurr( pNewPoint ); in Continue()
454 SwPosition* pNewPoint = new SwPosition( *pCrsr->GetPoint() ); in Continue() local
457 SetCurr( pNewPoint ); in Continue()
1582 SwPosition* pNewPoint = new SwPosition( *pCrsr->GetPoint() ); in SpellSentence() local
1585 SetCurr( pNewPoint ); in SpellSentence()