| /trunk/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()
|
| /trunk/main/dtrans/test/win32/dnd/ |
| H A D | targetlistener.cxx | 75 dtde.Context->acceptDrag( ACTION_COPY); in dragEnter() 88 dtde.Context->acceptDrag( ACTION_COPY); in dragOver()
|
| /trunk/main/vcl/source/window/ |
| H A D | dndlcon.cxx | 506 void SAL_CALL DNDListenerContainer::acceptDrag( sal_Int8 dragOperation ) in acceptDrag() function in DNDListenerContainer 510 m_xDropTargetDragContext->acceptDrag( dragOperation ); in acceptDrag()
|
| H A D | dndevdis.cxx | 334 void SAL_CALL DNDEventDispatcher::acceptDrag( sal_Int8 /*dropAction*/ ) in acceptDrag() function in DNDEventDispatcher
|
| /trunk/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 );
|
| /trunk/main/vcl/unx/generic/dtrans/ |
| H A D | X11_dndcontext.hxx | 73 virtual void SAL_CALL acceptDrag( sal_Int8 dragOperation ) throw();
|
| H A D | X11_dndcontext.cxx | 85 void DropTargetDragContext::acceptDrag( sal_Int8 dragOperation ) throw() in acceptDrag() function in DropTargetDragContext
|
| /trunk/main/dtrans/source/os2/dnd/ |
| H A D | DropTarget.hxx | 102 virtual void SAL_CALL acceptDrag( sal_Int8);
|
| H A D | DropTarget.cxx | 146 void SAL_CALL DropTarget::acceptDrag(sal_Int8 dragOperation) in acceptDrag() function in DropTarget
|
| /trunk/main/vcl/inc/ |
| H A D | dndevdis.hxx | 79 virtual void SAL_CALL acceptDrag( sal_Int8 dropAction );
|
| H A D | dndlcon.hxx | 91 virtual void SAL_CALL acceptDrag( sal_Int8 dragOperation );
|
| /trunk/main/vcl/aqua/source/dtrans/ |
| H A D | DropTarget.hxx | 115 virtual void SAL_CALL acceptDrag(sal_Int8 dragOperation);
|
| H A D | DropTarget.cxx | 464 void SAL_CALL DropTarget::acceptDrag(sal_Int8 dragOperation) in acceptDrag() function in DropTarget
|
| /trunk/main/offapi/com/sun/star/datatransfer/dnd/ |
| H A D | XDropTargetDragContext.idl | 72 [oneway] void acceptDrag( [in] byte dragOperation );
|
| /trunk/main/framework/source/classes/ |
| H A D | droptargetlistener.cxx | 164 dtde.Context->acceptDrag( css::datatransfer::dnd::DNDConstants::ACTION_COPY ); in dragOver()
|
| /trunk/main/svtools/source/misc/ |
| H A D | transfer2.cxx | 224 rDTDE.Context->acceptDrag( nRet ); in dragOver()
|
| /trunk/main/editeng/source/editeng/ |
| H A D | impedit.cxx | 1966 rDTDE.Context->acceptDrag( rDTDE.DropAction ); in dragOver()
|
| /trunk/main/vcl/source/control/ |
| H A D | edit.cxx | 3149 rDTDE.Context->acceptDrag( rDTDE.DropAction ); in dragOver()
|
| /trunk/main/svtools/source/edit/ |
| H A D | textview.cxx | 2318 rDTDE.Context->acceptDrag( rDTDE.DropAction ); in dragOver()
|