Searched refs:BIFF_RCF_BLOCKSIZE (Results 1 – 2 of 2) sorted by relevance
154 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()
37 const sal_Int64 BIFF_RCF_BLOCKSIZE = 1024; variable