Lines Matching refs:pdwEffect
322 DWORD *pdwEffect) in DragEnter() argument
325 printf("\nDropTarget::DragEnter state: %x effect %d", grfKeyState, *pdwEffect); in DragEnter()
330 m_nCurrentDropAction= getFilteredActions( grfKeyState, *pdwEffect); in DragEnter()
364 e.SourceActions= dndOleDropEffectsToActions( *pdwEffect); in DragEnter()
374 sal_Int8 allowedActions= dndOleDropEffectsToActions( *pdwEffect); in DragEnter()
375 *pdwEffect= dndActionsToSingleDropEffect( m_nLastDropAction & allowedActions); in DragEnter()
379 *pdwEffect= DROPEFFECT_NONE; in DragEnter()
387 DWORD *pdwEffect) in DragOver() argument
391 m_nCurrentDropAction= getFilteredActions( grfKeyState, *pdwEffect); in DragOver()
403 e.SourceActions= dndOleDropEffectsToActions( *pdwEffect); in DragOver()
422 sal_Int8 allowedActions= dndOleDropEffectsToActions( *pdwEffect); in DragOver()
424 *pdwEffect= dndActionsToSingleDropEffect( m_nLastDropAction & allowedActions); in DragOver()
428 *pdwEffect= DROPEFFECT_NONE; in DragOver()
432 printf("\nDropTarget::DragOver %d", *pdwEffect ); in DragOver()
464 DWORD *pdwEffect) in Drop() argument
474 m_nCurrentDropAction= getFilteredActions( grfKeyState, *pdwEffect); in Drop()
486 e.SourceActions= dndOleDropEffectsToActions( *pdwEffect); in Drop()
493 sal_Int8 allowedActions= dndOleDropEffectsToActions( *pdwEffect); in Drop()
494 *pdwEffect= dndActionsToSingleDropEffect( m_nCurrentDropAction & allowedActions); in Drop()
497 *pdwEffect= DROPEFFECT_NONE; in Drop()
500 *pdwEffect= DROPEFFECT_NONE; in Drop()