Home
last modified time | relevance | path

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

/AOO41X/main/slideshow/source/engine/slide/
H A Duserpaintoverlay.cxx78 maLastPoint(), in PaintOverlayHandler()
314 maLastPoint.setX( e.X ); in handleMouseEntered()
315 maLastPoint.setY( e.Y ); in handleMouseEntered()
348 maLastPoint.setX( e.X-mnSize ); in handleMouseDragged()
349 maLastPoint.setY( e.Y-mnSize ); in handleMouseDragged()
351 aPoly.append( maLastPoint ); in handleMouseDragged()
353 maLastPoint.setX( e.X-mnSize ); in handleMouseDragged()
354 maLastPoint.setY( e.Y+mnSize ); in handleMouseDragged()
356 aPoly.append( maLastPoint ); in handleMouseDragged()
357 maLastPoint.setX( e.X+mnSize ); in handleMouseDragged()
[all …]
/AOO41X/main/tools/source/generic/
H A Dpoly.cxx1440 Point maLastPoint; member in ImplEdgePointFilter
1462 { return maFirstPoint == maLastPoint; } in IsPolygon()
1484 long lx = maLastPoint.X(); in EdgeSection()
1485 long ly = maLastPoint.Y(); in EdgeSection()
1558 else if ( rPoint == maLastPoint ) in Input()
1574 maLastPoint = rPoint; in Input()