Searched refs:relLoc (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/vcl/source/window/ |
H A D | dndevdis.cxx | 378 Point relLoc = pWindow->ImplFrameToOutput( rLocation ); in fireDragEnterEvent() local 382 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions, aFlavorList ); in fireDragEnterEvent() 411 Point relLoc = pWindow->ImplFrameToOutput( rLocation ); in fireDragOverEvent() local 415 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions ); in fireDragOverEvent() 471 Point relLoc = pWindow->ImplFrameToOutput( rLocation ); in fireDropActionChangedEvent() local 475 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions ); in fireDropActionChangedEvent() 508 Point relLoc = pWindow->ImplFrameToOutput( rLocation ); in fireDropEvent() local 512 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions, xTransferable ); in fireDropEvent() 549 Point relLoc = pWindow->ImplFrameToOutput( rOrigin ); in fireDragGestureEvent() local 553 nDragAction, relLoc.X(), relLoc.Y(), xSource, event ); in fireDragGestureEvent()
|
H A D | winproc.cxx | 569 Point relLoc = pMouseDownWin->ImplFrameToOutput( Point( in ImplHandleMouseEvent() local 595 … relLoc.X(), relLoc.Y(), xDragSource, ::com::sun::star::uno::makeAny( aMouseEvent ) ); in ImplHandleMouseEvent()
|
Completed in 25 milliseconds