Home
last modified time | relevance | path

Searched refs:nBlockOffset (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx617 sal_uInt16 nBlockOffset = GetOffsetInBlock(nStrmPos); in EncryptBytes() local
622 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()
/trunk/main/oox/source/vml/
H A Dvmldrawing.cxx189 sal_Int32 nBlockOffset = (nShapeId - 1) % 1024 + 1; in getLocalShapeIndex() local
192 return 1024 * nIndex + nBlockOffset; in getLocalShapeIndex()

Completed in 19 milliseconds