Files
help/source/text/shared/main0214.xhp
Christian Lohmaier 4453c0b2ed convert paragraphs with role="heading" & childelements to → h<level>
and also drop the language that was changed to implied previously/defaults to
en-US unless specified.

This change doesn't affect translations, only the content of the
paragraph/headings is extracted.

done with:
perl -CSD -pi -e 'BEGIN {$base = qr/role="heading"|level="(?<level>\d+)"|(?<id>id="[^"]+")/;} s#<paragraph(((\s+($base)){3})|(\s+($base|xml-lang="en-US")){4})>(?<body>.*?)</paragraph>#<h$+{level} $+{id}>$+{body}</h$+{level}>#g'

and manually undoing the one that uses <sup>in body that's not valid
according to the dtd in the h tags.

Change-Id: Ibd4aed3157ed168cd5005161575672a392e59202
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148797
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-03-16 15:18:30 +00:00

60 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
* 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 .
-->
<helpdocument version="1.0">
<meta>
<topic id="textsharedmain0214xml" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Query Design Bar</title>
<filename>/text/shared/main0214.xhp</filename>
</topic>
<history>
<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
</history>
</meta>
<body>
<section id="sql">
<h1 id="hd_id3159176"><link href="text/shared/main0214.xhp">Query Design Bar</link></h1>
<paragraph role="paragraph" id="par_id3150085" xml-lang="en-US"><ahelp hid=".">When creating or editing an SQL query, use the icons in the <emph>Query Design</emph> Bar to control the display of data.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3150276" xml-lang="en-US">Depending on whether you have created the query or view in the <emph>Design</emph> or <emph>SQL</emph> tab page, the following icons appear:</paragraph>
<embed href="text/shared/02/14010000.xhp#run_query"/>
<embed href="text/shared/02/14010000.xhp#syrun_query"/>
<embed href="text/shared/02/14020000.xhp#clear_query"/>
<embed href="text/shared/02/14020000.xhp#syclear_query"/>
<embed href="text/shared/02/14020200.xhp#design_view"/>
<embed href="text/shared/02/14020200.xhp#sydesign_view"/>
<h2 id="hd_id3151384"><link href="text/shared/02/14020100.xhp">Add Tables</link></h2>
<embed href="text/shared/02/14020100.xhp#tabellehinzufuegentext"/>
<embed href="text/shared/00/00000450.xhp#syinsert_table"/>
<embed href="text/shared/02/14040000.xhp#functions"/>
<embed href="text/shared/02/14040000.xhp#syfunctions"/>
<embed href="text/shared/02/14050000.xhp#table_name"/>
<embed href="text/shared/02/14050000.xhp#sytable_name"/>
<embed href="text/shared/02/14060000.xhp#aliasname"/>
<embed href="text/shared/02/14060000.xhp#syaliasname"/>
<embed href="text/shared/02/14070000.xhp#distinct_values"/>
<embed href="text/shared/02/14070000.xhp#sydistinct_values"/>
<paragraph role="paragraph" id="par_id3151041" xml-lang="en-US">The following icon is on the <emph>SQL</emph> tab page:</paragraph>
<embed href="text/shared/02/14030000.xhp#native"/>
<embed href="text/shared/02/14030000.xhp#synative"/>
</body>
</helpdocument>