Lines Matching refs:pAdaptor

759 		SelectionAdaptor* pAdaptor = getAdaptor( selection );  in requestOwnership()  local
760 if( pAdaptor ) in requestOwnership()
781 if( pAdaptor->getTransferable().is() ) in requestOwnership()
783 Sequence< DataFlavor > aTypes = pAdaptor->getTransferable()->getTransferDataFlavors(); in requestOwnership()
1468 bool SelectionManager::sendData( SelectionAdaptor* pAdaptor, in sendData() argument
1497 … bool bConverted = convertData( pAdaptor->getTransferable(), target, selection, nFormat, aData ); in sendData()
1567 bool bConverted = convertData( pAdaptor->getTransferable(), target, selection, nFormat, aData ); in sendData()
1653 SelectionAdaptor* pAdaptor = getAdaptor( rRequest.selection ); in handleSelectionRequest() local
1655 if( pAdaptor && in handleSelectionRequest()
1658 css::uno::Reference< XTransferable > xTrans( pAdaptor->getTransferable() ); in handleSelectionRequest()
1749 …bool bSuccess = sendData( pAdaptor, rRequest.requestor, pAtoms[i], pAtoms[i+1], rRequest.selection… in handleSelectionRequest()
1794 …bEventSuccess = sendData( pAdaptor, rRequest.requestor, rRequest.target, rRequest.property, rReque… in handleSelectionRequest()
2849 SelectionAdaptor* pAdaptor = getAdaptor( XA_PRIMARY ); in handleDragEvent() local
2850 if( pAdaptor ) in handleDragEvent()
2886 …static_cast< X11Clipboard* >( pAdaptor )->setContents( m_xDragSourceTransferable, css::uno::Refere… in handleDragEvent()
3662 SelectionAdaptor* pAdaptor = getAdaptor( rEvent.xselectionclear.selection ); in handleXEvent() local
3667 if ( pAdaptor ) in handleXEvent()
3668 pAdaptor->clearTransferable(); in handleXEvent()