Home
last modified time | relevance | path

Searched refs:aTempPoint (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/unodraw/
H A Dgluepts.cxx323 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()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1426 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()
/trunk/main/vcl/source/control/
H A Dbutton.cxx896 Point aTempPoint; in ImplHitTestPushButton() local
897 Rectangle aTestRect( aTempPoint, pDev->GetOutputSizePixel() ); in ImplHitTestPushButton()

Completed in 42 milliseconds