Lines Matching refs:dragLocation
242 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()
353 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in performDragOperation() local
355 CocoaToVCL(dragLocation, bounds); in performDragOperation()
357 sal_Int32 posX = static_cast<sal_Int32>(dragLocation.x); in performDragOperation()
358 sal_Int32 posY = static_cast<sal_Int32>(dragLocation.y); in performDragOperation()