diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-09-14 17:22:16 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-09-15 01:21:09 +0200 |
commit | af87b7e316a3db00c565fa31b95f19f36697b6be (patch) | |
tree | ec4ee86123c941caa28bff6b1c4366429bd7856c | |
parent | a12d38ca28346952fbaca910197a50cd190ce188 (diff) |
tdf#115254 Some branch bookmarks are'nt working 24
Module reportdesign
Change-Id: Iefdc13ab35e4ac475f93b76d6b9bb9b202985c8b
Reviewed-on: https://gerrit.libreoffice.org/60510
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/explorer/database/rep_datetime.xhp | 1 | ||||
-rw-r--r-- | source/text/shared/explorer/database/rep_pagenumbers.xhp | 1 | ||||
-rw-r--r-- | source/text/shared/explorer/database/rep_sort.xhp | 7 |
3 files changed, 6 insertions, 3 deletions
diff --git a/source/text/shared/explorer/database/rep_datetime.xhp b/source/text/shared/explorer/database/rep_datetime.xhp index 6f4feebd5f..54292d6a65 100644 --- a/source/text/shared/explorer/database/rep_datetime.xhp +++ b/source/text/shared/explorer/database/rep_datetime.xhp @@ -31,6 +31,7 @@ <body> <bookmark xml-lang="en-US" branch="hid/.uno:InsertDateTimeField" id="bm_id6520584" localize="false"/> <bookmark xml-lang="en-US" branch="hid/modules/dbreport/ui/datetimedialog/DateTimeDialog" id="bm_id6520585" localize="false"/> +<bookmark xml-lang="en-US" branch="hid/modules/dbreport/ui/datetimedialog/@@nowidget@@" id="bm_id6520585" localize="false"/> <paragraph role="heading" id="hd_id2320932" xml-lang="en-US" level="1"><variable id="rep_datetime"><link href="text/shared/explorer/database/rep_datetime.xhp">Date and Time</link> </variable></paragraph> <paragraph role="paragraph" id="par_id8638874" xml-lang="en-US"><ahelp hid=".">You can open the Date and Time dialog of the <link href="text/shared/explorer/database/rep_main.xhp">Report Builder</link> by choosing <item type="menuitem">Insert - Date and Time</item>.</ahelp></paragraph> diff --git a/source/text/shared/explorer/database/rep_pagenumbers.xhp b/source/text/shared/explorer/database/rep_pagenumbers.xhp index 3524bebac1..c3aac22b0f 100644 --- a/source/text/shared/explorer/database/rep_pagenumbers.xhp +++ b/source/text/shared/explorer/database/rep_pagenumbers.xhp @@ -30,6 +30,7 @@ </meta> <body> <bookmark xml-lang="en-US" branch="hid/modules/dbreport/ui/pagenumberdialog/PageNumberDialog" id="bm_id7565844" localize="false"/> +<bookmark xml-lang="en-US" branch="hid/modules/dbreport/ui/pagenumberdialog/@@nowidget@@" id="bm_id7565844" localize="false"/> <paragraph role="heading" id="hd_id3674123" xml-lang="en-US" level="1"><variable id="rep_pagenumbers"><link href="text/shared/explorer/database/rep_pagenumbers.xhp">Page Numbers</link> </variable></paragraph> <paragraph role="paragraph" id="par_id3424481" xml-lang="en-US"><ahelp hid=".">You can open the Page Numbers dialog of the <link href="text/shared/explorer/database/rep_main.xhp">Report Builder</link> by choosing <item type="menuitem">Insert - Page Numbers</item>.</ahelp></paragraph> diff --git a/source/text/shared/explorer/database/rep_sort.xhp b/source/text/shared/explorer/database/rep_sort.xhp index d9c02e4ab4..149c5ad38e 100644 --- a/source/text/shared/explorer/database/rep_sort.xhp +++ b/source/text/shared/explorer/database/rep_sort.xhp @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <helpdocument version="1.0"> - + <!-- * This file is part of the LibreOffice project. * @@ -18,8 +18,8 @@ * 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="textsharedexplorerdatabaserep_sortxml" indexer="include" status="PUBLISH"> <title xml-lang="en-US" id="tit">Sorting and Grouping</title> @@ -30,6 +30,7 @@ <section id="sort"> <bookmark xml-lang="en-US" branch="hid/.uno:DbSortingAndGrouping" id="bm_id9569078" localize="false"/> <bookmark xml-lang="en-US" branch="hid/modules/dbreport/ui/floatingsort/FloatingSort" id="bm_id9569079" localize="false"/> +<bookmark xml-lang="en-US" branch="hid/modules/dbreport/ui/floatingsort/@@nowidget@@" id="bm_id9569079" localize="false"/> <paragraph xml-lang="en-US" id="hd_id3486434" role="heading" level="1"><variable id="rep_sort"><link href="text/shared/explorer/database/rep_sort.xhp">Sorting and Grouping</link> </variable></paragraph> <paragraph xml-lang="en-US" id="par_id3068636" role="paragraph"><ahelp hid=".">In the Sorting and Grouping dialog of <link href="text/shared/explorer/database/rep_main.xhp">Report Builder</link>, you can define the fields that should be sorted in your report, and the fields that should be kept together to form a group.</ahelp> If you group your report by a certain field, all records with the same value of that field will be kept together in one group.</paragraph> |