From 6291844ea9c4c1d6863c62cbd33e841ff21d3e7a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 5 Nov 2012 13:14:27 +0000 Subject: adapt macro help ids for .ui --- helpers/help_hid.lst | 1 - source/text/sbasic/shared/01/06130000.xhp | 12 ++++----- source/text/shared/01/06130000.xhp | 42 +++++++++++++++---------------- 3 files changed, 27 insertions(+), 28 deletions(-) diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst index d2b978fe63..6d80bab9c8 100644 --- a/helpers/help_hid.lst +++ b/helpers/help_hid.lst @@ -828,7 +828,6 @@ HID_BASICIDE_EDITORWINDOW,63563, HID_BASICIDE_LIBS,63545, HID_BASICIDE_LIBSDLG_TREE,63549, HID_BASICIDE_LIBS_TREE,63548, -HID_BASICIDE_MACROS,63544, HID_BASICIDE_MANAGE_LANGUAGE,63571, HID_BASICIDE_MODULES_TREE,63547, HID_BASICIDE_MODULWINDOW,63561, diff --git a/source/text/sbasic/shared/01/06130000.xhp b/source/text/sbasic/shared/01/06130000.xhp index 8afbd7c069..2477cda49a 100644 --- a/source/text/sbasic/shared/01/06130000.xhp +++ b/source/text/sbasic/shared/01/06130000.xhp @@ -49,21 +49,21 @@ Opens the Macro dialog, where you can create, edit, organize, and run $[officename] Basic macros. Macro name -Displays the name of the selected macro. To create or to change the name of a macro, enter a name here. +Displays the name of the selected macro. To create or to change the name of a macro, enter a name here. Macro from / Save macro in -Lists the libraries and the modules where you can open or save your macros. To save a macro with a particular document, open the document, and then open this dialog. +Lists the libraries and the modules where you can open or save your macros. To save a macro with a particular document, open the document, and then open this dialog. Run / Save -Runs or saves the current macro. +Runs or saves the current macro. Assign -Opens the Customize dialog, where you can assign the selected macro to a menu command, a toolbar, or an event. +Opens the Customize dialog, where you can assign the selected macro to a menu command, a toolbar, or an event. Edit Starts the $[officename] Basic editor and opens the selected macro for editing. New/Delete -Creates a new macro, or deletes the selected macro. +Creates a new macro, or deletes the selected macro. To create a new macro, select the "Standard" module in the Macro from list, and then click New. To delete a macro, select it, and then click Delete. Organizer -Opens the Macro Organizer dialog, where you can add, edit, or delete existing macro modules, dialogs, and libraries. +Opens the Macro Organizer dialog, where you can add, edit, or delete existing macro modules, dialogs, and libraries. Module/Dialog Lists the existing macros and dialogs. You can drag-and-drop a module or a dialog between libraries. diff --git a/source/text/shared/01/06130000.xhp b/source/text/shared/01/06130000.xhp index ed2efa8cc6..e6a3386028 100644 --- a/source/text/shared/01/06130000.xhp +++ b/source/text/shared/01/06130000.xhp @@ -39,7 +39,7 @@ - + Macro Opens a dialog to organize macros. UFI: it is not the dialog to run a macro @@ -47,41 +47,41 @@ - + Macro name -Displays the name of the selected macro. To create or to change the name of a macro, enter a name here. - +Displays the name of the selected macro. To create or to change the name of a macro, enter a name here. + Lists the macros that are contained in the module selected in the Macro from list. UFI: Important: do not add Help IDS for SELECTOR_COMMANDS and SELECTOR_CATEGORIES, because they are reused for Customize dialog and will lead to display errors there if assigned. See #i51556# - + Macro from / Save macro in -Lists the libraries and the modules where you can open or save your macros. To save a macro with a particular document, open the document, and then open this dialog. - +Lists the libraries and the modules where you can open or save your macros. To save a macro with a particular document, open the document, and then open this dialog. + Run / Saveunfortunately both have the same Help ID -Runs or saves the current macro. - +Runs or saves the current macro. + Assign -Opens the Customize dialog, where you can assign the selected macro to a menu command, a toolbar, or an event. - +Opens the Customize dialog, where you can assign the selected macro to a menu command, a toolbar, or an event. + Edit -Starts the $[officename] Basic editor and opens the selected macro or dialog for editing. - +Starts the $[officename] Basic editor and opens the selected macro or dialog for editing. + New / Delete -Creates a new macro, or deletes the selected macro. +Creates a new macro, or deletes the selected macro. To create a new macro, select the "Standard" module in the Macro from list, and then click New. To delete a macro, select it, and then click Delete. - + New Library -Saves the recorded macro in a new library. - +Saves the recorded macro in a new library. + New Module -Saves the recorded macro in a new module. - +Saves the recorded macro in a new module. + Organizer -Opens the Macro Organizer dialog, where you can add, edit, or delete existing macro modules, dialogs, and libraries. +Opens the Macro Organizer dialog, where you can add, edit, or delete existing macro modules, dialogs, and libraries. Module/Dialog tab page -Lets you manage modules or dialog boxes. +Lets you manage modules or dialog boxes. Module/Dialog Lists the existing macros and dialogs. -- cgit