Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/data/
H A Dbcaslot.cxx78 SCSIZE nSlice; // slice size in this segment member
81 …ScSlotData( SCROW r1, SCROW r2, SCSIZE s, SCSIZE c ) : nStartRow(r1), nStopRow(r2), nSlice(s), nCu… in ScSlotData()
100 SCSIZE nSlice = 128; in initSlotDistribution() local
106 rSD.push_back( ScSlotData( nRow1, nRow2, nSlice, nSlots)); in initSlotDistribution()
107 nSlots += (nRow2 - nRow1) / nSlice; in initSlotDistribution()
110 nSlice *= 2; in initSlotDistribution()
542 (static_cast<SCSIZE>(nRow - rSD.nStartRow)) / rSD.nSlice + in ComputeSlotOffset()

Completed in 23 milliseconds