Searched refs:DragSourceContext (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/vcl/aqua/source/dtrans/ |
| H A D | DragSourceContext.cxx | 39 DragSourceContext::DragSourceContext( DragSource* pSource) : in DragSourceContext() function in DragSourceContext 45 DragSourceContext::~DragSourceContext() in ~DragSourceContext() 49 sal_Int32 SAL_CALL DragSourceContext::getCurrentCursor( ) in getCurrentCursor() 55 void SAL_CALL DragSourceContext::setCursor( sal_Int32 /*cursorId*/ ) in setCursor() 60 void SAL_CALL DragSourceContext::setImage( sal_Int32 /*imageId*/ ) in setImage() 65 void SAL_CALL DragSourceContext::transferablesFlavorsChanged( ) in transferablesFlavorsChanged()
|
| H A D | DragSourceContext.hxx | 42 class DragSourceContext: public cppu::BaseMutex, class 47 DragSourceContext(DragSource* pSource); 48 ~DragSourceContext();
|
| H A D | DragSource.cxx | 119 new DragSourceContext(mDragSource), 139 new DragSourceContext(mDragSource), 154 new DragSourceContext(mDragSource), 263 mXCurrentContext = static_cast<XDragSourceContext*>(new DragSourceContext(this)); in startDrag()
|
| /trunk/main/vcl/unx/generic/dtrans/ |
| H A D | X11_dndcontext.cxx | 99 DragSourceContext::DragSourceContext( in DragSourceContext() function in DragSourceContext 110 DragSourceContext::~DragSourceContext() in ~DragSourceContext() 114 sal_Int32 DragSourceContext::getCurrentCursor() throw() in getCurrentCursor() 119 void DragSourceContext::setCursor( sal_Int32 cursorId ) throw() in setCursor() 124 void DragSourceContext::setImage( sal_Int32 imageId ) throw() in setImage() 129 void DragSourceContext::transferablesFlavorsChanged() throw() in transferablesFlavorsChanged()
|
| H A D | X11_selection.cxx | 1812 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, rRequest.time, *this ); in handleSelectionRequest() 2341 … dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in dropComplete() 2424 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in sendDragStatus() 2516 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in updateDragAction() 2641 … dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent() 2687 … dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent() 2753 … dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent() 2894 … dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent() 2945 … dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in reject() 3094 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in updateDragWindow() [all …]
|
| H A D | X11_dndcontext.hxx | 77 class DragSourceContext : class 87 DragSourceContext( XLIB_Window, XLIB_Time, SelectionManager& ); 88 virtual ~DragSourceContext();
|
| /trunk/main/dtrans/source/win32/dnd/ |
| H A D | sourcecontext.cxx | 107 e.DragSourceContext= static_cast<XDragSourceContext*>( this); in fire_dragDropEnd() 135 e.DragSourceContext= static_cast<XDragSourceContext*>( this); in fire_dropActionChanged()
|
| /trunk/main/offapi/com/sun/star/datatransfer/dnd/ |
| H A D | DragSourceEvent.idl | 54 XDragSourceContext DragSourceContext;
|