Searched refs:ScSlotData (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/sc/source/core/data/ |
H A D | bcaslot.cxx | 74 struct ScSlotData struct 81 …ScSlotData( SCROW r1, SCROW r2, SCSIZE s, SCSIZE c ) : nStartRow(r1), nStopRow(r2), nSlice(s), nCu… in ScSlotData() argument 83 typedef ::std::vector< ScSlotData > ScSlotDistribution; 86 static ScSlotDistribution aSlotDistribution( ScSlotData( 0, MAXROWCOUNT, BCA_SLOT_ROWS, 0)); 106 rSD.push_back( ScSlotData( nRow1, nRow2, nSlice, nSlots)); in initSlotDistribution() 540 const ScSlotData& rSD = aSlotDistribution[i]; in ComputeSlotOffset()
|
Completed in 11 milliseconds