diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-08-09 12:50:05 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-08-10 12:20:36 +0200 |
commit | dfca100198e690f05987033bcd2b74e9057bcf8d (patch) | |
tree | 3e847dad2b8e09bdbeb4f81db981c1eb3c9491e8 | |
parent | 1c3257e391a8fbbdcde2dc380d9a8227745894bc (diff) |
tdf#155462 Help for tool tips when dragging scrollbars
Change-Id: I6ded8c8a2e463154cac8c2b7602eda7dcd70dfe7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155525
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/01/scrollbars.xhp | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/source/text/shared/01/scrollbars.xhp b/source/text/shared/01/scrollbars.xhp index 9cb499afab..f9c5689220 100644 --- a/source/text/shared/01/scrollbars.xhp +++ b/source/text/shared/01/scrollbars.xhp @@ -17,6 +17,9 @@ </meta> <body> <bookmark id="bm_id851686501614516" branch="hid/.uno:ScrollBar" localize="false"/> +<bookmark xml-lang="en-US" branch="index" id="bm_id331691595688301"> + <bookmark_value>tooltips;in scroll bars</bookmark_value> +</bookmark> <section id="scrollbars"> <h1 id="hd_id761686501614517"><variable id="h1"><link href="text/shared/01/scrollbars.xhp">Scroll Bars</link></variable></h1> <paragraph id="par_id102720150854017277" role="paragraph" xml-lang="en-US">Show or hide the horizontal and vertical scroll bars that are used to change the viewable area of a document that doesn't fit within the window.</paragraph> @@ -59,7 +62,11 @@ </tablerow> </table> </section> - +<switch select="appl"> + <case select="CALC"> + <tip id="par_id101691595568659">When dragging the horizontal scroll bar handle, a tooltip shows the topmost cell column number displayed on the top of the view area.</tip> + </case> +</switch> <bookmark branch="hid/.uno:VScroll" id="bm_id751686502492664" localize="false"/> <h2 id="hd_id501686502229966">Vertical Scroll Bar</h2> <paragraph role="paragraph" id="par_id911686502266544">Display the vertical scroll bar.</paragraph> @@ -80,5 +87,13 @@ </tablerow> </table> </section> +<switch select="appl"> + <case select="WRITER"> +<tip id="par_id31691595610778">When dragging the vertical scroll bar handle, a tooltip shows the page number, the total pages in the document and the heading text of the first displayed line on the top of the view area.</tip> + </case> + <case select="CALC"> +<tip id="par_id391691595617267">When dragging the vertical scroll bar handle, a tooltip shows the topmost cell row number displayed on the top of the view area.</tip> + </case> +</switch> </body> </helpdocument> |