Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dbcaslot.cxx74 struct ScSlotData struct
81ScSlotData( 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 15 milliseconds