summaryrefslogtreecommitdiff
path: root/AllLangHelp_shared.mk
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2020-10-11 23:10:15 +0200
committerSeth Chaiklin <sdc.blanco@youmail.dk>2020-10-20 20:44:50 +0200
commit73e6149de3f0eeb1be5b24e111995be34a7cb0d6 (patch)
treed8c39055105b3c66104cd73684c86d0eb572f725 /AllLangHelp_shared.mk
parent4699c25063aaa866b8e21a3aa7cf761268f29c7e (diff)
Resolves: tdf#127959 and tdf#135196 - updating help for PDF export - General tab
- add "Structure" heading and short description - add PDF/A-3b format to PDF/A - add note with advice about differences among PDF/A versions and which to choose. - make new page about "Universal Accessibility" - embed "Universal Accessibility (PDF/UA)" control and description with link to new page - update to <menuitem> Change-Id: I634aa3f95890cfbf322c01560ae7afb6e25192f8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104152 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'AllLangHelp_shared.mk')
-rw-r--r--AllLangHelp_shared.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index d587c0cae7..a55d39e6f1 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -368,6 +368,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
helpcontent2/source/text/shared/01/ref_pdf_export_links \
helpcontent2/source/text/shared/01/ref_pdf_export_security \
helpcontent2/source/text/shared/01/ref_pdf_export_user_interface \
+ helpcontent2/source/text/shared/01/ref_pdf_export_universal_accessibility \
helpcontent2/source/text/shared/01/ref_pdf_send_as \
helpcontent2/source/text/shared/01/signexistingpdf \
helpcontent2/source/text/shared/01/securitywarning \
value='libreoffice-24-2'>libreoffice-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/tools/qa/cppunit/test_json_writer.cxx
AgeCommit message (Expand)Author
2024-05-16loplugin:ostr in toolsNoel Grandin
2024-02-23use more string_view in tools::JsonWriterNoel Grandin
2024-01-08Simplify JsonWriter a bitMike Kaganski
2023-11-19Extended loplugin:ostr: toolsStephan Bergmann
2023-04-05fix leaks when using tools::JsonWriterNoel Grandin
2022-08-09tools: json writer test does not need to use test::BootstrapFixtureChris Sherlock
2022-05-13sw content controls, dropdown: add LOK APIMiklos Vajna
2022-04-02Recheck modules t* with IWYUGabor Kelemen
2021-10-13Unify JsonWriter::put and putRaw a bitMike Kaganski
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin
2020-06-22Consolidate unique_ptr deleters calling freeStephan Bergmann
2020-06-20use JsonWriter for the rest of ITiledRenderableNoel Grandin
2020-06-19asan: need to use malloc instead of new for tools::JsonWriterNoel Grandin
2020-06-18new json writer for LOKNoel Grandin