Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/osx/
H A DDropTarget.cxx206 …NSPoint dragLocation = [mView convertPoint:[wnd convertRectFromScreen:NSMakeRect(mouseLoc.x, mouse… in draggingEntered() local
208 CocoaToVCL(dragLocation, bounds); in draggingEntered()
210 sal_Int32 posX = static_cast<sal_Int32>(dragLocation.x); in draggingEntered()
211 sal_Int32 posY = static_cast<sal_Int32>(dragLocation.y); in draggingEntered()
247 …NSPoint dragLocation = [mView convertPoint:[wnd convertRectFromScreen:NSMakeRect(mouseLoc.x, mouse… in draggingUpdated() local
249 CocoaToVCL(dragLocation, bounds); in draggingUpdated()
251 sal_Int32 posX = static_cast<sal_Int32>(dragLocation.x); in draggingUpdated()
252 sal_Int32 posY = static_cast<sal_Int32>(dragLocation.y); in draggingUpdated()
315 CocoaToVCL(dragLocation, bounds); in performDragOperation()
317 sal_Int32 posX = static_cast<sal_Int32>(dragLocation.x); in performDragOperation()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/osx/
H A DDropTarget.cxx206 …NSPoint dragLocation = [mView convertPoint:[wnd convertRectFromScreen:NSMakeRect(mouseLoc.x, mouse… in draggingEntered() local
208 CocoaToVCL(dragLocation, bounds); in draggingEntered()
210 sal_Int32 posX = static_cast<sal_Int32>(dragLocation.x); in draggingEntered()
211 sal_Int32 posY = static_cast<sal_Int32>(dragLocation.y); in draggingEntered()
247 …NSPoint dragLocation = [mView convertPoint:[wnd convertRectFromScreen:NSMakeRect(mouseLoc.x, mouse… in draggingUpdated() local
249 CocoaToVCL(dragLocation, bounds); in draggingUpdated()
251 sal_Int32 posX = static_cast<sal_Int32>(dragLocation.x); in draggingUpdated()
252 sal_Int32 posY = static_cast<sal_Int32>(dragLocation.y); in draggingUpdated()
315 CocoaToVCL(dragLocation, bounds); in performDragOperation()
317 sal_Int32 posX = static_cast<sal_Int32>(dragLocation.x); in performDragOperation()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DClipboard.h71 IntPoint dragLocation() const { return m_dragLoc; } in dragLocation() function
77 virtual DragImageRef createDragImage(IntPoint& dragLocation) const = 0;
/dports/astro/marble/marble-21.12.3/src/bindings/python/sip/
H A DQtMarbleConfigDialog.sip36 int dragLocation () const;
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/plaf/metal/
H A DMetalRootPaneUI.java226 Point dragLocation = ev.getPoint(); in mouseDragged() local
227 int deltaX = dragLocation.x - lastDragLocation.x; in mouseDragged()
228 int deltaY = dragLocation.y - lastDragLocation.y; in mouseDragged()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/plaf/metal/
H A DMetalRootPaneUI.java226 Point dragLocation = ev.getPoint(); in mouseDragged() local
227 int deltaX = dragLocation.x - lastDragLocation.x; in mouseDragged()
228 int deltaY = dragLocation.y - lastDragLocation.y; in mouseDragged()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/plaf/metal/
H A DMetalRootPaneUI.java226 Point dragLocation = ev.getPoint(); in mouseDragged() local
227 int deltaX = dragLocation.x - lastDragLocation.x; in mouseDragged()
228 int deltaY = dragLocation.y - lastDragLocation.y; in mouseDragged()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/plaf/metal/
H A DMetalRootPaneUI.java226 Point dragLocation = ev.getPoint(); in mouseDragged() local
227 int deltaX = dragLocation.x - lastDragLocation.x; in mouseDragged()
228 int deltaY = dragLocation.y - lastDragLocation.y; in mouseDragged()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/plaf/metal/
H A DMetalRootPaneUI.java226 Point dragLocation = ev.getPoint(); in mouseDragged() local
227 int deltaX = dragLocation.x - lastDragLocation.x; in mouseDragged()
228 int deltaY = dragLocation.y - lastDragLocation.y; in mouseDragged()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DEventHandler.cpp2622 IntPoint dragLocation = view->windowToContents(dragViewportLocation); in dragHysteresisExceeded() local
2623 IntSize delta = dragLocation - m_mouseDownPos; in dragHysteresisExceeded()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2007-10-145824 (WebCore::ClipboardGtk::dragLocation):
7511 (WebCore::ClipboardGdk::dragLocation):
28334 (WebCore::ClipboardWin::dragLocation):
53600 (WebCore::Clipboard::dragLocation):
54808 (WebCore::ClipboardQt::dragLocation):
55040 (WebCore::ClipboardQt::dragLocation):
H A DChangeLog-2006-05-1033192 (KWQClipboard::dragLocation):
H A DChangeLog-2010-01-2973605 (WebCore::ClipboardHaiku::dragLocation):
83390 (WebCore::ClipboardHaiku::dragLocation):
H A DChangeLog-2005-08-2342974 (KWQClipboard::dragLocation): Simple setter/getters