/aoo4110/main/offapi/com/sun/star/datatransfer/dnd/ |
H A D | XDropTargetListener.idl | 44 /** This interface is the callback interface used by the drop target object to 46 drop target. 55 /** The drag operation has terminated with a drop on this drop target. 59 is called before releasing the data for the drop operation. This 60 should occur before returning from drop in a normal flow of operation. 63 from the <member>XDropTargetListener::drop()</member> method.</p> 69 void drop( [in] DropTargetDropEvent dtde ); 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. [all …]
|
H A D | XDropTarget.idl | 42 /** This interface is implemented by a view or window that supports drop 66 /** Remove a drop target listener. 75 /** Indicates either a drop target object is active or not. 78 A boolean indicating whether or not this drop target object is 85 /** Sets the drop target object active or inactive. 88 A value of <TRUE/> sets the drop target object active. 89 <p>A value of <FALSE/> sets the drop target object inactive. 95 /** Determine the actions supported by a drop target. 98 The current action or actions supported by this drop target. 100 <p>By default this will include all drag and drop actions.</p> [all …]
|
H A D | XDropTargetDropContext.idl | 40 /** This interface is implemented by any drop target context object. 46 <p>The drop target context provides the mechanism for a potential receiver 47 of a drop operation to provide the end user with the appropriate drag 57 <member scope="com::sun::star::datatransfer::dnd">XDropTargetListener::drop()</member> 58 method if the implementation wishes to accept the drop operation with the specified action.</p> 70 /** Reject the drop as a result of examining the available 78 /** Signals that the drop is completed and if it was successful or not. 81 A value of <TRUE/> means the drop completed successfully 82 <p>A value of <FALSE/> means the drop completed unsuccessfully.</p>
|
H A D | DropTargetDropEvent.idl | 42 /** The <type>DropTargetDropEvent</type> is delivered from the drop target to 43 its currently registered drop target listener. 52 /** The drop target context of the current drag operation. 61 the time of the drop. 90 /** The transferable object associated with the drop.
|
H A D | XDropTargetDragContext.idl | 40 /** This interface is implemented by any drop target context object. 42 <p>A drop target context is created whenever the logical cursor associated 44 window associated with a drop target. </p> 46 <p>The drop target context provides the mechanism for a potential receiver 47 of a drop operation to both provide the end user with the appropriate drag
|
H A D | DropTargetDragEvent.idl | 38 /** The <type>DropTargetDragEvent</type> is delivered from the drop target 39 to the currently registered drop target listener. 51 /** The drop target context of the current drag operation. 59 /** This value represents the currently selected drop action.
|
H A D | XDragSourceListener.idl | 64 /** Called as the hotspot enters a platform dependent drop site. 76 /** Called as the hotspot exits a platform dependent drop site. 88 /** Called as the hotspot moves over a platform dependent drop site. 97 /** Called when the user has modified the drop gesture.
|
H A D | DropTargetDragEnterEvent.idl | 40 /** The <type>DropTargetDragEnterEvent</type> is delivered from the drop target to the 41 currently registered drop target listeners whenever the logical cursor 43 of a window associated with a drop target.
|
H A D | DragSourceDragEvent.idl | 50 /** The drag action selected by the current drop target. 57 /** The user's currently selected drop action.
|
H A D | DragSourceDropEvent.idl | 48 /** The action performed by the target on the subject of the drop. 56 /** Indicates if the drop was successful.
|
/aoo4110/main/offapi/com/sun/star/style/ |
H A D | DropCapFormat.idl | 34 /** This struct describes drop caps at a paragraph object. 39 /** This is the number of lines used for a drop cap. 46 /** This is the number of characters in the drop cap. 53 /** This is the distance between the drop cap in the following text.
|
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | DataPilotReadme.txt | 37 Use the the drop down list and select the service 41 - select the "ones" field and drop it in the "Row Fields" area 43 - select the "thousands" field and drop it in the "Column Fields"
|
/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | XDataTransferProviderAccess.idl | 53 drag-and-drop support. 81 /** returns the drop target of the specified window. 83 @returns the drop target.
|
H A D | XComboBox.idl | 112 /** returns the number of visible lines in the drop down mode. 118 /** sets the number of visible lines for drop down mode.
|
H A D | XListBox.idl | 173 /** returns the number of visible lines in drop down mode. 179 /** sets the number of visible lines for drop down mode.
|
H A D | UnoControlComboBoxModel.idl | 101 /** specifies if the control has a drop down button. 154 /** specifies the maximum line count displayed in the drop down box.
|
H A D | UnoControlListBoxModel.idl | 96 /** specifies if the control has a drop down button. 140 /** specifies the maximum line count displayed in the drop down box.
|
/aoo4110/main/vcl/source/app/ |
H A D | dndhelp.cxx | 59 void vcl::unohelper::DragAndDropClient::drop( const ::com::sun::star::datatransfer::dnd::DropTarget… in drop() function in vcl::unohelper::DragAndDropClient 149 void vcl::unohelper::DragAndDropWrapper::drop( const ::com::sun::star::datatransfer::dnd::DropTarge… in drop() function in vcl::unohelper::DragAndDropWrapper 152 mpClient->drop( rDTDE ); in drop()
|
/aoo4110/main/offapi/com/sun/star/sdbc/ |
H A D | XDatabaseMetaData.idl | 386 /** support the Database "ALTER TABLE" with drop column? 1239 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel… 1337 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel… 1388 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel… 1546 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel… 1601 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel… 1656 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel… 1721 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel… 1783 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel… 1824 …a catalog name; "" retrieves those without a catalog; <VOID/> means drop catalog name from the sel… [all …]
|
/aoo4110/main/vcl/unx/generic/dtrans/ |
H A D | X11_droptarget.cxx | 137 void DropTarget::drop( const DropTargetDropEvent& dtde ) throw() in drop() function in DropTarget 145 (*it)->drop( dtde ); in drop()
|
/aoo4110/main/offapi/com/sun/star/datatransfer/ |
H A D | XDataFormatTranslator.idl | 43 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
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | dndhelp.hxx | 73 …virtual void drop( const ::com::sun::star::datatransfer::dnd::DropTargetDropEvent& dtde ) throw (:… 112 …void SAL_CALL drop( const ::com::sun::star::datatransfer::dnd::DropTargetDropEvent& dtde ) throw (…
|
/aoo4110/main/sc/source/ui/src/ |
H A D | scstring.src | 709 Text [ en-US ] = "Fields that you drop here will be displayed as rows in the final pivot table."; 714 …Text [ en-US ] = "Fields that you drop here will be displayed as columns in the final pivot table.… 719 …Text [ en-US ] = "Fields that you drop here will be used for calculations in the final pivot table…
|
/aoo4110/main/vcl/test/ |
H A D | dndtest.cxx | 93 virtual void SAL_CALL drop( const DropTargetDropEvent& dtde ) throw(RuntimeException); 302 void SAL_CALL MyDragAndDropListener::drop( const DropTargetDropEvent& dtde ) throw(RuntimeException) in drop() function in MyDragAndDropListener
|
/aoo4110/main/dtrans/test/win32/dnd/ |
H A D | targetlistener.hxx | 58 virtual void SAL_CALL drop( const DropTargetDropEvent& dtde )
|