Searched refs:nBlockLeft (Results 1 – 3 of 3) sorted by relevance
243 …sal_uInt16 nBlockLeft = static_cast< sal_uInt16 >( BIFF_RCF_BLOCKSIZE - lclGetRcfOffset( nCurrPos … in implDecode() local244 sal_uInt16 nDecBytes = ::std::min( nBytesLeft, nBlockLeft ); in implDecode()
655 sal_uInt16 nBlockLeft = EXC_ENCR_BLOCKSIZE - nBlockOffset; in EncryptBytes() local656 sal_uInt16 nEncBytes = ::std::min(nBlockLeft, nBytesLeft); in EncryptBytes()
306 sal_uInt16 nBlockLeft = EXC_ENCR_BLOCKSIZE - GetOffset( rStrm.Tell() ); in OnRead() local307 sal_uInt16 nDecBytes = ::std::min< sal_uInt16 >( nBytesLeft, nBlockLeft ); in OnRead()
Completed in 30 milliseconds