Home
last modified time | relevance | path

Searched refs:drag (Results 1 – 25 of 100) sorted by relevance

1234

/AOO41X/main/offapi/com/sun/star/datatransfer/dnd/
H A DXDragSource.idl50 /** This interface is implemented by a view or window that supports drag
65 /** In order to query if drag image support is available.
68 A boolean indicating whether or not drag image support is
75 /** To get the default cursor for a specified drag action.
78 A drag action as specified in <type>DNDConstants</type>.
81 The default drag cursor for the specified drag action.
90 /** Starts the drag operation.
92 <p>Note: this call does <em>not</em> block until the drag and drop
94 a drag operation or if the user attempts to start a drag while an
95 existing drag operation is still executing, the action fails immediately.
[all …]
H A DXDragSourceContext.idl38 /** The drag source context class is responsible for managing the initiator side
47 for tracking the state of the operation on behalf of the drag source and
48 dispatching state changes to the drag source listener. </p>
60 The currently selected drag cursor.
66 /** This method sets the current drag cursor.
69 default one for drag action currently selected by the user.</p>
73 The identifier the drag source returned when registering the cursor.
79 /** This method sets the current drag image.
82 The identifier the drag source returned when registering the image (0 = none).
H A DXDropTargetListener.idl48 <p>Methods of this interface may be implemented to provide "drag under"
55 /** The drag operation has terminated with a drop on this drop target.
72 /** Called when a drag operation has encountered the drop target.
81 /** The drag operation has departed the drop target without dropping.
90 /** Called when a drag operation is ongoing on the drop target.
H A DDragGestureEvent.idl40 dependent drag initiating gesture has occurred on the component that it is
60 /** The x coordinate where the drag originated in component coordinates.
66 /** The y coordinate where the drag originated in component coordinates.
72 /** The DragSource associated with this drag action.
H A DXDragGestureListener.idl41 when it detects a drag initiating gesture.
43 <p>The implementor of this interface is responsible for starting the drag
52 drag initiating gesture and is notifying this listener in order
H A DDragSourceDragEvent.idl38 currently registered drag source listener.
41 the operations initiator to provide the end user with the appropriate drag
50 /** The drag action selected by the current drop target.
H A DDragSourceEvent.idl49 /** The drag source context of the current drag operation.
57 /** The drag source on which the Drag and Drop operation was initiated.
H A DXDropTargetDragContext.idl47 of a drop operation to both provide the end user with the appropriate drag
62 if the implementation wishes to accept the drag operation with the specified
75 /** Reject the drag as a result of examining the available
H A DDropTargetDragEvent.idl42 the operations initiator to provide the end user with the appropriate drag
51 /** The drop target context of the current drag operation.
H A DOleDragSource.idl52 /** This service connects the Java-like UNO drag and drop protocol to the protocol
53 used on window platforms. It realized the drag source.
H A DXAutoscroll.idl50 <p>An autoscrolling gesture is initiated by the user by keeping the drag
53 result in repeated scroll requests to the Component until the drag Cursor
H A DXDragSourceListener.idl44 /** This interface must be implemented by any drag gesture recognizer
45 implementation that a drag source supports.
H A DDragSourceDropEvent.idl37 <type>XDragSourceContext</type> to its currently registered drag source listener's.
H A DXDragGestureRecognizer.idl38 /** This interface is implemented by a view or window that supports drag
/AOO41X/main/offapi/com/sun/star/awt/
H A DXDataTransferProviderAccess.idl53 drag-and-drop support.
59 /** returns the drag gesture recognizer of the specified window.
61 @returns the drag gesture recognizer.
70 /** returns the drag source of the specified window.
72 @returns the drag source.
H A DXMouseMotionListener.idl50 <p>Mouse drag events will continue to be delivered to
/AOO41X/test/testgui/source/fvt/gui/sd/shape/
H A DShapeTypes.java93 impress.drag(100, 100, 200, 200); in testCalloutShapes()
126 impress.drag(100, 100, 200, 200); in testStarsShapes()
/AOO41X/test/testgui/source/svt/gui/sw/
H A DFileTypeAboutWriter.java100 writer.drag(200, 200, 300, 300); in saveNewSWWithShapeToHTML()
130 writer.drag( 150+j, 150+j*10, 200+j, 200+j*10); in saveNewSWWithLineToDoc()
/AOO41X/main/offapi/com/sun/star/datatransfer/
H A DXDataFormatTranslator.idl43 during data exchange operations like clipboard or drag&drop. Windows for instance
44 uses integer values to describe an available clipboard or drag&drop format, Unix
H A DDataFlavor.idl33 appear on a clipboard, or during drag and drop.
H A DDataFormatTranslator.idl45 during data exchange operations like clipboard or drag&drop.
/AOO41X/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclControl.java96 public void drag(int fromX, int fromY, int toX, int toY) { in drag() method in VclControl
98 … Tester.drag((int) rect.x + fromX, (int) rect.y + fromY, (int) rect.x + toX, (int) rect.y + toY); in drag()
/AOO41X/test/testgui/source/svt/gui/sd/
H A DBasicFuncOnImpress.java159 impress.drag(100, 100, 200, 200); in saveNewSDWithTextbox()
196 impress.drag(100, 100, 200, 200); in saveNewSDWithAnimation()
/AOO41X/main/oox/source/dump/
H A Dxlsbdumper.ini893 0x00000001=drag-to-row
894 0x00000002=drag-to-col
895 0x00000004=drag-to-page
896 0x00000008=drag-to-hide
897 0x00000010=drag-to-data
/AOO41X/test/testuno/source/fvt/mix/
H A DMixedTest.java83 writer.drag(10, 10, 300, 400); in testUseBothUNOAndGuiAPI()

1234