diff options
author | Sebastian Geerken <devnull@localhost> | 2015-01-04 20:44:00 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-01-04 20:44:00 +0100 |
commit | 8fc91bbfd90c0ccafc842d94e2b3bd10b8889595 (patch) | |
tree | cf000926053fbf18c8654890a33bbcf87fb775b1 /dw/table.hh | |
parent | a9cd5ace07c664beb87b0b4fbcbff5a9c4213a86 (diff) |
Added Extremes::adjustmentWidth; fixed Textblock::mustBeWidenedToAvailWidth.
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dw/table.hh b/dw/table.hh index 1c581a5d..9ea7056f 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -441,10 +441,12 @@ private: 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, |