diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-09-12 15:55:49 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-09-12 16:14:58 +0200 |
commit | 6ce0e3da2dd19a12370bacac5aa84ed61a446f08 (patch) | |
tree | 30553ac52a8cd8556d004ad8842b39ce2be39563 | |
parent | 20a70a340047c23cf5d49c10821d55432044b33a (diff) |
Add initial help for the sw contentcontrollistitemdlg
Document the relation between display names and values.
Change-Id: I559d7ae12514797d8b394c6c9f3a5608a9403079
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/139801
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
-rw-r--r-- | AllLangHelp_swriter.mk | 1 | ||||
-rw-r--r-- | source/text/swriter/01/contentcontrol01.xhp | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/AllLangHelp_swriter.mk b/AllLangHelp_swriter.mk index 22c5e2ab83..0805145d64 100644 --- a/AllLangHelp_swriter.mk +++ b/AllLangHelp_swriter.mk @@ -207,6 +207,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\ helpcontent2/source/text/swriter/01/title_page \ helpcontent2/source/text/swriter/01/watermark \ helpcontent2/source/text/swriter/01/contentcontrol00 \ + helpcontent2/source/text/swriter/01/contentcontrol01 \ helpcontent2/source/text/swriter/02/02110000 \ helpcontent2/source/text/swriter/02/03210000 \ helpcontent2/source/text/swriter/02/03220000 \ diff --git a/source/text/swriter/01/contentcontrol01.xhp b/source/text/swriter/01/contentcontrol01.xhp new file mode 100644 index 0000000000..9faa6ef72c --- /dev/null +++ b/source/text/swriter/01/contentcontrol01.xhp @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + --> +<helpdocument version="1.0"> +<meta> +<topic id="textswriter01contentcontrol01xml" indexer="include" status="PUBLISH"> +<title id="tit" xml-lang="en-US">Content Control List Item Properties</title> +<filename>/text/swriter/01/contentcontrol01.xhp</filename> +</topic> +</meta> +<body> +<section id="contentcontrollistitem"> +<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/contentcontrollistitemdlg/ContentControlListItemDialog" id="bm_id1926107" localize="false"/> +<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/contentcontrollistitemdlg/@@nowidget@@" id="bm_id1926108" localize="false"/> +<paragraph role="heading" id="par_idN10549" xml-lang="en-US" level="1"><link href="text/swriter/01/contentcontrol01.xhp">Content Control List Item Properties</link></paragraph> +<paragraph role="paragraph" id="par_idN10559" xml-lang="en-US">Allows setting properties on one list item of a drop-down content control which is under the current cursor. When a list item is selected, the value of the content control is updated based on that list item. In case display name is non-empty, that is used. Otherwise the value is used.</paragraph> +<paragraph role="heading" id="par_idN10550" xml-lang="en-US" level="2">Display Name</paragraph> +<paragraph role="paragraph" id="par_idN10560" xml-lang="en-US">A human-friendly name, describing the list item.</paragraph> +<paragraph role="heading" id="par_idN10551" xml-lang="en-US" level="2">Value</paragraph> +<paragraph role="paragraph" id="par_idN10561" xml-lang="en-US">A machine-friendly name, describing the list item.</paragraph> +</section> +</body> +</helpdocument> |