Lines Matching refs:target

1470                                  Atom target,  in sendData()  argument
1477 … if( target == XA_COLORMAP || target == XA_PIXMAP || target == XA_BITMAP || target == XA_VISUALID ) in sendData()
1484 if( target == XA_COLORMAP ) in sendData()
1486 else if( target == XA_VISUALID ) in sendData()
1488 else if( target == XA_PIXMAP || target == XA_BITMAP ) in sendData()
1497 … bool bConverted = convertData( pAdaptor->getTransferable(), target, selection, nFormat, aData ); in sendData()
1541 if( target == XA_BITMAP ) in sendData()
1548 target, in sendData()
1561 if( target == m_nTEXTAtom ) in sendData()
1562 target = m_nCOMPOUNDAtom; in sendData()
1567 bool bConverted = convertData( pAdaptor->getTransferable(), target, selection, nFormat, aData ); in sendData()
1598 rInc.m_aTarget = target; in sendData()
1615 target, in sendData()
1625 …OUStringToOString( convertTypeFromNative( target, selection, nFormat ), RTL_TEXTENCODING_ISO_8859_… in sendData()
1638 OUStringToOString( getString( rRequest.target ), RTL_TEXTENCODING_ISO_8859_1 ).getStr() in handleSelectionRequest()
1650 aNotify.xselection.target = rRequest.target; in handleSelectionRequest()
1659 if( rRequest.target == m_nTARGETSAtom ) in handleSelectionRequest()
1686 else if( rRequest.target == m_nTIMESTAMPAtom ) in handleSelectionRequest()
1699 if( rRequest.target == m_nMULTIPLEAtom ) in handleSelectionRequest()
1794 …bEventSuccess = sendData( pAdaptor, rRequest.requestor, rRequest.target, rRequest.property, rReque… in handleSelectionRequest()
1799 aNotify.xselection.target = rRequest.target; in handleSelectionRequest()