Lines Matching refs:dsde

1813 		DragSourceDropEvent dsde;  in handleSelectionRequest()  local
1814 dsde.Source = static_cast< OWeakObject* >(this); in handleSelectionRequest()
1815 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, rRequest.time, *this ); in handleSelectionRequest()
1816 dsde.DragSource = static_cast< XDragSource* >(this); in handleSelectionRequest()
1819 dsde.DropAction = DNDConstants::ACTION_COPY; in handleSelectionRequest()
1820 dsde.DropSuccess = sal_True; in handleSelectionRequest()
1824 dsde.DropAction = DNDConstants::ACTION_NONE; in handleSelectionRequest()
1825 dsde.DropSuccess = sal_False; in handleSelectionRequest()
1831 xListener->dragDropEnd( dsde ); in handleSelectionRequest()
2342 DragSourceDropEvent dsde; in dropComplete() local
2343 dsde.Source = static_cast< OWeakObject* >(this); in dropComplete()
2344 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in dropComplete()
2345 dsde.DragSource = static_cast< XDragSource* >(this); in dropComplete()
2346 dsde.DropAction = getUserDragAction(); in dropComplete()
2347 dsde.DropSuccess = bSuccess; in dropComplete()
2352 xListener->dragDropEnd( dsde ); in dropComplete()
2425 DragSourceDragEvent dsde; in sendDragStatus() local
2426 dsde.Source = static_cast< OWeakObject* >(this); in sendDragStatus()
2427 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in sendDragStatus()
2428 dsde.DragSource = static_cast< XDragSource* >(this); in sendDragStatus()
2429 dsde.DropAction = m_nSourceActions; in sendDragStatus()
2430 dsde.UserAction = getUserDragAction(); in sendDragStatus()
2436 xListener->dragOver( dsde ); in sendDragStatus()
2517 DragSourceDragEvent dsde; in updateDragAction() local
2518 dsde.Source = static_cast< OWeakObject* >(this); in updateDragAction()
2519 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in updateDragAction()
2520 dsde.DragSource = static_cast< XDragSource* >(this); in updateDragAction()
2521 dsde.DropAction = m_nUserDragAction; in updateDragAction()
2522 dsde.UserAction = m_nUserDragAction; in updateDragAction()
2524 m_xDragSourceListener->dropActionChanged( dsde ); in updateDragAction()
2642 DragSourceDragEvent dsde; in handleDragEvent() local
2643 dsde.Source = static_cast< OWeakObject* >(this); in handleDragEvent()
2644 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent()
2645 dsde.DragSource = static_cast< XDragSource* >( this ); in handleDragEvent()
2646 dsde.UserAction = getUserDragAction(); in handleDragEvent()
2647 dsde.DropAction = DNDConstants::ACTION_NONE; in handleDragEvent()
2659 dsde.DropAction = DNDConstants::ACTION_COPY; in handleDragEvent()
2661 dsde.DropAction = DNDConstants::ACTION_MOVE; in handleDragEvent()
2663 dsde.DropAction = DNDConstants::ACTION_LINK; in handleDragEvent()
2666 dsde.DropAction = DNDConstants::ACTION_COPY; in handleDragEvent()
2668 m_nTargetAcceptAction = dsde.DropAction; in handleDragEvent()
2680 setCursor( getDefaultCursor( dsde.DropAction ), m_aDropWindow, m_nDragTimestamp ); in handleDragEvent()
2682 m_xDragSourceListener->dragOver( dsde ); in handleDragEvent()
2688 DragSourceDropEvent dsde; in handleDragEvent() local
2689 dsde.Source = static_cast< OWeakObject* >(this); in handleDragEvent()
2690 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent()
2691 dsde.DragSource = static_cast< XDragSource* >(this); in handleDragEvent()
2692 dsde.DropAction = m_nTargetAcceptAction; in handleDragEvent()
2693 dsde.DropSuccess = m_bDropSuccess; in handleDragEvent()
2697 xListener->dragDropEnd( dsde ); in handleDragEvent()
2754 DragSourceDropEvent dsde; in handleDragEvent() local
2755 dsde.Source = static_cast< OWeakObject* >(this); in handleDragEvent()
2756 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent()
2757 dsde.DragSource = static_cast< XDragSource* >(this); in handleDragEvent()
2758 dsde.DropAction = DNDConstants::ACTION_NONE; in handleDragEvent()
2759 dsde.DropSuccess = sal_False; in handleDragEvent()
2763 xListener->dragDropEnd( dsde ); in handleDragEvent()
2895 DragSourceDropEvent dsde; in handleDragEvent() local
2896 dsde.Source = static_cast< OWeakObject* >(this); in handleDragEvent()
2897 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent()
2898 dsde.DragSource = static_cast< XDragSource* >(this); in handleDragEvent()
2899 dsde.DropAction = DNDConstants::ACTION_NONE; in handleDragEvent()
2900 dsde.DropSuccess = sal_False; in handleDragEvent()
2904 xListener->dragDropEnd( dsde ); in handleDragEvent()
2946 DragSourceDropEvent dsde; in reject() local
2947 dsde.Source = static_cast< OWeakObject* >(this); in reject()
2948 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in reject()
2949 dsde.DragSource = static_cast< XDragSource* >(this); in reject()
2950 dsde.DropAction = DNDConstants::ACTION_NONE; in reject()
2951 dsde.DropSuccess = sal_False; in reject()
2952 m_xDragSourceListener->dragDropEnd( dsde ); in reject()
3096 DragSourceDragEvent dsde; in updateDragWindow() local
3097 dsde.Source = static_cast< OWeakObject* >(this); in updateDragWindow()
3098 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in updateDragWindow()
3099 dsde.DragSource = static_cast< XDragSource* >(this); in updateDragWindow()
3100 dsde.DropAction = nNewProtocolVersion >= 0 ? m_nUserDragAction : DNDConstants::ACTION_COPY; in updateDragWindow()
3101 dsde.UserAction = nNewProtocolVersion >= 0 ? m_nUserDragAction : DNDConstants::ACTION_COPY; in updateDragWindow()
3138 xListener->dragExit( dsde ); in updateDragWindow()
3154 xListener->dragEnter( dsde ); in updateDragWindow()
3204 xListener->dragOver( dsde ); in updateDragWindow()
3505 DragSourceDropEvent dsde; in dragDoDispatch() local
3506 dsde.Source = static_cast< OWeakObject* >(this); in dragDoDispatch()
3507 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in dragDoDispatch()
3508 dsde.DragSource = static_cast< XDragSource* >(this); in dragDoDispatch()
3509 dsde.DropAction = DNDConstants::ACTION_NONE; in dragDoDispatch()
3510 dsde.DropSuccess = sal_False; in dragDoDispatch()
3539 xListener->dragDropEnd( dsde ); in dragDoDispatch()
4043 DragSourceDropEvent dsde; in deregisterDropTarget() local
4044 dsde.Source = static_cast< OWeakObject* >(this); in deregisterDropTarget()
4045 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in deregisterDropTarget()
4046 dsde.DragSource = static_cast< XDragSource* >(this); in deregisterDropTarget()
4047 dsde.DropAction = DNDConstants::ACTION_NONE; in deregisterDropTarget()
4048 dsde.DropSuccess = sal_False; in deregisterDropTarget()
4052 xListener->dragDropEnd( dsde ); in deregisterDropTarget()