Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Ddndevdis.cxx352 const Point& rLocation, const sal_Int8 nSourceActions, const Sequence< DataFlavor >& aFlavorList in fireDragEnterEvent() argument
374 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions, aFlavorList ); in fireDragEnterEvent()
387 const Point& rLocation, const sal_Int8 nSourceActions in fireDragOverEvent() argument
406 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions ); in fireDragOverEvent()
446 const Point& rLocation, const sal_Int8 nSourceActions in fireDropActionChangedEvent() argument
465 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions ); in fireDropActionChangedEvent()
478 const sal_Int8 nSourceActions, const Reference< XTransferable >& xTransferable in fireDropEvent() argument
501 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions, xTransferable ); in fireDropEvent()
/trunk/main/dtrans/source/win32/dnd/
H A Dglobals.cxx40 sal_Int8 dndOleKeysToAction( DWORD grfKeyState, sal_Int8 nSourceActions) in dndOleKeysToAction() argument
50 if( nSourceActions & ACTION_MOVE ) in dndOleKeysToAction()
55 else if( nSourceActions & ACTION_COPY ) in dndOleKeysToAction()
60 else if( nSourceActions & ACTION_LINK ) in dndOleKeysToAction()