diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-09-21 10:54:49 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-09-21 17:38:51 +0200 |
commit | 37daca381f38f17887b57789d021cd3820533487 (patch) | |
tree | 9c1f0b2ae7f4492e2822ad5a860063a3b94d9b07 /source/text/shared | |
parent | 198614b76c835e3fedf4918510a8c310832a3d77 (diff) |
tdf#162607 disambiguate hid2file.js, SelectAll
Change-Id: I8f8d8ed584af930a8a6fd88962a64b813ad1aecf
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173762
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
Diffstat (limited to 'source/text/shared')
-rw-r--r-- | source/text/shared/01/02090000.xhp | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/source/text/shared/01/02090000.xhp b/source/text/shared/01/02090000.xhp index 5a5944689f..edcd4c0126 100644 --- a/source/text/shared/01/02090000.xhp +++ b/source/text/shared/01/02090000.xhp @@ -31,14 +31,25 @@ <bookmark branch="hid/.uno:SelectAll" id="bm_id3159079" localize="false"/> <bookmark branch="hid/.uno:Select" id="bm_id9111451" localize="false"/> <section id="select_all"> -<h1 id="hd_id3145138"><link href="text/shared/01/02090000.xhp">Select All</link></h1> - <paragraph role="paragraph" id="par_id3149999"><variable id="allestext"><ahelp hid=".">Selects the entire content of the current file, frame, or text object.</ahelp></variable></paragraph> + <h1 id="hd_id3145138"><link href="text/shared/01/02090000.xhp">Select All</link></h1> + <switch select="appl"> + <case select="BASE"> + <paragraph role="paragraph" id="par_idN105DB"><ahelp hid=".">Selects all entries, including subfolders, in the lower part of the database window.</ahelp></paragraph> + </case> + <default> + <paragraph role="paragraph" id="par_id3149999"><variable id="allestext"><ahelp hid=".">Selects the entire content of the current file, frame, or text object.</ahelp></variable></paragraph> + </default> + </switch> </section> -<paragraph role="paragraph" id="par_id3155261"><switchinline select="appl"><caseinline select="CALC">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline></paragraph> +<switch select="appl"> + <case select="CALC"> + <paragraph role="paragraph" id="par_id3155261">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</paragraph> + <paragraph role="paragraph" id="par_id3154046">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</paragraph> + </case> +</switch> <section id="howtoget"> <embed href="text/shared/00/edit_menu.xhp#select_all"/> </section> -<paragraph role="paragraph" id="par_id3154046"><switchinline select="appl"><caseinline select="CALC">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline></paragraph> </body> </helpdocument> |