diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-01-09 11:08:42 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-01-09 12:25:12 +0000 |
commit | dd775cd630c907bc7d8bcd6f57ffd3f66115a5ba (patch) | |
tree | d3245184b1dbca45a69393cde314b640b914fcd0 /sw/Module_sw.mk | |
parent | 60f6b0e363a4bb38f249a26609a4fc219b001c87 (diff) |
sw, .uno:InsertSection: add a new Content parameter and accept HTML there
When Zotero uses refmarks to represent citations, then a section is used
for the bibliography. While it was possible to insert refmarks with a
given name & content, inserting a section with a provided HTML content
was not possible.
A section (and not a refmark) is needed for the bibliography, as a
refmark is a text attribute, so it must start and end in the same
paragraph.
Fix this by adding a new, optional Content parameter to
.uno:InsertSection, which allows providing multi-paragraph, formatted
text.
This is somewhat similar to what commit
fa82e151d80d15eeb6dfae434f1dbb3b68907188 (sw, .uno:InsertBookmark: add a
new BookmarkText parameter and accept HTML there, 2022-12-06) did for
the bookmark case.
Change-Id: I0ccbc8a765fed4e019783d0b743c1cd2d0596093
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145188
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r-- | sw/Module_sw.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index a15763330763..44d5bc4e8d22 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -134,6 +134,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ CppunitTest_sw_uibase_docvw \ CppunitTest_sw_uibase_frmdlg \ CppunitTest_sw_uibase_uno \ + CppunitTest_sw_uibase_dialog \ CppunitTest_sw_uibase_wrtsh \ CppunitTest_sw_core_accessibilitycheck \ CppunitTest_sw_core_layout \ |