Home
last modified time | relevance | path

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

/AOO42X/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx240 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in draggingEntered() local
242 CocoaToVCL(dragLocation, bounds); in draggingEntered()
244 sal_Int32 posX = static_cast<sal_Int32>(dragLocation.x); in draggingEntered()
245 sal_Int32 posY = static_cast<sal_Int32>(dragLocation.y); in draggingEntered()
282 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in draggingUpdated() local
284 CocoaToVCL(dragLocation, bounds); in draggingUpdated()
286 sal_Int32 posX = static_cast<sal_Int32>(dragLocation.x); in draggingUpdated()
287 sal_Int32 posY = static_cast<sal_Int32>(dragLocation.y); in draggingUpdated()
351 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in performDragOperation() local
353 CocoaToVCL(dragLocation, bounds); in performDragOperation()
[all …]