Searched refs:nKeyEnd (Results 1 – 3 of 3) sorted by relevance
74 sal_uInt16 nKeyEnd = 0xFFFF; in lclGetKey() local85 lclRotateLeft( nKeyEnd, 1 ); in lclGetKey()86 if( nKeyEnd & 1 ) nKeyEnd ^= 0x1020; in lclGetKey()89 return nKey ^ nKeyEnd; in lclGetKey()
84 sal_uInt16 nKeyEnd = 0xFFFF; in lclGetKey() local95 lclRotateLeft( nKeyEnd, 1 ); in lclGetKey()96 if( nKeyEnd & 1 ) nKeyEnd ^= 0x1020; in lclGetKey()99 return nKey ^ nKeyEnd; in lclGetKey()
4156 sal_Int64 nKeyEnd = rStrm.tell() + nKeySize; in dumpObjRecBiff8() local4158 rStrm.seek( nKeyEnd ); in dumpObjRecBiff8()
Completed in 53 milliseconds