Home
last modified time | relevance | path

Searched refs:dragAction (Results 1 – 9 of 9) sorted by path

/trunk/main/dtrans/source/os2/dnd/
H A DDragSource.hxx82 virtual sal_Int32 SAL_CALL getDefaultCursor(sal_Int8 dragAction)
/trunk/main/dtrans/source/win32/dnd/
H A Dsource.hxx110 virtual sal_Int32 SAL_CALL getDefaultCursor( sal_Int8 dragAction )
/trunk/main/offapi/com/sun/star/datatransfer/dnd/
H A DXDragSource.idl77 @param dragAction
86 long getDefaultCursor( [in] byte dragAction )
/trunk/main/vcl/aqua/source/dtrans/
H A DDragSource.hxx96 virtual sal_Int32 SAL_CALL getDefaultCursor(sal_Int8 dragAction)
/trunk/main/vcl/inc/
H A Ddndlcon.hxx75 sal_Int8 dragAction, sal_Int32 dragOriginX, sal_Int32 dragOriginY,
/trunk/main/vcl/source/components/
H A Ddtranscomp.cxx322 virtual sal_Int32 SAL_CALL getDefaultCursor( sal_Int8 dragAction ) throw();
/trunk/main/vcl/source/window/
H A Ddndlcon.cxx468 sal_uInt32 DNDListenerContainer::fireDragGestureEvent( sal_Int8 dragAction, sal_Int32 dragOriginX, in fireDragGestureEvent() argument
481 DragGestureEvent aEvent( static_cast < XDragGestureRecognizer * > (this), dragAction, in fireDragGestureEvent()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx2969 sal_Int32 SelectionManager::getDefaultCursor( sal_Int8 dragAction ) throw() in getDefaultCursor() argument
2972 if( dragAction & DNDConstants::ACTION_MOVE ) in getDefaultCursor()
2974 else if( dragAction & DNDConstants::ACTION_COPY ) in getDefaultCursor()
2976 else if( dragAction & DNDConstants::ACTION_LINK ) in getDefaultCursor()
4138 sal_Int32 SelectionManagerHolder::getDefaultCursor( sal_Int8 dragAction ) throw() in getDefaultCursor() argument
4140 return m_xRealDragSource.is() ? m_xRealDragSource->getDefaultCursor( dragAction ) : 0; in getDefaultCursor()
H A DX11_selection.hxx143 virtual sal_Int32 SAL_CALL getDefaultCursor( sal_Int8 dragAction ) throw();
490 virtual sal_Int32 SAL_CALL getDefaultCursor( sal_Int8 dragAction ) throw();

Completed in 112 milliseconds