Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dbcaslot.cxx43 #define BCA_SLOTS_COL ((MAXCOLCOUNT_DEFINE) / 16) macro
51 #define BCA_SLOT_COLS ((MAXCOLCOUNT_DEFINE) / BCA_SLOTS_COL)
54 #if (BCA_SLOT_COLS * BCA_SLOTS_COL) != (MAXCOLCOUNT_DEFINE)
55 #error bad BCA_SLOTS_COL value!
61 #define BCA_SLOTS_DEFINE (BCA_SLOTS_COL * BCA_SLOTS_ROW)
118 static SCSIZE nBcaSlots = initSlotDistribution( aSlotDistribution, nBcaSlotsRow) * BCA_SLOTS_COL;

Completed in 17 milliseconds