Searched refs:m_pTransferable (Results 1 – 3 of 3) sorted by relevance
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()[all …]
112 OLocalExchange* m_pTransferable; member in svxform::OLocalExchangeHelper123 …inline sal_Bool isDragSource() const { return m_pTransferable && m_pTransferable->isDragging()… in isDragSource()124 …inline sal_Bool isClipboardOwner() const { return m_pTransferable && m_pTransferable->isClipbo… in isClipboardOwner()126 inline void clear() { if ( isDataExchangeActive() ) m_pTransferable->clear(); } in clear()128 …d setClipboardListener( const Link& _rListener ) { if ( m_pTransferable ) m_pTransferable->set… in setClipboardListener()250 …ControlExchange* operator->() const { return static_cast< OControlExchange* >( m_pTransferable ); } in operator ->()251 …ControlExchange& operator*() const { return *static_cast< OControlExchange* >( m_pTransferable ); } in operator *()
247 …lterItemExchange* operator->() const { return static_cast<OFilterItemExchange*>(m_pTransferable); } in operator ->()