Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx4124 m_xRealDragSource = static_cast< XDragSource* >(&rManager); in initialize()
4133 return m_xRealDragSource.is() ? m_xRealDragSource->isDragImageSupported() : sal_False; in isDragImageSupported()
4140 return m_xRealDragSource.is() ? m_xRealDragSource->getDefaultCursor( dragAction ) : 0; in getDefaultCursor()
4152 if( m_xRealDragSource.is() ) in startDrag()
4153 m_xRealDragSource->startDrag( trigger, sourceActions, cursor, image, transferable, listener ); in startDrag()
H A DX11_selection.hxx127 m_xRealDragSource; member in x11::SelectionManagerHolder

Completed in 32 milliseconds