summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTomas Dahlqvist <tomas.dahlqvist@gmail.com>2024-02-01 19:37:12 +0100
committerGitHub <noreply@github.com>2024-02-01 10:37:12 -0800
commit163be37dd63517dbe0f474b1051a93858e915d31 (patch)
treee573dab157b177e1bf8dd9cf3c7993aa9690d65f /test
parent3e7e6f014a7b3b0172a8fe72e61cd68627f058cb (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.pptxbin57662 -> 57667 bytes
-rw-r--r--test/pptx/comparison/extra-image/templated.pptxbin57688 -> 57693 bytes
-rw-r--r--test/pptx/comparison/extra-text/templated.pptxbin57662 -> 57667 bytes
-rw-r--r--test/pptx/comparison/non-text-first/templated.pptxbin57553 -> 57553 bytes
-rw-r--r--test/pptx/comparison/one-column/templated.pptxbin41000 -> 41004 bytes
-rw-r--r--test/pptx/footer/basic/output.pptxbin52727 -> 52724 bytes
-rw-r--r--test/pptx/footer/fixed-date/output.pptxbin51354 -> 51349 bytes
-rw-r--r--test/pptx/footer/higher-slide-number/output.pptxbin52740 -> 52735 bytes
-rw-r--r--test/pptx/footer/no-title-slide/output.pptxbin52314 -> 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
index 945bc6dc4..97e18b890 100644
--- a/test/pptx/comparison/both-columns/templated.pptx
+++ b/test/pptx/comparison/both-columns/templated.pptx
Binary files differ
diff --git a/test/pptx/comparison/extra-image/templated.pptx b/test/pptx/comparison/extra-image/templated.pptx
index 2e48ffe87..520baf1dc 100644
--- a/test/pptx/comparison/extra-image/templated.pptx
+++ b/test/pptx/comparison/extra-image/templated.pptx
Binary files differ
diff --git a/test/pptx/comparison/extra-text/templated.pptx b/test/pptx/comparison/extra-text/templated.pptx
index debb62d52..97e18b890 100644
--- a/test/pptx/comparison/extra-text/templated.pptx
+++ b/test/pptx/comparison/extra-text/templated.pptx
Binary files differ
diff --git a/test/pptx/comparison/non-text-first/templated.pptx b/test/pptx/comparison/non-text-first/templated.pptx
index a19b469b1..5e5981b9c 100644
--- a/test/pptx/comparison/non-text-first/templated.pptx
+++ b/test/pptx/comparison/non-text-first/templated.pptx
Binary files differ
diff --git a/test/pptx/comparison/one-column/templated.pptx b/test/pptx/comparison/one-column/templated.pptx
index fa5c2dc87..256093f8b 100644
--- a/test/pptx/comparison/one-column/templated.pptx
+++ b/test/pptx/comparison/one-column/templated.pptx
Binary files differ
diff --git a/test/pptx/footer/basic/output.pptx b/test/pptx/footer/basic/output.pptx
index 2af46108c..68ed4c732 100644
--- a/test/pptx/footer/basic/output.pptx
+++ b/test/pptx/footer/basic/output.pptx
Binary files differ
diff --git a/test/pptx/footer/fixed-date/output.pptx b/test/pptx/footer/fixed-date/output.pptx
index 678ecdb87..089de7a3a 100644
--- a/test/pptx/footer/fixed-date/output.pptx
+++ b/test/pptx/footer/fixed-date/output.pptx
Binary files differ
diff --git a/test/pptx/footer/higher-slide-number/output.pptx b/test/pptx/footer/higher-slide-number/output.pptx
index 651491107..36bb46833 100644
--- a/test/pptx/footer/higher-slide-number/output.pptx
+++ b/test/pptx/footer/higher-slide-number/output.pptx
Binary files differ
diff --git a/test/pptx/footer/no-title-slide/output.pptx b/test/pptx/footer/no-title-slide/output.pptx
index c470cbb94..843d7db40 100644
--- a/test/pptx/footer/no-title-slide/output.pptx
+++ b/test/pptx/footer/no-title-slide/output.pptx
Binary files differ