Home
last modified time | relevance | path

Searched refs:nUnitSize (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1611 sal_Size nUnitSize = GetTrueFormatSize(nFormat); in sendData() local
1619 aData.getLength()/nUnitSize ); in sendData()
1919 sal_Size nUnitSize = GetTrueFormatSize(nFormat); in handleReceivePropertyNotify() local
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()
1936 … memcpy( aData.getArray() + it->second->m_aData.getLength(), pData, nItems*nUnitSize ); in handleReceivePropertyNotify()
2023 sal_Size nUnitSize = GetTrueFormatSize(rInc.m_nFormat); in handleSendPropertyNotify() local
2032 nBytes/nUnitSize ); in handleSendPropertyNotify()
2123 sal_Size nUnitSize = GetTrueFormatSize(nFormat); in handleSelectionNotify() local
2124 it->second->m_aData = Sequence< sal_Int8 >((sal_Int8*)pData, nItems * nUnitSize); in handleSelectionNotify()

Completed in 28 milliseconds