Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dbiffcodec.cxx244 sal_uInt16 nDecBytes = ::std::min( nBytesLeft, nBlockLeft ); in implDecode() local
245 maCodec.decode( pnCurrDest, pnCurrSrc, static_cast< sal_Int32 >( nDecBytes ) ); in implDecode()
248 pnCurrDest += nDecBytes; in implDecode()
249 pnCurrSrc += nDecBytes; in implDecode()
250 nCurrPos += nDecBytes; in implDecode()
251 nBytesLeft = nBytesLeft - nDecBytes; in implDecode()
/trunk/main/sc/source/filter/excel/
H A Dxistream.cxx307 sal_uInt16 nDecBytes = ::std::min< sal_uInt16 >( nBytesLeft, nBlockLeft ); in OnRead() local
310 nRet = nRet + static_cast< sal_uInt16 >( rStrm.Read( pnCurrData, nDecBytes ) ); in OnRead()
312 maCodec.Decode( pnCurrData, nDecBytes, pnCurrData, nDecBytes ); in OnRead()
316 pnCurrData += nDecBytes; in OnRead()
317 nBytesLeft = nBytesLeft - nDecBytes; in OnRead()

Completed in 22 milliseconds