Searched refs:nEncBytes (Results 1 – 1 of 1) sorted by relevance
656 sal_uInt16 nEncBytes = ::std::min(nBlockLeft, nBytesLeft); in EncryptBytes() local658 bool bRet = maCodec.Encode(&aBytes[nPos], nEncBytes, &aBytes[nPos], nEncBytes); in EncryptBytes()662 sal_Size nRet = rStrm.Write(&aBytes[nPos], nEncBytes); in EncryptBytes()663 … DBG_ASSERT(nRet == nEncBytes, "XclExpBiff8Encrypter::EncryptBytes: fail to write to stream!!"); in EncryptBytes()672 nBytesLeft -= nEncBytes; in EncryptBytes()673 nPos += nEncBytes; in EncryptBytes()
Completed in 21 milliseconds