Home
last modified time | relevance | path

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

/AOO42X/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx4119 m_xRealDragSource = static_cast< XDragSource* >(&rManager); in initialize()
4128 return m_xRealDragSource.is() ? m_xRealDragSource->isDragImageSupported() : sal_False; in isDragImageSupported()
4135 return m_xRealDragSource.is() ? m_xRealDragSource->getDefaultCursor( dragAction ) : 0; in getDefaultCursor()
4147 if( m_xRealDragSource.is() ) in startDrag()
4148m_xRealDragSource->startDrag( trigger, sourceActions, cursor, image, transferable, listener ); in startDrag()
H A DX11_selection.hxx125 m_xRealDragSource; member in x11::SelectionManagerHolder