/aoo42x/main/vcl/test/ |
H A D | dndtest.cxx | 314 dtdee.Context->acceptDrag( dtdee.DropAction ); in dragEnter() 329 dtde.Context->acceptDrag( dtde.DropAction ); in dragOver() 337 dtde.Context->acceptDrag( dtde.DropAction ); in dropActionChanged()
|
/aoo42x/main/dtrans/test/win32/dnd/ |
H A D | targetlistener.cxx | 78 dtde.Context->acceptDrag( ACTION_COPY); in dragEnter() 93 dtde.Context->acceptDrag( ACTION_COPY); in dragOver()
|
/aoo42x/main/vcl/source/window/ |
H A D | dndlcon.cxx | 515 void SAL_CALL DNDListenerContainer::acceptDrag( sal_Int8 dragOperation ) throw (RuntimeException) in acceptDrag() function in DNDListenerContainer 519 m_xDropTargetDragContext->acceptDrag( dragOperation ); in acceptDrag()
|
H A D | dndevdis.cxx | 341 void SAL_CALL DNDEventDispatcher::acceptDrag( sal_Int8 /*dropAction*/ ) throw(RuntimeException) in acceptDrag() function in DNDEventDispatcher
|
/aoo42x/main/dtrans/source/win32/dnd/ |
H A D | targetdragcontext.cxx | 44 void SAL_CALL TargetDragContext::acceptDrag( sal_Int8 dragOperation ) in acceptDrag() function in TargetDragContext
|
H A D | targetdragcontext.hxx | 52 virtual void SAL_CALL acceptDrag( sal_Int8 dragOperation )
|
/aoo42x/main/vcl/unx/generic/dtrans/ |
H A D | X11_dndcontext.hxx | 75 virtual void SAL_CALL acceptDrag( sal_Int8 dragOperation ) throw();
|
H A D | X11_dndcontext.cxx | 87 void DropTargetDragContext::acceptDrag( sal_Int8 dragOperation ) throw() in acceptDrag() function in DropTargetDragContext
|
/aoo42x/main/dtrans/source/os2/dnd/ |
H A D | DropTarget.hxx | 105 virtual void SAL_CALL acceptDrag( sal_Int8) throw(RuntimeException);
|
H A D | DropTarget.cxx | 148 void SAL_CALL DropTarget::acceptDrag(sal_Int8 dragOperation) throw (RuntimeException) in acceptDrag() function in DropTarget
|
/aoo42x/main/vcl/inc/ |
H A D | dndevdis.hxx | 79 …virtual void SAL_CALL acceptDrag( sal_Int8 dropAction ) throw(::com::sun::star::uno::RuntimeExcept…
|
H A D | dndlcon.hxx | 91 …virtual void SAL_CALL acceptDrag( sal_Int8 dragOperation ) throw (::com::sun::star::uno::RuntimeEx…
|
/aoo42x/main/offapi/com/sun/star/datatransfer/dnd/ |
H A D | XDropTargetDragContext.idl | 72 [oneway] void acceptDrag( [in] byte dragOperation );
|
/aoo42x/main/vcl/aqua/source/dtrans/ |
H A D | DropTarget.hxx | 118 …virtual void SAL_CALL acceptDrag(sal_Int8 dragOperation) throw(com::sun::star::uno::RuntimeExcepti…
|
H A D | DropTarget.cxx | 469 void SAL_CALL DropTarget::acceptDrag(sal_Int8 dragOperation) throw (RuntimeException) in acceptDrag() function in DropTarget
|
/aoo42x/main/framework/source/classes/ |
H A D | droptargetlistener.cxx | 164 dtde.Context->acceptDrag( css::datatransfer::dnd::DNDConstants::ACTION_COPY ); in dragOver()
|
/aoo42x/main/svtools/source/misc/ |
H A D | transfer2.cxx | 224 rDTDE.Context->acceptDrag( nRet ); in dragOver()
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit.cxx | 1966 rDTDE.Context->acceptDrag( rDTDE.DropAction ); in dragOver()
|
/aoo42x/main/vcl/source/control/ |
H A D | edit.cxx | 3149 rDTDE.Context->acceptDrag( rDTDE.DropAction ); in dragOver()
|
/aoo42x/main/svtools/source/edit/ |
H A D | textview.cxx | 2318 rDTDE.Context->acceptDrag( rDTDE.DropAction ); in dragOver()
|