Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxistream.cxx321 sal_uInt16 nDecBytes = ::std::min< sal_uInt16 >( nBytesLeft, nBlockLeft ); in OnRead() local
324 nRet = nRet + static_cast<sal_uInt16>(rStrm.ReadBytes(pnCurrData, nDecBytes)); in OnRead()
326 mpCodec->Decode( pnCurrData, nDecBytes, pnCurrData, nDecBytes ); in OnRead()
330 pnCurrData += nDecBytes; in OnRead()
331 nBytesLeft = nBytesLeft - nDecBytes; in OnRead()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxistream.cxx320 sal_uInt16 nDecBytes = ::std::min< sal_uInt16 >( nBytesLeft, nBlockLeft ); in OnRead() local
323 nRet = nRet + static_cast<sal_uInt16>(rStrm.ReadBytes(pnCurrData, nDecBytes)); in OnRead()
325 mpCodec->Decode( pnCurrData, nDecBytes, pnCurrData, nDecBytes ); in OnRead()
329 pnCurrData += nDecBytes; in OnRead()
330 nBytesLeft = nBytesLeft - nDecBytes; in OnRead()