LibreOffice 25.2 உதவி
This section describes how to assign scripts to application, document or form 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 document events and at what point an assigned macro is executed.
| நிகழ்வு | An assigned macro is executed... | routine | 
|---|---|---|
| பயன்பாட்டை துவக்கு | ...after a LibreOffice application is started. | OnStartApp | 
| பயன்பாட்டை மூடு | ஒரு LibreOffice க்கு முன்பு செயலி முடிகிறது. | OnCloseApp | 
| ஆவணத்தை உருவாக்கு | ...New document created with File - New or with the New icon. Note that this event also fires when Basic IDE opens. | OnCreate | 
| புதிய ஆவணம் | கோப்பு- புதிய அல்லது புதியபடவுரு இவற்றோடு ஒரு புதிய ஆவணம் உருவாக்கப்பட்ட பிறகு. | OnNew | 
| ஆவண ஏற்றம் முடிவுற்றது | ...before a document is opened with File - Open or with the Open icon. | OnLoadFinished | 
| ஆவணத்தைத் திற | ...after a document is opened with File - Open or with the Open icon. | OnLoad | 
| ஆவணத்தை மூடு | ...before a document is closed. | OnPrepareUnload | 
| ஆவணம் மூடப்பட்டது | ...after a document was closed. Note that the "Save Document" event may also occur when the document is saved before closing. | OnUnload | 
| -no UI- | OnLayoutFinished | |
| பார்வை உருவாக்கப்பட்டது | Document is displayed. Note that this event also happens when a document is duplicated. | OnViewCreated | 
| ஆவணத்தை மூடு | Document layout is getting removed. | OnPrepareViewClosing | 
| பார்வை மூடப்பட்டது | Document layout is cleared prior to the document closure. | OnViewClosed | 
| ஆவணத்தை செயல்படுத்து | ...after a document is brought to the foreground. | OnFocus | 
| ஆவணத்தைச் செயல்நீக்கு | ...after another document is brought to the foreground. | OnUnfocus | 
| ஆவணத்தை சேமி | ...before a document is saved with File - Save or the Save icon, provided that a document name has already been specified. | OnSaveAs | 
| ஆவணம் சேமிக்கப்பட்டது | ...after a document is saved with File - Save or the Save icon, provided that a document name has already been specified. | OnSaveDone | 
| ஆவண சேமிப்பு தோல்வியுற்றது | Document could not be saved. | OnSaveFailed | 
| ஆவணமாக சேமி | ...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). | OnSaveAs | 
| ஆவணம் இப்படி சேமிக்கப்பட்டது | ... 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). | OnSaveAsDone | 
| 'Save As' has failed | Document could not be saved. | OnSaveAsFailed | 
| -no UI- | When the document disk location has changed, for example after a File - Save As action. | OnStorageChanged | 
| ஆவணத்தின் படி ஏற்றுமதி அல்லது சேர்த்து வைக்கப்படுகிறது | ...before a document is saved with , , or the icons. | OnCopyTo | 
| ஆவணத்தின் படி உருவாக்கப்பட்டது | ...after a document is saved with , , or the icons. | OnCopyToDone | 
| ஆவணத்தின் படி உருவாக்கம் தோல்வியுற்றது | Document could not be copied or exported. | OnCopyToFailed | 
| ஆவணத்தை அச்சிடு | ...after the Print dialog is closed, but before the actual print process begins. This event occurs for each copy printed. | OnPrint | 
| -no UI- | ...after document security settings have changed. | OnModeChanged | 
| 'மாற்றியமைத்த' நிலை மாற்றப்பட்டது | Modified state of a document has changed. | OnModifyChanged | 
| ஆவணத் தலைப்பு மாற்றப்பட்டது | When the document title gets updated. | OnTitleChanged | 
| ஒரு துணை ஆக்ககூற்றை ஏற்றியது | ...after a database form has been opened. | OnSubComponentOpened | 
| ஒரு துணை ஆக்ககூற்றை மூடப்பட்டது | ...after a database form has been closed. | OnSubComponentClosed | 
| கடிதங்களிலிருந்து அச்சிடு | ...before printing form letters using File - Print or Tools - Mail Merge Wizard menus. | OnMailMerge | 
| கடிதங்களிலிருந்து அச்சிடு | ...after printing of form letters using File - Print or Tools - Mail Merge Wizard menus. | OnMailMergeFinished | 
| Printing of form fields started | ...before printing form fields. | OnFieldMerge | 
| Printing of form fields finished | ...after printing form fields. | OnFieldMergeFinished | 
| Change of the page count | When the page count changes. | OnPageCountChanged | 
Most events relate to documents, except OnStartApp, OnCloseApp, OnCreate and OnLoadFinished that occur at application level. OnSubComponentOpened, and OnSubComponentClosed events are fired by database's forms.
Writer documents are triggering those specific events: OnLayoutFinished, OnMailMerge, OnMailMergeFinished, OnFieldMerge, OnFieldMergeFinished and OnPageCountChanged.
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 OK to close the dialog.