Lines Matching refs:m_aData
938 it->second->m_aData = Sequence< sal_Int8 >(); in getPasteData()
1020 it->second->m_aData.getLength() ) in getPasteData()
1022 rData = it->second->m_aData; in getPasteData()
1594 rInc.m_aData = aData; in sendData()
1925 it->second->m_aData = Sequence< sal_Int8 >( (sal_Int8*)pData, nItems*nUnitSize ); in handleReceivePropertyNotify()
1934 … Sequence< sal_Int8 > aData( it->second->m_aData.getLength() + nItems*nUnitSize ); in handleReceivePropertyNotify()
1935 … memcpy( aData.getArray(), it->second->m_aData.getArray(), it->second->m_aData.getLength() ); in handleReceivePropertyNotify()
1936 … memcpy( aData.getArray() + it->second->m_aData.getLength(), pData, nItems*nUnitSize ); in handleReceivePropertyNotify()
1937 it->second->m_aData = aData; in handleReceivePropertyNotify()
2013 int nBytes = rInc.m_aData.getLength() - rInc.m_nBufferPos; in handleSendPropertyNotify()
2020 (const unsigned char*)rInc.m_aData.getConstArray()+rInc.m_nBufferPos ); in handleSendPropertyNotify()
2031 … (const unsigned char*)rInc.m_aData.getConstArray()+rInc.m_nBufferPos, in handleSendPropertyNotify()
2124 it->second->m_aData = Sequence< sal_Int8 >((sal_Int8*)pData, nItems * nUnitSize); in handleSelectionNotify()
2136 it->second->m_aData = Sequence< sal_Int8 >(); in handleSelectionNotify()