Searched refs:aTempPoint (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/svx/source/unodraw/ |
H A D | gluepts.cxx | 323 SdrGluePoint aTempPoint = mpObject->GetVertexGluePoint( (sal_uInt16)Identifier ); in getByIdentifier() local 325 convert( aTempPoint, aGluePoint ); in getByIdentifier() 499 SdrGluePoint aTempPoint = mpObject->GetVertexGluePoint( (sal_uInt16)Index ); in getByIndex() local 501 convert( aTempPoint, aGluePoint ); in getByIndex()
|
/aoo42x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 1426 const Point aTempPoint(GetPoint( *pTmp++, sal_True, sal_True )); in CreateSubPath() local 1427 aNewB2DPolygon.append(basegfx::B2DPoint(aTempPoint.X(), aTempPoint.Y())); in CreateSubPath() 1460 const Point aTempPoint(GetPoint( seqCoordinates[ rSrcPt++ ], sal_True, sal_True )); in CreateSubPath() local 1461 aNewB2DPolygon.append(basegfx::B2DPoint(aTempPoint.X(), aTempPoint.Y())); in CreateSubPath() 1699 const Point aTempPoint(GetPoint( seqCoordinates[ rSrcPt++ ], sal_True, sal_True )); in CreateSubPath() local 1700 aNewB2DPolygon.append(basegfx::B2DPoint(aTempPoint.X(), aTempPoint.Y())); in CreateSubPath()
|
/aoo42x/main/vcl/source/control/ |
H A D | button.cxx | 896 Point aTempPoint; in ImplHitTestPushButton() local 897 Rectangle aTestRect( aTempPoint, pDev->GetOutputSizePixel() ); in ImplHitTestPushButton()
|
Completed in 67 milliseconds