Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx242 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in draggingEntered() local
244 CocoaToVCL(dragLocation, bounds); in draggingEntered()
246 sal_Int32 posX = static_cast<sal_Int32>(dragLocation.x); in draggingEntered()
247 sal_Int32 posY = static_cast<sal_Int32>(dragLocation.y); in draggingEntered()
284 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in draggingUpdated() local
286 CocoaToVCL(dragLocation, bounds); in draggingUpdated()
288 sal_Int32 posX = static_cast<sal_Int32>(dragLocation.x); in draggingUpdated()
289 sal_Int32 posY = static_cast<sal_Int32>(dragLocation.y); in draggingUpdated()
355 CocoaToVCL(dragLocation, bounds); in performDragOperation()
357 sal_Int32 posX = static_cast<sal_Int32>(dragLocation.x); in performDragOperation()
[all …]

Completed in 8 milliseconds