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.cxx359 const Point& rLocation, const sal_Int8 nSourceActions, const Sequence< DataFlavor >& aFlavorList in fireDragEnterEvent() argument
382 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions, aFlavorList ); in fireDragEnterEvent()
395 const Point& rLocation, const sal_Int8 nSourceActions in fireDragOverEvent() argument
415 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions ); in fireDragOverEvent()
455 const Point& rLocation, const sal_Int8 nSourceActions in fireDropActionChangedEvent() argument
475 xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions ); in fireDropActionChangedEvent()
488 const sal_Int8 nSourceActions, const Reference< XTransferable >& xTransferable in fireDropEvent() argument
512 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()

Completed in 14 milliseconds