Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dbiffcodec.cxx243 …sal_uInt16 nBlockLeft = static_cast< sal_uInt16 >( BIFF_RCF_BLOCKSIZE - lclGetRcfOffset( nCurrPos … in implDecode() local
244 sal_uInt16 nDecBytes = ::std::min( nBytesLeft, nBlockLeft ); in implDecode()
/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx655 sal_uInt16 nBlockLeft = EXC_ENCR_BLOCKSIZE - nBlockOffset; in EncryptBytes() local
656 sal_uInt16 nEncBytes = ::std::min(nBlockLeft, nBytesLeft); in EncryptBytes()
H A Dxistream.cxx306 sal_uInt16 nBlockLeft = EXC_ENCR_BLOCKSIZE - GetOffset( rStrm.Tell() ); in OnRead() local
307 sal_uInt16 nDecBytes = ::std::min< sal_uInt16 >( nBytesLeft, nBlockLeft ); in OnRead()

Completed in 38 milliseconds