From fb4cea44b91e5c858c45ca67599ca7925bf159c8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 8 Dec 2023 13:34:33 -0800 Subject: Docx writer: Use different style for block quotes in notes. Using "Footnote Block Text" for the style name, so it can be given a different font size if footnotes are. Closes #9243. --- test/docx/golden/block_quotes.docx | Bin 10082 -> 10096 bytes test/docx/golden/codeblock.docx | Bin 9897 -> 9911 bytes test/docx/golden/comments.docx | Bin 10235 -> 10249 bytes test/docx/golden/custom_style_no_reference.docx | Bin 9996 -> 10014 bytes test/docx/golden/custom_style_preserve.docx | Bin 10625 -> 10643 bytes test/docx/golden/definition_list.docx | Bin 9897 -> 9911 bytes .../docx/golden/document-properties-short-desc.docx | Bin 9904 -> 9917 bytes test/docx/golden/document-properties.docx | Bin 10389 -> 10402 bytes test/docx/golden/headers.docx | Bin 10036 -> 10050 bytes test/docx/golden/image.docx | Bin 26778 -> 26792 bytes test/docx/golden/inline_code.docx | Bin 9836 -> 9850 bytes test/docx/golden/inline_formatting.docx | Bin 10016 -> 10030 bytes test/docx/golden/inline_images.docx | Bin 26776 -> 26790 bytes test/docx/golden/link_in_notes.docx | Bin 10058 -> 10072 bytes test/docx/golden/links.docx | Bin 10229 -> 10243 bytes test/docx/golden/lists.docx | Bin 10295 -> 10309 bytes test/docx/golden/lists_continuing.docx | Bin 10091 -> 10105 bytes test/docx/golden/lists_div_bullets.docx | Bin 9944 -> 9958 bytes test/docx/golden/lists_multiple_initial.docx | Bin 10173 -> 10187 bytes test/docx/golden/lists_restarting.docx | Bin 10089 -> 10103 bytes test/docx/golden/nested_anchors_in_header.docx | Bin 10229 -> 10243 bytes test/docx/golden/notes.docx | Bin 10005 -> 10019 bytes test/docx/golden/raw-blocks.docx | Bin 9937 -> 9951 bytes test/docx/golden/raw-bookmarks.docx | Bin 10071 -> 10085 bytes test/docx/golden/table_one_row.docx | Bin 9926 -> 9940 bytes test/docx/golden/table_with_list_cell.docx | Bin 10245 -> 10259 bytes test/docx/golden/tables-default-widths.docx | Bin 10272 -> 10286 bytes test/docx/golden/tables.docx | Bin 10287 -> 10301 bytes .../docx/golden/tables_separated_with_rawblock.docx | Bin 9922 -> 9936 bytes test/docx/golden/track_changes_deletion.docx | Bin 9880 -> 9894 bytes test/docx/golden/track_changes_insertion.docx | Bin 9863 -> 9877 bytes test/docx/golden/track_changes_move.docx | Bin 9897 -> 9911 bytes .../golden/track_changes_scrubbed_metadata.docx | Bin 10009 -> 10023 bytes test/docx/golden/unicode.docx | Bin 9822 -> 9836 bytes test/docx/golden/verbatim_subsuper.docx | Bin 9869 -> 9883 bytes 35 files changed, 0 insertions(+), 0 deletions(-) (limited to 'test') diff --git a/test/docx/golden/block_quotes.docx b/test/docx/golden/block_quotes.docx index 29bf27d91..65738a83a 100644 Binary files a/test/docx/golden/block_quotes.docx and b/test/docx/golden/block_quotes.docx differ diff --git a/test/docx/golden/codeblock.docx b/test/docx/golden/codeblock.docx index 30262ffea..ffd8ea42d 100644 Binary files a/test/docx/golden/codeblock.docx and b/test/docx/golden/codeblock.docx differ diff --git a/test/docx/golden/comments.docx b/test/docx/golden/comments.docx index 51c3cba34..4be1a68b8 100644 Binary files a/test/docx/golden/comments.docx and b/test/docx/golden/comments.docx differ diff --git a/test/docx/golden/custom_style_no_reference.docx b/test/docx/golden/custom_style_no_reference.docx index be41860cd..7356735ba 100644 Binary files a/test/docx/golden/custom_style_no_reference.docx and b/test/docx/golden/custom_style_no_reference.docx differ diff --git a/test/docx/golden/custom_style_preserve.docx b/test/docx/golden/custom_style_preserve.docx index 8bb277cd0..6dd987864 100644 Binary files a/test/docx/golden/custom_style_preserve.docx and b/test/docx/golden/custom_style_preserve.docx differ diff --git a/test/docx/golden/definition_list.docx b/test/docx/golden/definition_list.docx index e77b1b780..089e5f614 100644 Binary files a/test/docx/golden/definition_list.docx and b/test/docx/golden/definition_list.docx differ diff --git a/test/docx/golden/document-properties-short-desc.docx b/test/docx/golden/document-properties-short-desc.docx index 72f0f83b9..060fb52c6 100644 Binary files a/test/docx/golden/document-properties-short-desc.docx and b/test/docx/golden/document-properties-short-desc.docx differ diff --git a/test/docx/golden/document-properties.docx b/test/docx/golden/document-properties.docx index 2c611e160..423d5c63f 100644 Binary files a/test/docx/golden/document-properties.docx and b/test/docx/golden/document-properties.docx differ diff --git a/test/docx/golden/headers.docx b/test/docx/golden/headers.docx index 8369364c8..520bf945e 100644 Binary files a/test/docx/golden/headers.docx and b/test/docx/golden/headers.docx differ diff --git a/test/docx/golden/image.docx b/test/docx/golden/image.docx index 9e0ac7b42..97d09cd02 100644 Binary files a/test/docx/golden/image.docx and b/test/docx/golden/image.docx differ diff --git a/test/docx/golden/inline_code.docx b/test/docx/golden/inline_code.docx index 3edef3049..add99b900 100644 Binary files a/test/docx/golden/inline_code.docx and b/test/docx/golden/inline_code.docx differ diff --git a/test/docx/golden/inline_formatting.docx b/test/docx/golden/inline_formatting.docx index 6c8440441..227fa049a 100644 Binary files a/test/docx/golden/inline_formatting.docx and b/test/docx/golden/inline_formatting.docx differ diff --git a/test/docx/golden/inline_images.docx b/test/docx/golden/inline_images.docx index 7976632d7..78a3f636d 100644 Binary files a/test/docx/golden/inline_images.docx and b/test/docx/golden/inline_images.docx differ diff --git a/test/docx/golden/link_in_notes.docx b/test/docx/golden/link_in_notes.docx index 7e511bf88..491401807 100644 Binary files a/test/docx/golden/link_in_notes.docx and b/test/docx/golden/link_in_notes.docx differ diff --git a/test/docx/golden/links.docx b/test/docx/golden/links.docx index 1cd265d9e..7df58de3d 100644 Binary files a/test/docx/golden/links.docx and b/test/docx/golden/links.docx differ diff --git a/test/docx/golden/lists.docx b/test/docx/golden/lists.docx index f872965d5..4da1d55b6 100644 Binary files a/test/docx/golden/lists.docx and b/test/docx/golden/lists.docx differ diff --git a/test/docx/golden/lists_continuing.docx b/test/docx/golden/lists_continuing.docx index 23e881342..6363a2189 100644 Binary files a/test/docx/golden/lists_continuing.docx and b/test/docx/golden/lists_continuing.docx differ diff --git a/test/docx/golden/lists_div_bullets.docx b/test/docx/golden/lists_div_bullets.docx index 1b21303b0..5582c0ec0 100644 Binary files a/test/docx/golden/lists_div_bullets.docx and b/test/docx/golden/lists_div_bullets.docx differ diff --git a/test/docx/golden/lists_multiple_initial.docx b/test/docx/golden/lists_multiple_initial.docx index 4bdc1ec85..1c9677787 100644 Binary files a/test/docx/golden/lists_multiple_initial.docx and b/test/docx/golden/lists_multiple_initial.docx differ diff --git a/test/docx/golden/lists_restarting.docx b/test/docx/golden/lists_restarting.docx index 6d9a67ad3..d1ee87ea0 100644 Binary files a/test/docx/golden/lists_restarting.docx and b/test/docx/golden/lists_restarting.docx differ diff --git a/test/docx/golden/nested_anchors_in_header.docx b/test/docx/golden/nested_anchors_in_header.docx index d95ebd303..98b0384b9 100644 Binary files a/test/docx/golden/nested_anchors_in_header.docx and b/test/docx/golden/nested_anchors_in_header.docx differ diff --git a/test/docx/golden/notes.docx b/test/docx/golden/notes.docx index e933eeeeb..10bf564bd 100644 Binary files a/test/docx/golden/notes.docx and b/test/docx/golden/notes.docx differ diff --git a/test/docx/golden/raw-blocks.docx b/test/docx/golden/raw-blocks.docx index 829b83635..a3feca911 100644 Binary files a/test/docx/golden/raw-blocks.docx and b/test/docx/golden/raw-blocks.docx differ diff --git a/test/docx/golden/raw-bookmarks.docx b/test/docx/golden/raw-bookmarks.docx index 447dcbec7..166f3678c 100644 Binary files a/test/docx/golden/raw-bookmarks.docx and b/test/docx/golden/raw-bookmarks.docx differ diff --git a/test/docx/golden/table_one_row.docx b/test/docx/golden/table_one_row.docx index b135a99b1..64d2d4dbe 100644 Binary files a/test/docx/golden/table_one_row.docx and b/test/docx/golden/table_one_row.docx differ diff --git a/test/docx/golden/table_with_list_cell.docx b/test/docx/golden/table_with_list_cell.docx index f1b9c59a0..c0f0b8d95 100644 Binary files a/test/docx/golden/table_with_list_cell.docx and b/test/docx/golden/table_with_list_cell.docx differ diff --git a/test/docx/golden/tables-default-widths.docx b/test/docx/golden/tables-default-widths.docx index 02a0c21ab..87103557d 100644 Binary files a/test/docx/golden/tables-default-widths.docx and b/test/docx/golden/tables-default-widths.docx differ diff --git a/test/docx/golden/tables.docx b/test/docx/golden/tables.docx index fa96b80d1..591d6a4d7 100644 Binary files a/test/docx/golden/tables.docx and b/test/docx/golden/tables.docx differ diff --git a/test/docx/golden/tables_separated_with_rawblock.docx b/test/docx/golden/tables_separated_with_rawblock.docx index cd289cdcb..097c37cbf 100644 Binary files a/test/docx/golden/tables_separated_with_rawblock.docx and b/test/docx/golden/tables_separated_with_rawblock.docx differ diff --git a/test/docx/golden/track_changes_deletion.docx b/test/docx/golden/track_changes_deletion.docx index 94ec7705c..c5ac0333e 100644 Binary files a/test/docx/golden/track_changes_deletion.docx and b/test/docx/golden/track_changes_deletion.docx differ diff --git a/test/docx/golden/track_changes_insertion.docx b/test/docx/golden/track_changes_insertion.docx index c3535ce2b..1e2654cf5 100644 Binary files a/test/docx/golden/track_changes_insertion.docx and b/test/docx/golden/track_changes_insertion.docx differ diff --git a/test/docx/golden/track_changes_move.docx b/test/docx/golden/track_changes_move.docx index b1866a375..1bf776712 100644 Binary files a/test/docx/golden/track_changes_move.docx and b/test/docx/golden/track_changes_move.docx differ diff --git a/test/docx/golden/track_changes_scrubbed_metadata.docx b/test/docx/golden/track_changes_scrubbed_metadata.docx index bf742b5c5..03c974254 100644 Binary files a/test/docx/golden/track_changes_scrubbed_metadata.docx and b/test/docx/golden/track_changes_scrubbed_metadata.docx differ diff --git a/test/docx/golden/unicode.docx b/test/docx/golden/unicode.docx index bf6cd1bc5..cebeac834 100644 Binary files a/test/docx/golden/unicode.docx and b/test/docx/golden/unicode.docx differ diff --git a/test/docx/golden/verbatim_subsuper.docx b/test/docx/golden/verbatim_subsuper.docx index 8996d8491..07d6126c1 100644 Binary files a/test/docx/golden/verbatim_subsuper.docx and b/test/docx/golden/verbatim_subsuper.docx differ -- cgit v1.2.3