Home
last modified time | relevance | path

Searched refs:EXC_SST_HASHTABLE_SIZE (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/sc/source/filter/excel/
H A Dxecontent.cxx122 const sal_uInt32 EXC_SST_HASHTABLE_SIZE = 2048; variable
125 maHashTab( EXC_SST_HASHTABLE_SIZE ), in XclExpSstImpl()
142 (nHash ^= (nHash / EXC_SST_HASHTABLE_SIZE)) %= EXC_SST_HASHTABLE_SIZE; in Insert()
171 size_t nPerBucket = mnSize / EXC_SST_HASHTABLE_SIZE + 1, nEff = 0; in Save()

Completed in 16 milliseconds