diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-02-26 10:25:58 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-02-26 15:11:32 +0100 |
commit | 73f04500d86e8daca46347aa25fd916e708f77a6 (patch) | |
tree | f3c995e49c3426d143b17b8d5c92850796f5dfbc | |
parent | 3bf45ab4bcc4f2346ec97df43789f0999dd46f0c (diff) |
tdf#116015 Add help for edit field dialog
Change-Id: I83fb2fc4f25628097d96cf7857dcf9c72f4b5c1b
Reviewed-on: https://gerrit.libreoffice.org/50365
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | AllLangHelp_swriter.mk | 1 | ||||
-rw-r--r-- | source/text/swriter/01/04090300.xhp | 45 |
2 files changed, 46 insertions, 0 deletions
diff --git a/AllLangHelp_swriter.mk b/AllLangHelp_swriter.mk index 188d41449e..8d541c28ce 100644 --- a/AllLangHelp_swriter.mk +++ b/AllLangHelp_swriter.mk @@ -70,6 +70,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\ helpcontent2/source/text/swriter/01/04090007 \ helpcontent2/source/text/swriter/01/04090100 \ helpcontent2/source/text/swriter/01/04090200 \ + helpcontent2/source/text/swriter/01/04090300 \ helpcontent2/source/text/swriter/01/04120000 \ helpcontent2/source/text/swriter/01/04120100 \ helpcontent2/source/text/swriter/01/04120200 \ diff --git a/source/text/swriter/01/04090300.xhp b/source/text/swriter/01/04090300.xhp new file mode 100644 index 0000000000..4936a6f107 --- /dev/null +++ b/source/text/swriter/01/04090300.xhp @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> + <!-- + * 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/. + * + --> + + <meta> + <topic id="editfields" indexer="include" status="PUBLISH"> + <title id="tit" xml-lang="en-US">Edit fields</title> + <filename>/text/swriter/01/04090300.xhp</filename> + </topic> + </meta> + + <body> + <section id="editfields"> + <bookmark id="bm_id701519648111292" xml-lang="en-US" branch="hid/modules/swriter/ui/editfielddialog/EditFieldDialog" localize="false"/> + <bookmark id="bm_id701519643111292" xml-lang="en-US" branch="hid/modules/swriter/ui/editfielddialog/next" localize="false"/> + <bookmark id="bm_id701519646111292" xml-lang="en-US" branch="hid/modules/swriter/ui/editfielddialog/prev" localize="false"/> + <bookmark id="bm_id701519642111292" xml-lang="en-US" branch="hid/modules/swriter/ui/editfielddialog/edit" localize="false"/> + <bookmark xml-lang="en-US" branch="index" id="bm_id991519648545589"> + <bookmark_value>fields;editing</bookmark_value> + <bookmark_value>edit;fields</bookmark_value> + </bookmark> + <paragraph id="hd_id431519648111292" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/01/04090300.xhp" name="Edit Fields">Edit Fields</link></paragraph> + <paragraph id="par_id361519648111293" role="paragraph" xml-lang="en-US"><variable id="editfields2"><ahelp hid=".">Edit field contents.</ahelp></variable></paragraph> + </section> + <section id="howtoget"> + Choose <item type="menuitem">Fields</item> of the context menu of the selected field. + </section> + <paragraph role="heading" id="hd_id511519649431645" level="2" xml-lang="en-US">Type pane</paragraph> + <paragraph role="paragraph" id="par_id761519649446212" xml-lang="en-US">Shows the type of the selected field. The middle and left pane of the dialog contents depends on the field type. For a complete decription of the fields see <link href="text/swriter/01/04090000.xhp" name="fields">Fields</link> page.</paragraph> + <paragraph role="heading" id="hd_id931519650651402" level="2" xml-lang="en-US">Edit</paragraph> + <paragraph role="paragraph" id="par_id241519650657361" xml-lang="en-US">When visible, opens a dialog to edit the contents of the field. The dialog depends on the type of the field.</paragraph> + <paragraph role="heading" id="hd_id941519649436996" level="2" xml-lang="en-US">Arrow buttons</paragraph> + <paragraph role="paragraph" id="par_id951519649454340" xml-lang="en-US">Use the arrow buttons to go to next or previous field of same type in the document.</paragraph> + <section id="relatedtopics"> + <embed href="text/swriter/guide/fields.xhp#fields"/> + </section> +</body> +</helpdocument> |