Searched refs:nUnitSize (Results 1 – 1 of 1) sorted by relevance
1611 sal_Size nUnitSize = GetTrueFormatSize(nFormat); in sendData() local1619 aData.getLength()/nUnitSize ); in sendData()1919 sal_Size nUnitSize = GetTrueFormatSize(nFormat); in handleReceivePropertyNotify() local1925 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() local2032 nBytes/nUnitSize ); in handleSendPropertyNotify()2123 sal_Size nUnitSize = GetTrueFormatSize(nFormat); in handleSelectionNotify() local2124 it->second->m_aData = Sequence< sal_Int8 >((sal_Int8*)pData, nItems * nUnitSize); in handleSelectionNotify()
Completed in 34 milliseconds