Event-Driven Macros
Овој дел ти опишува како да додели основни програми до програмски настан.
You can automatically execute a macro when a specified software event occurs by assigning the desired macro to the event. The following table provides an overview of program events and at what point an assigned macro is executed.
|
Настан |
Назначениот макро е извршен... |
|
Пушти програма |
... по LibreOffice апликацијата е пуштена. |
|
Крај на програмата |
...пред LibreOffice апликацијата е завршена. |
|
Креирај документ |
...after a new document is created with File - New or with the New icon. |
|
Отвори документ |
...after a document is opened with File - Open or with the Open icon. |
|
Зачувај документ како |
...before a document is saved under a specified name (with File - Save As, or with File - Save or the Save icon, if a document name has not yet been specified). |
|
Документот беше зачуван како |
... after a document was saved under a specified name (with File - Save As, or with File - Save or with the Save icon, if a document name has not yet been specified). |
|
Зачувај документ |
...before a document is saved with File - Save or the Save icon, provided that a document name has already been specified. |
|
Документот беше зачуван |
...after a document is saved with File - Save or the Save icon, provided that a document name has already been specified. |
|
Затвори документ |
...пред документот да се затвори. |
|
Документот се затвара |
...after a document was closed. Note that the "Save Document" event may also occur when the document is saved before closing. |
|
Активирај документ |
...откако документот е донесен во преден план. |
|
Деактивирај документ |
...откако друг документ е донесен во преден план. |
|
Печати документ |
...after the Print dialog is closed, but before the actual print process begins. |
|
JavaScript run-time error |
...when a JavaScript run-time error occurs. |
|
Print Mail Merge |
...after the Print dialog is closed, but before the actual print process begins. This event occurs for each copy printed. |
|
Промени го бројачот на страници |
...кога бројачот на страници е сменет. |
|
Примена порака |
...ако пораката била примена. |
Доделува макро за настан
-
Choose Tools - Customize and click the Events tab.
-
Select whether you want the assignment to be globally valid or just valid in the current document by selecting the LibreOffice or Document option.
-
Select the event from the Event list.
-
Select the module containing the macro to be assigned to the selected event from the Macros list. The list contains a hierarchical list of modules, libraries, files, and templates.
-
Click Assign.
-
Click OK to close the dialog.
Ја отстранува задачата од макро до настан
-
Choose Tools - Customize and click the Events tab.
-
Select whether you want to remove a global assignment or an assignment that is just valid in the current document by selecting the LibreOffice or Document option.
-
Select the event that contains the assignment to be removed from the Event list.
-
Click Remove.
-
Click OK to close the dialog.