Event-Driven Macros
This section describes how to assign Basic programs to program events.
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. |
|
Document is closing |
... दस्तावेज़ बन्द करने से पहले. |
|
Document closed |
...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. |
|
जावा-स्क्रिप्ट रन-टाइम त्रुटि |
...when a JavaScript run-time error occurs. |
|
डाक मिलान छापें |
...after the Print dialog is closed, but before the actual print process begins. This event occurs for each copy printed. |
|
पृष्ठ गणना बदलना |
...when the page count changes. |
|
संदेश मिला |
...if a message was received. |
किसी घटना पर मॅक्रो आबंटित करना
-
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 in the Save In listbox.
-
Select the event from the Event list.
-
Click Macro and select the macro to be assigned to the selected event.
-
Click OK to assign the macro.
-
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 option in the Save In listbox.
-
Select the event that contains the assignment to be removed from the Event list.
-
Click Remove.
-
Click OK to close the dialog.