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()
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 …]
H A Dtarget.hxx105 sal_Int8 m_nCurrentDropAction; member in DropTarget

Completed in 7 milliseconds