Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dbiffcodec.cxx154 return static_cast< sal_Int32 >( nStreamPos / BIFF_RCF_BLOCKSIZE ); in lclGetRcfBlock()
160 return static_cast< sal_Int32 >( nStreamPos % BIFF_RCF_BLOCKSIZE ); in lclGetRcfOffset()
243 …sal_uInt16 nBlockLeft = static_cast< sal_uInt16 >( BIFF_RCF_BLOCKSIZE - lclGetRcfOffset( nCurrPos … in implDecode()
/trunk/main/oox/inc/oox/xls/
H A Dbiffcodec.hxx37 const sal_Int64 BIFF_RCF_BLOCKSIZE = 1024; variable