diff options
-rw-r--r-- | AllLangHelp_scalc.mk | 1 | ||||
-rw-r--r-- | source/text/scalc/01/live_data_stream.xhp | 53 | ||||
-rw-r--r-- | source/text/shared/need_help.xhp | 4 |
3 files changed, 56 insertions, 2 deletions
diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk index 6e1c0502fa..3a7caad48a 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -240,6 +240,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/01/func_workday \ helpcontent2/source/text/scalc/01/func_year \ helpcontent2/source/text/scalc/01/func_yearfrac \ + helpcontent2/source/text/scalc/01/live_data_stream \ helpcontent2/source/text/scalc/01/solver \ helpcontent2/source/text/scalc/01/solver_options \ helpcontent2/source/text/scalc/01/statistics \ diff --git a/source/text/scalc/01/live_data_stream.xhp b/source/text/scalc/01/live_data_stream.xhp new file mode 100644 index 0000000000..949c3c42e8 --- /dev/null +++ b/source/text/scalc/01/live_data_stream.xhp @@ -0,0 +1,53 @@ +<?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="textscalc01live_data_streamxml"> + <title id="tit" xml-lang="en-US">Live Data Stream</title> + <filename>/text/scalc/01/live_data_stream.xhp</filename> + </topic> +</meta> + +<body> + + +<section id="live_data_stream"> +<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/datastreams/DataStreamDialog" id="bm_id240920171033409926" localize="false"/> +<bookmark xml-lang="en-US" branch="index" id="bm_id240920171018528200"> + <bookmark_value>Data Stream;Live data stream</bookmark_value> +</bookmark> + + +<paragraph id="hd_id240920171003006302" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/live_data_stream.xhp">Live Data Stream</link></paragraph> +<paragraph id="par_id240920171003293400" role="paragraph" xml-lang="en-US"><ahelp hid=".">Live data stream for spreadsheets</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 – Streams...</item></paragraph> +</section> +<embed href="text/shared/need_help.xhp#needhelp"/> + +<section id="relatedtopics"> +<paragraph id="par_id240920171007419799" role="paragraph" xml-lang="en-US">Data streams</paragraph> +</section> +</body> + +</helpdocument> diff --git a/source/text/shared/need_help.xhp b/source/text/shared/need_help.xhp index 430358127e..e39e271c22 100644 --- a/source/text/shared/need_help.xhp +++ b/source/text/shared/need_help.xhp @@ -20,7 +20,7 @@ <meta> <topic id="topic_2507201510192393"> - <title xml-lang="en-US" id="tit">We Need Your Help</title> + <title id="tit" xml-lang="en-US">We Need Your Help</title> <filename>/text/shared/need_help.xhp</filename> </topic> </meta> @@ -29,7 +29,7 @@ <section id="needhelp"> -<paragraph id="hd_id1000010" role="warning" xml-lang="en-US">This help page needs further work for correctness and completion. Please join the LibreOffice project and help us out to write the missing information.</paragraph> + <paragraph id="hd_id1000010" role="warning" xml-lang="en-US">This help page needs further work for correctness and completion. Please join the LibreOffice project and help us out to write the missing information. Visit our <link href="http://documentation.libreoffice.org/en/join-community/update-help-contents">web page on writing Help contents</link>.</paragraph> </section> </body> |