From dba79673b5bbf4f7e6f21dc6a1d776e1556c38d7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 22 Mar 2019 12:52:19 +0000 Subject: Resolves: tdf#122479 no extended tooltips for Reset and Standard buttons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit a) in the ahelp HID_TABDLG_STANDARD_BTN hid is used instead of SFX2_HID_TABDLG_STANDARD_BTN b) there are multiple entries for HID_TABDLG_STANDARD_BTN, the second one describes some wizard previous buttons and the third one is definitely describing an expander button, not standard buttons c) HID_TABDLG_RESET_BTN likewise is unsed instead of SFX2_HID_TABDLG_RESET_BTN and appears in two places, the second of which is tagged with "what's this" and "A confirmation query does not appear. If you confirm the dialog with OK all settings in this dialog are reset." so: use a hid of "." which means to apply to all the previously seen bookmarks hids since the last ahelp current bookmarks are those within the current section add another bookmark for the "options/more" expander, which isn't currently linked to by anything but could be if desirable in the future drop the second text describing Reset button which has no bookmark in its section Change-Id: I8c89ea7a5588dc22c29ccdd78118b9288a609563 Reviewed-on: https://gerrit.libreoffice.org/69559 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- source/text/shared/00/00000001.xhp | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/source/text/shared/00/00000001.xhp b/source/text/shared/00/00000001.xhp index 17bb2cb757..4cea97322d 100644 --- a/source/text/shared/00/00000001.xhp +++ b/source/text/shared/00/00000001.xhp @@ -209,19 +209,14 @@
Resetall tab dialogs - Resets changes made to the current tab to those applicable when this dialog was opened. A confirmation query does not appear when you close the dialog. -
-
-Resetwhat's this? - Resets modified values back to the default values. - A confirmation query does not appear. If you confirm the dialog with OK all settings in this dialog are reset. + Resets changes made to the current tab to those applicable when this dialog was opened. A confirmation query does not appear when you close the dialog.
Standarde.g. in Format - Para StyleUFI: Name is Default on Tools-Options-Writer-Basic Fonts - Resets the values visible in the dialog back to the default installation values. + Resets the values visible in the dialog back to the default installation values. A confirmation does not appear before the defaults are reloaded.
@@ -234,11 +229,12 @@ Back - View the selections in the dialog made in the previous step. The current settings remain unchanged. This button can only be activated from page two on. + View the selections in the dialog made in the previous step. The current settings remain unchanged. This button can only be activated from page two on.
-Options - Click the Options label to expand the dialog to show further options. Click again to restore the dialog. + +Options + Click the Options label to expand the dialog to show further options. Click again to restore the dialog.
See also the following functions: The search supports regular expressions. You can enter "all.*", for example to find the first location of "all" followed by any characters. If you want to search for a text that is also a regular expression, you must precede every character with a "\" character. You can switch the automatic evaluation of regular expression on and off in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Calculate. -- cgit