Lines Matching refs:m_pTransferable
391 ,m_pTransferable(NULL) in OLocalExchangeHelper()
404 DBG_ASSERT(m_pTransferable, "OLocalExchangeHelper::startDrag: not prepared!"); in startDrag()
405 m_pTransferable->startDrag( m_pDragSource, nDragSourceActions, OLocalExchange::GrantAccess() ); in startDrag()
411 DBG_ASSERT( m_pTransferable, "OLocalExchangeHelper::copyToClipboard: not prepared!" ); in copyToClipboard()
412 m_pTransferable->copyToClipboard( m_pDragSource, OLocalExchange::GrantAccess() ); in copyToClipboard()
418 if (m_pTransferable) in implReset()
420 m_pTransferable->setClipboardListener( Link() ); in implReset()
421 m_pTransferable->release(); in implReset()
422 m_pTransferable = NULL; in implReset()
429 …DBG_ASSERT(!m_pTransferable || !m_pTransferable->isDragging(), "OLocalExchangeHelper::prepareDrag:… in prepareDrag()
432 m_pTransferable = createExchange(); in prepareDrag()
433 m_pTransferable->acquire(); in prepareDrag()