Home
last modified time | relevance | path

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

/AOO42X/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1608 sal_Size nUnitSize = GetTrueFormatSize(nFormat); in sendData() local
1616 aData.getLength()/nUnitSize ); in sendData()
1916 sal_Size nUnitSize = GetTrueFormatSize(nFormat); in handleReceivePropertyNotify() local
1922 it->second->m_aData = Sequence< sal_Int8 >( (sal_Int8*)pData, nItems*nUnitSize ); in handleReceivePropertyNotify()
1931 … Sequence< sal_Int8 > aData( it->second->m_aData.getLength() + nItems*nUnitSize ); in handleReceivePropertyNotify()
1933 … memcpy( aData.getArray() + it->second->m_aData.getLength(), pData, nItems*nUnitSize ); in handleReceivePropertyNotify()
2020 sal_Size nUnitSize = GetTrueFormatSize(rInc.m_nFormat); in handleSendPropertyNotify() local
2029 nBytes/nUnitSize ); in handleSendPropertyNotify()
2120 sal_Size nUnitSize = GetTrueFormatSize(nFormat); in handleSelectionNotify() local
2121 … it->second->m_aData = Sequence< sal_Int8 >((sal_Int8*)pData, nItems * nUnitSize); in handleSelectionNotify()