Home
last modified time | relevance | path

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

/AOO42X/main/dtrans/source/win32/dnd/
H A Dtarget.cxx60 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 …]
H A Dtarget.hxx105 sal_Int8 m_nCurrentDropAction; member in DropTarget