diff options
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dw/table.hh b/dw/table.hh index 2ad56447..1a12cb60 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -434,14 +434,17 @@ private: void calcCellSizes (bool calcHeights); void forceCalcCellSizes (bool calcHeights); + void actuallyCalcCellSizes (bool calcHeights); void apportionRowSpan (); void _unused_calcColumnExtremes (); void forceCalcColumnExtremes (); - void calcExtremesSpanMulteCols (int col, int cs, + void calcExtremesSpanMultiCols (int col, int cs, core::Extremes *cellExtremes, ExtrMod minExtrMod, ExtrMod maxExtrMod, void *extrData); + void calcAdjustmentWidthSpanMultiCols (int col, int cs, + core::Extremes *cellExtremes); void apportion2 (int totalWidth, int firstCol, int lastCol, ExtrMod minExtrMod, ExtrMod maxExtrMod, void *extrData, |