diff options
| author | Tomas Dahlqvist <tomas.dahlqvist@gmail.com> | 2024-02-01 19:37:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-01 10:37:12 -0800 |
| commit | 163be37dd63517dbe0f474b1051a93858e915d31 (patch) | |
| tree | e573dab157b177e1bf8dd9cf3c7993aa9690d65f /test | |
| parent | 3e7e6f014a7b3b0172a8fe72e61cd68627f058cb (diff) | |
Using internal column widths in pptx writer tables (#9392)
The table writer used to only divide all available width evenly
for all columns. In this update the code uses the incoming widths
if they are available. If they are not set the earlier even
distribution is used. Some of the golden templates are adjusted
slightly because of different rounding when using the new
calculation model.
Closes #5706
Diffstat (limited to 'test')
| -rw-r--r-- | test/pptx/comparison/both-columns/templated.pptx | bin | 57662 -> 57667 bytes |
| -rw-r--r-- | test/pptx/comparison/extra-image/templated.pptx | bin | 57688 -> 57693 bytes |
| -rw-r--r-- | test/pptx/comparison/extra-text/templated.pptx | bin | 57662 -> 57667 bytes |
| -rw-r--r-- | test/pptx/comparison/non-text-first/templated.pptx | bin | 57553 -> 57553 bytes |
| -rw-r--r-- | test/pptx/comparison/one-column/templated.pptx | bin | 41000 -> 41004 bytes |
| -rw-r--r-- | test/pptx/footer/basic/output.pptx | bin | 52727 -> 52724 bytes |
| -rw-r--r-- | test/pptx/footer/fixed-date/output.pptx | bin | 51354 -> 51349 bytes |
| -rw-r--r-- | test/pptx/footer/higher-slide-number/output.pptx | bin | 52740 -> 52735 bytes |
| -rw-r--r-- | test/pptx/footer/no-title-slide/output.pptx | bin | 52314 -> 52309 bytes |
9 files changed, 0 insertions, 0 deletions
diff --git a/test/pptx/comparison/both-columns/templated.pptx b/test/pptx/comparison/both-columns/templated.pptx Binary files differindex 945bc6dc4..97e18b890 100644 --- a/test/pptx/comparison/both-columns/templated.pptx +++ b/test/pptx/comparison/both-columns/templated.pptx diff --git a/test/pptx/comparison/extra-image/templated.pptx b/test/pptx/comparison/extra-image/templated.pptx Binary files differindex 2e48ffe87..520baf1dc 100644 --- a/test/pptx/comparison/extra-image/templated.pptx +++ b/test/pptx/comparison/extra-image/templated.pptx diff --git a/test/pptx/comparison/extra-text/templated.pptx b/test/pptx/comparison/extra-text/templated.pptx Binary files differindex debb62d52..97e18b890 100644 --- a/test/pptx/comparison/extra-text/templated.pptx +++ b/test/pptx/comparison/extra-text/templated.pptx diff --git a/test/pptx/comparison/non-text-first/templated.pptx b/test/pptx/comparison/non-text-first/templated.pptx Binary files differindex a19b469b1..5e5981b9c 100644 --- a/test/pptx/comparison/non-text-first/templated.pptx +++ b/test/pptx/comparison/non-text-first/templated.pptx diff --git a/test/pptx/comparison/one-column/templated.pptx b/test/pptx/comparison/one-column/templated.pptx Binary files differindex fa5c2dc87..256093f8b 100644 --- a/test/pptx/comparison/one-column/templated.pptx +++ b/test/pptx/comparison/one-column/templated.pptx diff --git a/test/pptx/footer/basic/output.pptx b/test/pptx/footer/basic/output.pptx Binary files differindex 2af46108c..68ed4c732 100644 --- a/test/pptx/footer/basic/output.pptx +++ b/test/pptx/footer/basic/output.pptx diff --git a/test/pptx/footer/fixed-date/output.pptx b/test/pptx/footer/fixed-date/output.pptx Binary files differindex 678ecdb87..089de7a3a 100644 --- a/test/pptx/footer/fixed-date/output.pptx +++ b/test/pptx/footer/fixed-date/output.pptx diff --git a/test/pptx/footer/higher-slide-number/output.pptx b/test/pptx/footer/higher-slide-number/output.pptx Binary files differindex 651491107..36bb46833 100644 --- a/test/pptx/footer/higher-slide-number/output.pptx +++ b/test/pptx/footer/higher-slide-number/output.pptx diff --git a/test/pptx/footer/no-title-slide/output.pptx b/test/pptx/footer/no-title-slide/output.pptx Binary files differindex c470cbb94..843d7db40 100644 --- a/test/pptx/footer/no-title-slide/output.pptx +++ b/test/pptx/footer/no-title-slide/output.pptx |
