Lines Matching refs:OLocalExchange
53 OLocalExchange::OLocalExchange( ) in OLocalExchange() function in svxform::OLocalExchange
60 void OLocalExchange::copyToClipboard( Window* _pWindow, const GrantAccess& ) in copyToClipboard()
73 void OLocalExchange::clear() in clear()
92 …void SAL_CALL OLocalExchange::lostOwnership( const Reference< clipboard::XClipboard >& _rxClipboar… in lostOwnership()
102 …void OLocalExchange::startDrag( Window* _pWindow, sal_Int8 _nDragSourceActions, const GrantAccess&… in startDrag()
109 void OLocalExchange::DragFinished( sal_Int8 nDropAction ) in DragFinished()
116 sal_Bool OLocalExchange::hasFormat( const DataFlavorExVector& _rFormats, sal_uInt32 _nFormatId ) in hasFormat()
128 sal_Bool OLocalExchange::GetData( const ::com::sun::star::datatransfer::DataFlavor& /*_rFlavor*/ ) in GetData()
323 return OLocalExchange::GetData( _rFlavor ); in GetData()
380 OLocalExchange* OControlExchangeHelper::createExchange() const in createExchange()
405 m_pTransferable->startDrag( m_pDragSource, nDragSourceActions, OLocalExchange::GrantAccess() ); in startDrag()
412 m_pTransferable->copyToClipboard( m_pDragSource, OLocalExchange::GrantAccess() ); in copyToClipboard()