Home
last modified time | relevance | path

Searched refs:m_currentDragContext (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/dtrans/source/win32/dnd/
H A Dtarget.cxx336 m_currentDragContext= static_cast<XDropTargetDragContext*>( new TargetDragContext( in DragEnter()
359 e.Context= m_currentDragContext; in DragEnter()
398 e.Context= m_currentDragContext; in DragOver()
446 m_currentDragContext= 0; in DragLeave()
503 m_currentDragContext= 0; in Drop()
626 if( context == m_currentDragContext) in _acceptDrag()
634 if(context == m_currentDragContext) in _rejectDrag()
H A Dtarget.hxx116 Reference<XDropTargetDragContext> m_currentDragContext; member in DropTarget

Completed in 21 milliseconds