From 027d282ebbf0cd889772eb646b756f7ee374105b Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 25 May 2023 13:15:10 -0300 Subject: Refactor - no contents changed. Change-Id: Ic8492fff71c310a2dc054683ea16338254500afe Reviewed-on: https://gerrit.libreoffice.org/c/help/+/152284 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/shared/01/06140500.xhp | 52 +++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/source/text/shared/01/06140500.xhp b/source/text/shared/01/06140500.xhp index e8b824aa00..c5fd4deb87 100644 --- a/source/text/shared/01/06140500.xhp +++ b/source/text/shared/01/06140500.xhp @@ -19,23 +19,23 @@ - Events + Events /text/shared/01/06140500.xhp
- customizing; events + customizing; events events; customizing - - - - - - + + + + + +

Events

- Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs. + Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.
@@ -43,29 +43,29 @@
- The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet. + The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet. -

Save In

-Select first where to save the event binding, in the current document or in %PRODUCTNAME. -A macro that is saved with a document can only be run when that document is opened. - - - -The big list box lists the events and the assigned macros. After you selected the location in the Save In list box, select an event in the big list box. Then click Assign Macro. - - +

Save In

+Select first where to save the event binding, in the current document or in %PRODUCTNAME. +A macro that is saved with a document can only be run when that document is opened. + + + +The big list box lists the events and the assigned macros. After you selected the location in the Save In list box, select an event in the big list box. Then click Assign Macro. + +

Assign Macro

-Opens the Macro Selector to assign a macro to the selected event. +Opens the Macro Selector to assign a macro to the selected event.

Assign Component...

-Opens the Assign Component dialog to set a custom UNO command for the selected event. -Component assignment is proposed for controls in the Dialog Editor. - - +Opens the Assign Component dialog to set a custom UNO command for the selected event. +Component assignment is proposed for controls in the Dialog Editor. + +

Remove Macro

-Deletes the macro or component assignment for the selected event. +Deletes the macro or component assignment for the selected event.
-List of events +List of events Creating a Dialog Handler
-- cgit