Home
last modified time | relevance | path

Searched refs:DragSourceContext (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vcl/aqua/source/dtrans/
H A DDragSourceContext.cxx39 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 DDragSourceContext.hxx42 class DragSourceContext: public cppu::BaseMutex, class
47 DragSourceContext(DragSource* pSource);
48 ~DragSourceContext();
H A DDragSource.cxx119 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 DX11_dndcontext.cxx101 DragSourceContext::DragSourceContext( in DragSourceContext() function in DragSourceContext
112 DragSourceContext::~DragSourceContext() in ~DragSourceContext()
116 sal_Int32 DragSourceContext::getCurrentCursor() throw() in getCurrentCursor()
121 void DragSourceContext::setCursor( sal_Int32 cursorId ) throw() in setCursor()
126 void DragSourceContext::setImage( sal_Int32 imageId ) throw() in setImage()
131 void DragSourceContext::transferablesFlavorsChanged() throw() in transferablesFlavorsChanged()
H A DX11_selection.cxx1815 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, rRequest.time, *this ); in handleSelectionRequest()
2344 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in dropComplete()
2427 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in sendDragStatus()
2519 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in updateDragAction()
2644 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent()
2690 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent()
2756 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent()
2897 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent()
2948 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in reject()
3098 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in updateDragWindow()
[all …]
H A DX11_dndcontext.hxx79 class DragSourceContext : class
89 DragSourceContext( XLIB_Window, XLIB_Time, SelectionManager& );
90 virtual ~DragSourceContext();
/trunk/main/dtrans/source/win32/dnd/
H A Dsourcecontext.cxx107 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 DDragSourceEvent.idl54 XDragSourceContext DragSourceContext;

Completed in 58 milliseconds