Searched refs:m_nCurrentDropAction (Results 1 – 2 of 2) sorted by relevance
60 m_nCurrentDropAction( ACTION_NONE), in DropTarget()330 m_nCurrentDropAction= getFilteredActions( grfKeyState, *pdwEffect); in DragEnter()353 if( m_nCurrentDropAction != ACTION_NONE) in DragEnter()357 e.DropAction= m_nCurrentDropAction; in DragEnter()391 m_nCurrentDropAction= getFilteredActions( grfKeyState, *pdwEffect); in DragOver()393 if( m_nCurrentDropAction) in DragOver()396 e.DropAction= m_nCurrentDropAction; in DragOver()410 if( m_nLastDropAction != m_nCurrentDropAction) in DragOver()474 m_nCurrentDropAction= getFilteredActions( grfKeyState, *pdwEffect); in Drop()476 if( m_nCurrentDropAction) in Drop()[all …]
105 sal_Int8 m_nCurrentDropAction; member in DropTarget