Searched refs:DragSourceContext (Results 1 – 8 of 8) sorted by relevance
/aoo42x/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()
|
/aoo42x/main/vcl/unx/generic/dtrans/ |
H A D | X11_dndcontext.cxx | 101 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 D | X11_selection.cxx | 1815 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 D | X11_dndcontext.hxx | 79 class DragSourceContext : class 89 DragSourceContext( XLIB_Window, XLIB_Time, SelectionManager& ); 90 virtual ~DragSourceContext();
|
/aoo42x/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()
|
/aoo42x/main/offapi/com/sun/star/datatransfer/dnd/ |
H A D | DragSourceEvent.idl | 54 XDragSourceContext DragSourceContext;
|
Completed in 66 milliseconds