Searched refs:aInteractionHandle (Results 1 – 1 of 1) sorted by relevance
2369 SdrCustomShapeInteraction aInteractionHandle( aInteractionHandles[ nCustomShapeHdlNum ] ); in DragMoveCustomShapeHdl() local2370 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 43 milliseconds