Home
last modified time | relevance | path

Searched defs:dropAction (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/source/window/
H A Ddndlcon.cxx138 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions, in fireDropEvent()
258 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions ) in fireDragOverEvent()
325 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions, in fireDragEnterEvent()
393 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions ) in fireDropActionChangedEvent()
/trunk/main/dtrans/source/win32/dnd/
H A Dsourcecontext.cxx120 void SourceContext::fire_dropActionChanged( sal_Int8 dropAction, sal_Int8 userAction) in fire_dropActionChanged()
H A Dsource.cxx306 sal_Int8 dropAction= fEscapePressed ? ACTION_NONE : in QueryContinueDrag() local