diff options
-rw-r--r-- | AllLangHelp_swriter.mk | 1 | ||||
-rw-r--r-- | source/text/swriter/01/contentcontrol00.xhp | 44 |
2 files changed, 45 insertions, 0 deletions
diff --git a/AllLangHelp_swriter.mk b/AllLangHelp_swriter.mk index 349d41fa66..22c5e2ab83 100644 --- a/AllLangHelp_swriter.mk +++ b/AllLangHelp_swriter.mk @@ -206,6 +206,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\ helpcontent2/source/text/swriter/01/style_inspector \ helpcontent2/source/text/swriter/01/title_page \ helpcontent2/source/text/swriter/01/watermark \ + helpcontent2/source/text/swriter/01/contentcontrol00 \ 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/contentcontrol00.xhp b/source/text/swriter/01/contentcontrol00.xhp new file mode 100644 index 0000000000..46ccac8266 --- /dev/null +++ b/source/text/swriter/01/contentcontrol00.xhp @@ -0,0 +1,44 @@ +<?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="textswriter01contentcontrol00xml" indexer="include" status="PUBLISH"> +<title id="tit" xml-lang="en-US">Content Control Properties</title> +<filename>/text/swriter/01/contentcontrol00.xhp</filename> +</topic> +</meta> +<body> +<section id="contentcontrol"> +<bookmark xml-lang="en-US" branch="hid/.uno:ContentControlProperties" id="bm_id9926450" localize="false"/> +<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/contentcontroldlg/ContentControlDialog" id="bm_id1926107" localize="false"/> +<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/contentcontroldlg/@@nowidget@@" id="bm_id1926108" localize="false"/> +<paragraph role="heading" id="par_idN10549" xml-lang="en-US" level="1"><link href="text/swriter/01/contentcontrol00.xhp">Content Control Properties</link></paragraph> +<paragraph role="paragraph" id="par_idN10559" xml-lang="en-US">Allows setting various properties on the content control which is under the current cursor.</paragraph> +<paragraph role="heading" id="par_idN10550" xml-lang="en-US" level="2">General</paragraph> +<paragraph role="paragraph" id="par_idN10560" xml-lang="en-US">Content is placeholder text: means that the current content is considered to be placeholder text and will be pre-selected when clicking into the content control, to help replacing the placeholder with actual content.</paragraph> +<paragraph role="heading" id="par_idN10551" xml-lang="en-US" level="2">Check Box</paragraph> +<paragraph role="paragraph" id="par_idN10561" xml-lang="en-US">Checked character: this character is used when the checkbox is ticked.</paragraph> +<paragraph role="paragraph" id="par_idN10562" xml-lang="en-US">Unchecked character: this character is used when the checkbox is unticked.</paragraph> +<paragraph role="heading" id="par_idN10552" xml-lang="en-US" level="2">List Items</paragraph> +<paragraph role="paragraph" id="par_idN10563" xml-lang="en-US">This frame lists existing list items, and allows the creation, modification and deletion of them.</paragraph> +<paragraph role="heading" id="par_idN10553" xml-lang="en-US" level="2">Date Format</paragraph> +<paragraph role="paragraph" id="par_idN10564" xml-lang="en-US">Once a date is picked for a date content control, this date format will be used to format it before it's inserted into the content control as a string.</paragraph> +</section> +</body> +</helpdocument> |