Home
last modified time | relevance | path

Searched refs:dropAction (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/source/window/
H A Ddndlcon.cxx147 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions, in fireDropEvent() argument
164 static_cast < XDropTargetDropContext * > (this), dropAction, in fireDropEvent()
267 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions ) in fireDragOverEvent() argument
284 dropAction, locationX, locationY, sourceActions ); in fireDragOverEvent()
334 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions, in fireDragEnterEvent() argument
352 dropAction, locationX, locationY, sourceActions, dataFlavors ); in fireDragEnterEvent()
402 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions ) in fireDropActionChangedEvent() argument
419 dropAction, locationX, locationY, sourceActions ); in fireDropActionChangedEvent()
/trunk/main/dtrans/source/win32/dnd/
H A Dsourcecontext.cxx126 void SourceContext::fire_dropActionChanged( sal_Int8 dropAction, sal_Int8 userAction) in fire_dropActionChanged() argument
128 if( m_currentAction != dropAction) in fire_dropActionChanged()
130 m_currentAction= dropAction; in fire_dropActionChanged()
132 e.DropAction= dropAction; in fire_dropActionChanged()
H A Dsource.cxx305 sal_Int8 dropAction= fEscapePressed ? ACTION_NONE : in QueryContinueDrag() local
312 dropAction, userAction); in QueryContinueDrag()
H A Dsourcecontext.hxx79 void fire_dropActionChanged( sal_Int8 dropAction, sal_Int8 userAction);
/trunk/main/vcl/inc/
H A Ddndlcon.hxx56 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions,
63 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions );
67 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions,
72 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions );
H A Ddndevdis.hxx79 …virtual void SAL_CALL acceptDrag( sal_Int8 dropAction ) throw(::com::sun::star::uno::RuntimeExcept…

Completed in 28 milliseconds