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()393 if( m_nCurrentDropAction) in DragOver()396 e.DropAction= m_nCurrentDropAction; in DragOver()410 if( m_nLastDropAction != m_nCurrentDropAction) in DragOver()476 if( m_nCurrentDropAction) in Drop()479 e.DropAction= m_nCurrentDropAction; in Drop()598 m_nCurrentDropAction= dropOperation; in _acceptDrop()[all …]
104 sal_Int8 m_nCurrentDropAction; member in DropTarget
Completed in 19 milliseconds