diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-06-23 18:43:05 -0300 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-06-25 16:22:27 +0200 |
commit | 7b4770831a82435bee3765f130dadc848e7efb70 (patch) | |
tree | f140e8dabe41c1e184e35ac901245ea3f93ab189 /source/text/swriter | |
parent | e7e056ade1c2aa65aa7d1b9e6453735011886707 (diff) |
Add Form menu help page in Writer
Change-Id: I14946035077cb231a55f08cdfd3b92a9df76e3b7
Reviewed-on: https://gerrit.libreoffice.org/56345
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source/text/swriter')
-rw-r--r-- | source/text/swriter/main0100.xhp | 5 | ||||
-rw-r--r-- | source/text/swriter/main0120.xhp | 52 |
2 files changed, 55 insertions, 2 deletions
diff --git a/source/text/swriter/main0100.xhp b/source/text/swriter/main0100.xhp index 4b0a0b15b4..a31231f8de 100644 --- a/source/text/swriter/main0100.xhp +++ b/source/text/swriter/main0100.xhp @@ -18,7 +18,7 @@ * 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="textswritermain0100xml" indexer="include" status="PUBLISH"> @@ -42,9 +42,10 @@ <embed href="text/swriter/main0104.xhp#insert"/> <embed href="text/swriter/main0105.xhp#format"/> <embed href="text/swriter/main0115.xhp#styles"/> +<embed href="text/swriter/main0120.xhp#form"/> <embed href="text/swriter/main0110.xhp#table"/> <embed href="text/swriter/main0106.xhp#tools"/> <embed href="text/swriter/main0107.xhp#window"/> -<embed href="text/shared/main0108.xhp#help"/> +<embed href="text/shared/main0108.xhp#help"/> </body> </helpdocument> diff --git a/source/text/swriter/main0120.xhp b/source/text/swriter/main0120.xhp new file mode 100644 index 0000000000..b72ef60914 --- /dev/null +++ b/source/text/swriter/main0120.xhp @@ -0,0 +1,52 @@ +<?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="writerformmenu" indexer="include" status="PUBLISH"> + <title id="tit" xml-lang="en-US">Form Menu</title> + <filename>/text/swriter/main0120.xhp</filename> + </topic> + </meta> + <body> + <section id="form"> + <bookmark id="bm_id601529755027114" xml-lang="en-US" branch="hid/.uno:FormMenu" localize="false"/> + <paragraph id="hd_id111529755027117" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/main0120.xhp" name="Form menu">Form</link></paragraph> + <paragraph id="par_id991529755027118" role="paragraph" xml-lang="en-US"><variable id="variable name"><ahelp hid="hid path or command">Contains commands for activate form design mode, open control wizards and insert form controls in your text document.</ahelp></variable></paragraph> + </section> + <paragraph role="heading" id="hd_id551529758534136" level="2" xml-lang="en-US">Design Mode</paragraph> + <paragraph role="paragraph" id="par_id791529758540932" xml-lang="en-US">Enable or disable form design mode.</paragraph> + <paragraph role="heading" id="hd_id121529758546072" level="2" xml-lang="en-US">Control Wizards</paragraph> + <paragraph role="paragraph" id="par_id271529758552229" xml-lang="en-US">Enable or disable control wizards.</paragraph> +<embed href="text/sbasic/shared/02/20000000.xhp#label"/> +<embed href="text/sbasic/shared/02/20000000.xhp#textbox"/> +<embed href="text/sbasic/shared/02/20000000.xhp#checkbox"/> +<embed href="text/sbasic/shared/02/20000000.xhp#optionbutton"/> +<embed href="text/sbasic/shared/02/20000000.xhp#combobox"/> +<embed href="text/sbasic/shared/02/20000000.xhp#pushbutton"/> +<embed href="text/shared/02/01170000.xhp#imagebutton"/> +<embed href="text/sbasic/shared/02/20000000.xhp#formattedfield"/> +<paragraph role="heading" id="hd_id571529784049416" level="2" xml-lang="en-US">More fields</paragraph> +<paragraph role="paragraph" id="par_id951529784060420" xml-lang="en-US">Date, time, numerical, currency and pattern form fields.</paragraph> +<embed href="text/sbasic/shared/02/20000000.xhp#groupbox"/> +<embed href="text/shared/02/01170000.xhp#imagecontrol"/> +<embed href="text/sbasic/shared/02/20000000.xhp#fileselect"/> +<embed href="text/shared/02/01170000.xhp#tablecontrol"/> +<embed href="text/shared/02/01170000.xhp#navbar"/> +<embed href="text/shared/02/01170100.xhp#control"/> +<embed href="text/shared/02/01170200.xhp#formular"/> +<embed href="text/shared/02/01170600.xhp#formex"/> +<embed href="text/shared/02/01170600.xhp#taborder"/> +<embed href="text/shared/02/01171000.xhp#imentwurfsmodusoeffnen"/> +<paragraph role="heading" id="hd_id811529763403256" level="2" xml-lang="en-US">Automatic Control Focus</paragraph> +<paragraph role="paragraph" id="par_id281529763411414" xml-lang="en-US">Enable or disable Automatic Control Focus</paragraph> + +</body> +</helpdocument> |