diff options
-rw-r--r-- | AllLangHelp_scalc.mk | 1 | ||||
-rw-r--r-- | source/text/scalc/01/data_form.xhp | 56 |
2 files changed, 57 insertions, 0 deletions
diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk index 7de32b6aa2..5c2dd189e3 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -179,6 +179,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/01/12120100 \ helpcontent2/source/text/scalc/01/12120200 \ helpcontent2/source/text/scalc/01/12120300 \ + helpcontent2/source/text/scalc/01/data_form \ helpcontent2/source/text/scalc/01/ex_data_stat_func \ helpcontent2/source/text/scalc/01/format_graphic \ helpcontent2/source/text/scalc/01/ful_func \ diff --git a/source/text/scalc/01/data_form.xhp b/source/text/scalc/01/data_form.xhp new file mode 100644 index 0000000000..edf69ed9e3 --- /dev/null +++ b/source/text/scalc/01/data_form.xhp @@ -0,0 +1,56 @@ +<?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/. + * + * 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 . +--> + +<meta> + <topic id="textscalc01data_formxml"> + <title id="tit" xml-lang="en-US">Data Form for Spreadsheet</title> + <filename>/text/scalc/01/data_form.xhp</filename> + </topic> +</meta> + +<body> + + +<section id="data_form"> + <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/dataform/DataFormDialog" id="bm_id240920171033409926" localize="false"/> +<bookmark xml-lang="en-US" branch="index" id="bm_id240920171018528200"> + <bookmark_value>data forms;for spreadsheets</bookmark_value> + <bookmark_value>data forms;insert data in spreadsheets</bookmark_value> + <bookmark_value>insert data;data forms for spreadsheets</bookmark_value> + <bookmark_value>spreadsheet;form to insert data</bookmark_value> +</bookmark> + + +<paragraph id="hd_id240920171003006302" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/data_form.xhp">Data Forms for Spreasheets</link></paragraph> +<paragraph id="par_id240920171003293400" role="paragraph" xml-lang="en-US"><ahelp hid=".">Data Forms for Spreasheets</ahelp></paragraph> +</section> +<paragraph id="par_id240920171003295588" role="paragraph" xml-lang="en-US"/> + +<section id="howtoget"> +<paragraph id="par_id240920171007389295" role="paragraph" xml-lang="en-US">Menu <item type="menuitem">Data – Form...</item></paragraph> +</section> +<embed href="text/shared/need_help.xhp#needhelp"/> + +<section id="relatedtopics"> +<paragraph id="par_id240920171007419799" role="paragraph" xml-lang="en-US">Form</paragraph> +</section> +</body> + +</helpdocument> |