Home
last modified time | relevance | path

Searched refs:EXC_ENCR_BLOCKSIZE (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sc/source/filter/excel/
H A Dxestream.cxx606 return static_cast< sal_uInt32 >( nStrmPos / EXC_ENCR_BLOCKSIZE ); in GetBlockPos()
611 return static_cast< sal_uInt16 >( nStrmPos % EXC_ENCR_BLOCKSIZE ); in GetOffsetInBlock()
655 sal_uInt16 nBlockLeft = EXC_ENCR_BLOCKSIZE - nBlockOffset; in EncryptBytes()
H A Dxistream.cxx306 sal_uInt16 nBlockLeft = EXC_ENCR_BLOCKSIZE - GetOffset( rStrm.Tell() ); in OnRead()
325 return static_cast< sal_uInt32 >( nStrmPos / EXC_ENCR_BLOCKSIZE ); in GetBlock()
330 return static_cast< sal_uInt16 >( nStrmPos % EXC_ENCR_BLOCKSIZE ); in GetOffset()
/aoo41x/main/sc/source/filter/inc/
H A Dxlstream.hxx41 const sal_uInt16 EXC_ENCR_BLOCKSIZE = 1024; variable

Completed in 48 milliseconds