Searched refs:m_xRealDragSource (Results 1 – 2 of 2) sorted by relevance
4119 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()4148 … m_xRealDragSource->startDrag( trigger, sourceActions, cursor, image, transferable, listener ); in startDrag()
125 m_xRealDragSource; member in x11::SelectionManagerHolder