Searched refs:nBlockOffset (Results 1 – 2 of 2) sorted by relevance
617 sal_uInt16 nBlockOffset = GetOffsetInBlock(nStrmPos); in EncryptBytes() local622 nStrmPos, nBlockOffset, nBlockPos); in EncryptBytes()641 if ( (nBlockPos != nOldBlockPos) || (nBlockOffset < nOldOffset) ) in EncryptBytes()647 if (nBlockOffset > nOldOffset) in EncryptBytes()648 maCodec.Skip(nBlockOffset - nOldOffset); in EncryptBytes()655 sal_uInt16 nBlockLeft = EXC_ENCR_BLOCKSIZE - nBlockOffset; in EncryptBytes()667 nBlockOffset = GetOffsetInBlock(nStrmPos); in EncryptBytes()669 if (nBlockOffset == 0) in EncryptBytes()
189 sal_Int32 nBlockOffset = (nShapeId - 1) % 1024 + 1; in getLocalShapeIndex() local192 return 1024 * nIndex + nBlockOffset; in getLocalShapeIndex()
Completed in 25 milliseconds