Lines Matching refs:rRequest

1632 bool SelectionManager::handleSelectionRequest( XSelectionRequestEvent& rRequest )  in handleSelectionRequest()  argument
1637 OUStringToOString( getString( rRequest.selection ), RTL_TEXTENCODING_ISO_8859_1 ).getStr(), in handleSelectionRequest()
1638 OUStringToOString( getString( rRequest.target ), RTL_TEXTENCODING_ISO_8859_1 ).getStr() in handleSelectionRequest()
1645 aNotify.xselection.display = rRequest.display; in handleSelectionRequest()
1647 aNotify.xselection.requestor = rRequest.requestor; in handleSelectionRequest()
1648 aNotify.xselection.selection = rRequest.selection; in handleSelectionRequest()
1649 aNotify.xselection.time = rRequest.time; in handleSelectionRequest()
1650 aNotify.xselection.target = rRequest.target; in handleSelectionRequest()
1653 SelectionAdaptor* pAdaptor = getAdaptor( rRequest.selection ); in handleSelectionRequest()
1656 XGetSelectionOwner( m_pDisplay, rRequest.selection ) == m_aWindow ) in handleSelectionRequest()
1659 if( rRequest.target == m_nTARGETSAtom ) in handleSelectionRequest()
1669 getNativeTypeList( aFlavors, aConversions, rRequest.selection ); in handleSelectionRequest()
1676 XChangeProperty( m_pDisplay, rRequest.requestor, rRequest.property, in handleSelectionRequest()
1678 aNotify.xselection.property = rRequest.property; in handleSelectionRequest()
1686 else if( rRequest.target == m_nTIMESTAMPAtom ) in handleSelectionRequest()
1688 long nTimeStamp = (long)m_aSelections[rRequest.selection]->m_nOrigTimestamp; in handleSelectionRequest()
1689 XChangeProperty( m_pDisplay, rRequest.requestor, rRequest.property, in handleSelectionRequest()
1691 aNotify.xselection.property = rRequest.property; in handleSelectionRequest()
1699 if( rRequest.target == m_nMULTIPLEAtom ) in handleSelectionRequest()
1709 rRequest.requestor, in handleSelectionRequest()
1710 rRequest.property, in handleSelectionRequest()
1725 rRequest.requestor, in handleSelectionRequest()
1726 rRequest.property, in handleSelectionRequest()
1749 …bool bSuccess = sendData( pAdaptor, rRequest.requestor, pAtoms[i], pAtoms[i+1], rRequest.selection… in handleSelectionRequest()
1762 rRequest.requestor, in handleSelectionRequest()
1763 rRequest.property, in handleSelectionRequest()
1777 … OUStringToOString( getString( rRequest.property ), RTL_TEXTENCODING_ISO_8859_1 ).getStr(), in handleSelectionRequest()
1779 rRequest.requestor ); in handleSelectionRequest()
1781 Atom* pProps = XListProperties( m_pDisplay, rRequest.requestor, &nProps ); in handleSelectionRequest()
1794 …bEventSuccess = sendData( pAdaptor, rRequest.requestor, rRequest.target, rRequest.property, rReque… in handleSelectionRequest()
1799 aNotify.xselection.target = rRequest.target; in handleSelectionRequest()
1800 aNotify.xselection.property = rRequest.property; in handleSelectionRequest()
1807 XSendEvent( m_pDisplay, rRequest.requestor, False, 0, &aNotify ); in handleSelectionRequest()
1809 if( rRequest.selection == XA_PRIMARY && in handleSelectionRequest()
1815 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, rRequest.time, *this ); in handleSelectionRequest()