Searched refs:transferable (Results 1 – 22 of 22) sorted by relevance
/aoo4110/main/offapi/com/sun/star/datatransfer/ |
H A D | XTransferableSupplier.idl | 42 /** To get access to a transferable representation of a selected part of an object. 45 The transferable object representing the selection inside the supplying object 52 /** Hands over a transferable object that shall be inserted. 55 The transferable object to be inserted
|
H A D | XTransferableSource.idl | 36 /** The transferable source interface. 46 transferable object.
|
/aoo4110/main/offapi/com/sun/star/mail/ |
H A D | MailMessage.idl | 64 transferable delivers the data as a string. Although a 65 transferable may support multiple data flavors only the 90 transferable delivers the data as a string. Although a 91 transferable may support multiple data flavors only the
|
H A D | MailAttachment.idl | 44 It is expected that the transferable delivers the data as 45 sequence of bytes. Although a transferable may support
|
H A D | XMailMessage.idl | 123 It is expected that the transferable delivers the data as 124 a string. Although a transferable may support multiple
|
/aoo4110/main/offapi/com/sun/star/datatransfer/clipboard/ |
H A D | XClipboard.idl | 52 The transferable object representing the current content of 61 transferable object and registers the specified clipboard owner 65 The transferable object to set as new content.
|
H A D | XClipboardOwner.idl | 41 /** The owner of a transferable object may pass this interface to the 57 The transferable object that has been the contents of the clipboard.
|
H A D | GenericClipboard.idl | 53 /** A generic clipboard service is a simple container for transferable objects.
|
/aoo4110/main/vcl/aqua/source/dtrans/ |
H A D | DragSource.cxx | 251 const uno::Reference<XTransferable >& transferable, in startDrag() 258 OSL_ASSERT(transferable.is() && "DragSource::startDrag: No transferable provided\n"); in startDrag() 265 g_XTransferable = transferable; in startDrag()
|
H A D | DragSource.hxx | 103 … const com::sun::star::uno::Reference< com::sun::star::datatransfer::XTransferable >& transferable,
|
/aoo4110/main/dtrans/test/win32/dnd/ |
H A D | dndTest.cxx | 180 Sequence<DataFlavor> seq= pData->transferable->getTransferDataFlavors(); in MTAFunc() 190 pData->transferable, in MTAFunc()
|
H A D | atlwindow.hxx | 43 Reference<XTransferable> transferable; member
|
H A D | atlwindow.cxx | 197 data.transferable= xTrans; in OnTimer()
|
/aoo4110/main/offapi/com/sun/star/datatransfer/dnd/ |
H A D | XDragSource.idl | 104 The action or actions supported for this transferable as defined 114 The transferable object dragged.
|
H A D | DropTargetDragEnterEvent.idl | 46 types supported by the transferable object of the current Drag and Drop operation. </p>
|
H A D | DropTargetDropEvent.idl | 90 /** The transferable object associated with the drop.
|
H A D | XDragSourceContext.idl | 91 of the transferable object have changed.
|
/aoo4110/main/vcl/source/window/ |
H A D | dndlcon.cxx | 148 const Reference< XTransferable >& transferable ) in fireDropEvent() 165 locationX, locationY, sourceActions, transferable ); in fireDropEvent()
|
/aoo4110/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.hxx | 147 …onst com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& transferable, 494 …onst com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& transferable,
|
H A D | X11_selection.cxx | 3215 const css::uno::Reference< XTransferable >& transferable, in startDrag() 3376 m_xDragSourceTransferable = transferable; in startDrag() 3378 m_aDragFlavors = transferable->getTransferDataFlavors(); in startDrag() 4148 … const css::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& transferable, in startDrag() 4153 m_xRealDragSource->startDrag( trigger, sourceActions, cursor, image, transferable, listener ); in startDrag()
|
/aoo4110/main/vcl/inc/ |
H A D | dndlcon.hxx | 57 … ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& transferable );
|
/aoo4110/main/vcl/source/components/ |
H A D | dtranscomp.cxx | 326 const Reference< datatransfer::XTransferable >& transferable,
|
Completed in 85 milliseconds