Lines Matching refs:pData

1705                 unsigned char* pData = NULL;  in handleSelectionRequest()  local
1716 &pData ); in handleSelectionRequest()
1719 if( pData ) // ?? should not happen in handleSelectionRequest()
1721 XFree( pData ); in handleSelectionRequest()
1722 pData = NULL; in handleSelectionRequest()
1732 &pData ); in handleSelectionRequest()
1733 if( pData && nItems ) in handleSelectionRequest()
1740 Atom* pAtoms = (Atom*)pData; in handleSelectionRequest()
1767 pData, in handleSelectionRequest()
1770 if( pData ) in handleSelectionRequest()
1771 XFree( pData ); in handleSelectionRequest()
1871 unsigned char* pData = NULL; in handleReceivePropertyNotify() local
1882 &pData ); in handleReceivePropertyNotify()
1889 if( pData ) in handleReceivePropertyNotify()
1891 XFree( pData ); in handleReceivePropertyNotify()
1892 pData = NULL; in handleReceivePropertyNotify()
1911 &pData ); in handleReceivePropertyNotify()
1925 it->second->m_aData = Sequence< sal_Int8 >( (sal_Int8*)pData, nItems*nUnitSize ); in handleReceivePropertyNotify()
1936 … memcpy( aData.getArray() + it->second->m_aData.getLength(), pData, nItems*nUnitSize ); in handleReceivePropertyNotify()
1945 if( pData ) in handleReceivePropertyNotify()
1946 XFree( pData ); in handleReceivePropertyNotify()
2096 unsigned char* pData = NULL; in handleSelectionNotify() local
2107 &pData ); in handleSelectionNotify()
2110 if( pData ) in handleSelectionNotify()
2111 XFree( pData ); in handleSelectionNotify()
2120 &pData ); in handleSelectionNotify()
2124 it->second->m_aData = Sequence< sal_Int8 >((sal_Int8*)pData, nItems * nUnitSize); in handleSelectionNotify()
2126 if( pData ) in handleSelectionNotify()
2127 XFree( pData ); in handleSelectionNotify()