Home
last modified time | relevance | path

Searched refs:aInteractionHandle (Results 1 – 1 of 1) sorted by path

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx2369 SdrCustomShapeInteraction aInteractionHandle( aInteractionHandles[ nCustomShapeHdlNum ] ); in DragMoveCustomShapeHdl() local
2370 if ( aInteractionHandle.xInteraction.is() ) in DragMoveCustomShapeHdl()
2375 if ( aInteractionHandle.nMode & CUSTOMSHAPE_HANDLE_MOVE_SHAPE ) in DragMoveCustomShapeHdl()
2377 sal_Int32 nXDiff = aPt.X - aInteractionHandle.aPosition.X; in DragMoveCustomShapeHdl()
2378 sal_Int32 nYDiff = aPt.Y - aInteractionHandle.aPosition.Y; in DragMoveCustomShapeHdl()
2397 aInteractionHandle.xInteraction->setControllerPosition( aPt ); in DragMoveCustomShapeHdl()

Completed in 21 milliseconds