AllLangHelp_sdatabase.mk | 1 source/text/sdatabase/02010100.xhp | 11 --------- source/text/sdatabase/savedialog.xhp | 42 +++++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 10 deletions(-)
New commits: commit 1550f945fd4a407909f28da240763009b6570a54 Author: Olivier Hallot <[email protected]> AuthorDate: Thu Aug 13 14:15:52 2026 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Thu Aug 13 19:29:03 2026 +0200 tdf#155209 Help page for saving DB query + Refactored files Change-Id: Ib2b7ee22a5afe16df2f3d758c9f8e836101fd91e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/209110 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/AllLangHelp_sdatabase.mk b/AllLangHelp_sdatabase.mk index e9b1332af1..ef697766b1 100644 --- a/AllLangHelp_sdatabase.mk +++ b/AllLangHelp_sdatabase.mk @@ -90,6 +90,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sdatabase,\ helpcontent2/source/text/sdatabase/querywizard06 \ helpcontent2/source/text/sdatabase/querywizard07 \ helpcontent2/source/text/sdatabase/querywizard08 \ + helpcontent2/source/text/sdatabase/savedialog \ helpcontent2/source/text/sdatabase/tablewizard00 \ helpcontent2/source/text/sdatabase/tablewizard01 \ helpcontent2/source/text/sdatabase/tablewizard02 \ diff --git a/source/text/sdatabase/02010100.xhp b/source/text/sdatabase/02010100.xhp index 6ba6e941c1..e91f45c127 100644 --- a/source/text/sdatabase/02010100.xhp +++ b/source/text/sdatabase/02010100.xhp @@ -145,16 +145,7 @@ <h3 id="hd_id3150750">Deleting field names</h3> <paragraph id="par_id3154479" role="paragraph">To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column.</paragraph> -<h3 id="hd_id3155764">Saving the query</h3> -<paragraph id="par_id3148481" role="paragraph">Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name.</paragraph> -<bookmark branch="hid/dbaccess/ui/savedialog/schema" id="bm_id3156378" localize="false"/> - -<h4 id="hd_id3154362">Schema</h4> -<paragraph id="par_id3154754" role="paragraph"><ahelp hid="dbaccess/ui/savedialog/schema">Enter the name of the schema that is assigned to the query or table view.</ahelp></paragraph> -<bookmark branch="hid/dbaccess/ui/savedialog/title" id="bm_id3147340" localize="false"/> - -<h4 id="hd_id3156717">Query name or table view name</h4> -<paragraph id="par_id3154253" role="paragraph"><ahelp hid="dbaccess/ui/savedialog/title">Enter the name of the query or table view.</ahelp></paragraph> +<embed href="text/sdatabase/savedialog.xhp#saveobject"/> <h3 id="hd_id3163805">Filtering data</h3> <paragraph id="par_id3154964" role="paragraph">To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:</paragraph> diff --git a/source/text/sdatabase/savedialog.xhp b/source/text/sdatabase/savedialog.xhp new file mode 100644 index 0000000000..88b693db02 --- /dev/null +++ b/source/text/sdatabase/savedialog.xhp @@ -0,0 +1,42 @@ +<?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="text/sdatabase/savedialog.xhp" indexer="include" status="PUBLISH"> + <title id="tit">Save dialog</title> + <filename>/text/sdatabase/savedialog.xhp</filename> + </topic> +</meta> +<body> +<bookmark id="bm_id31786625851311" branch="hid/dbaccess/ui/savedialog/@@nowidget@@" localize="false"/> +<bookmark branch="index" id="bm_id641786625972644"> + <bookmark_value>saving;database object</bookmark_value> + <bookmark_value>database object; saving</bookmark_value> +</bookmark> +<section id="savedialog"> + <h1 id="hd_id41786625851312"><variable id="h1"><link href="text/sdatabase/savedialog.xhp">Save Object</link></variable></h1> + <description id="par_id631786625851312">Saves the database object.</description> +</section> +<bookmark branch="hid/dbaccess/ui/savedialog/schema" id="bm_id3156378" localize="false"/> +<bookmark branch="hid/dbaccess/ui/savedialog/title" id="bm_id3147340" localize="false"/> +<section id="saveobject"> + <h2 id="hd_id3155764">Saving the database object</h2> + <paragraph id="par_id3148481" role="paragraph">Use the <emph>Save</emph> icon on the Standard toolbar to save the database object. You will see a dialog that asks you to enter a name for the object. If the database supports schemas, you can also enter a schema name.</paragraph> + + <h3 id="hd_id3154362">Schema</h3> + <paragraph id="par_id3154754" role="paragraph">Enter the name of the schema that is assigned to the query or table view.</paragraph> + + <h3 id="hd_id3156717">Object name</h3> + <paragraph id="par_id3154253" role="paragraph">Enter the name of the database object to save.</paragraph> +</section> + +</body> +</helpdocument>
