Axuda do 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.
| Evento | Execútase unha macro atribuída... | routine | 
|---|---|---|
| Iniciar aplicación | ...after a LibreOffice application is started. | OnStartApp | 
| Pechar aplicación | ...antes de terminar un aplicativo de LibreOffice. | OnCloseApp | 
| Documento creado | ...New document created with File - New or with the New icon. Note that this event also fires when Basic IDE opens. | OnCreate | 
| Novo documento | ...despois de crear un novo documento con Ficheiro - Novo ou coa icona Novo. | OnNew | 
| Rematou a carga do documento | ...before a document is opened with File - Open or with the Open icon. | OnLoadFinished | 
| Abrir documento | ...after a document is opened with File - Open or with the Open icon. | OnLoad | 
| O documento vaise pechar | ...antes de pechar un documento. | OnPrepareUnload | 
| Documento pechado | ...despois de pechar un documento. Teña en conta que o evento «Gardar documento» tamén pode aparecer ao gardar o documento antes de pechalo. | OnUnload | 
| -no UI- | OnLayoutFinished | |
| Vista creada | Document is displayed. Note that this event also happens when a document is duplicated. | OnViewCreated | 
| A vista vaise pechar | Document layout is getting removed. | OnPrepareViewClosing | 
| Vista pechada | Document layout is cleared prior to the document closure. | OnViewClosed | 
| Activar documento | ...despois de traer un documento ao primeiro plano. | OnFocus | 
| Desactivar documento | ...despois de traer outro documento ao primeiro plano. | OnUnfocus | 
| Gardar documento | ...before a document is saved with File - Save or the Save icon, provided that a document name has already been specified. | OnSaveAs | 
| Gardouse o documento | ...after a document is saved with File - Save or the Save icon, provided that a document name has already been specified. | OnSaveDone | 
| Fallou o gardado do modelo | Document could not be saved. | OnSaveFailed | 
| Gardar documento como | ...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 | 
| Gardouse o documento como | ... 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 | 
| Gardando ou exportando unha copia do documento | ...before a document is saved with , , or the icons. | OnCopyTo | 
| Creouse unha copia do documento | ...after a document is saved with , , or the icons. | OnCopyToDone | 
| Fallou a creación da copia do documento | Document could not be copied or exported. | OnCopyToFailed | 
| Imprimir documento | ...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 | 
| O estado «Modificado» foi alterado | Modified state of a document has changed. | OnModifyChanged | 
| Cambiou o título do documento | When the document title gets updated. | OnTitleChanged | 
| Cargado un subcompoñente | ...after a database form has been opened. | OnSubComponentOpened | 
| Pechado un subcompoñente | ...after a database form has been closed. | OnSubComponentClosed | 
| Comezou a impresión de cartas modelo | ...before printing form letters using File - Print or Tools - Mail Merge Wizard menus. | OnMailMerge | 
| Rematou a impresión de cartas modelo | ...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 | 
| Cambio de conta de páxinas | 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.
Prema en Aceptarpara asignar a macro.
Prema en Pechar para pechar a caixa de diálogo.
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.
Prema en Eliminar.
Prema en Pechar para pechar a caixa de diálogo.