Home
last modified time | relevance | path

Searched refs:DragAndDropClient (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/source/app/
H A Ddndhelp.cxx33 vcl::unohelper::DragAndDropClient::~DragAndDropClient() {} in ~DragAndDropClient()
35 void vcl::unohelper::DragAndDropClient::dragGestureRecognized( const ::com::sun::star::datatransfer… in dragGestureRecognized()
39 void vcl::unohelper::DragAndDropClient::dragDropEnd( const ::com::sun::star::datatransfer::dnd::Dra… in dragDropEnd()
43 void vcl::unohelper::DragAndDropClient::dragEnter( const ::com::sun::star::datatransfer::dnd::DragS… in dragEnter()
47 void vcl::unohelper::DragAndDropClient::dragExit( const ::com::sun::star::datatransfer::dnd::DragSo… in dragExit()
51 void vcl::unohelper::DragAndDropClient::dragOver( const ::com::sun::star::datatransfer::dnd::DragSo… in dragOver()
59 void vcl::unohelper::DragAndDropClient::drop( const ::com::sun::star::datatransfer::dnd::DropTarget… in drop()
63 void vcl::unohelper::DragAndDropClient::dragEnter( const ::com::sun::star::datatransfer::dnd::DropT… in dragEnter()
67 void vcl::unohelper::DragAndDropClient::dragExit( const ::com::sun::star::datatransfer::dnd::DropTa… in dragExit()
71 void vcl::unohelper::DragAndDropClient::dragOver( const ::com::sun::star::datatransfer::dnd::DropTa… in dragOver()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dtextview.hxx54 class SVT_DLLPUBLIC TextView : public vcl::unohelper::DragAndDropClient
65 TextView( const TextView& ) : vcl::unohelper::DragAndDropClient() {} in TextView()
102 using DragAndDropClient::dragEnter;
103 using DragAndDropClient::dragExit;
104 using DragAndDropClient::dragOver;
/trunk/main/vcl/inc/vcl/
H A Ddndhelp.hxx57 class VCL_DLLPUBLIC DragAndDropClient class
60 virtual ~DragAndDropClient();
87 DragAndDropClient* mpClient;
90 DragAndDropWrapper( DragAndDropClient* pClient );
H A Dedit.hxx62 class VCL_DLLPUBLIC Edit : public Control, public vcl::unohelper::DragAndDropClient
134 using vcl::unohelper::DragAndDropClient::dragEnter;
135 using vcl::unohelper::DragAndDropClient::dragExit;
136 using vcl::unohelper::DragAndDropClient::dragOver;
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx213 class ImpEditView : public vcl::unohelper::DragAndDropClient
218 using vcl::unohelper::DragAndDropClient::dragEnter;
219 using vcl::unohelper::DragAndDropClient::dragExit;
220 using vcl::unohelper::DragAndDropClient::dragOver;

Completed in 36 milliseconds