Document Event-Driven Macros

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.

Notikums

Piesaistītais makro ir izpildīts...

routine

Start Application

...after a LibreOffice application is started.

OnStartApp

Close Application

...pirms LibreOffice lietotne ir pārtraukta.

OnCloseApp

Document created

...New document created with File - New or with the New icon. Note that this event also fires when Basic IDE opens.

OnCreate

New Document

...pēc tam, kad jauns dokuments ir izveidots ar Datne - Jauns vai ar Jauns ikonu.

OnNew

Document loading finished

...before a document is opened with File - Open or with the Open icon.

OnLoadFinished

Atvērt dokumentu

...pēc tam, kad dokuments ir atvērts ar Datne - Atvērt vai ar Atvērt ikonu.

OnLoad

Document is going to be closed

...pirms dokuments ir aizvērts.

OnPrepareUnload

Dokuments aizvērts

...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

View created

Document is displayed. Note that this event also happens when a document is duplicated.

OnViewCreated

View is going to be closed

Document layout is getting removed.

OnPrepareViewClosing

View closed

Document layout is cleared prior to the document closure.

OnViewClosed

Aktivizēt dokumentu

...after a document is brought to the foreground.

OnFocus

Deaktivizēt dokumentu

...after another document is brought to the foreground.

OnUnfocus

Saglabāt dokumentu

...before a document is saved with File - Save or the Save icon, provided that a document name has already been specified.

OnSaveAs

Dokuments ir saglabāts

...after a document is saved with File - Save or the Save icon, provided that a document name has already been specified.

OnSaveDone

Saving of document failed

Document could not be saved.

OnSaveFailed

Saglabāt dokumentu kā

...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

Dokuments ir saglabāts kā

... 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

Storing or exporting copy of document

...before a document is saved with File - Save a Copy, File - Export, File - Export as PDF or the Save icons.

OnCopyTo

Document copy has been created

...after a document is saved with File - Save a Copy, File - Export, File - Export as PDF or the Save icons.

OnCopyToDone

Creating of document copy failed

Document could not be copied or exported.

OnCopyToFailed

Print document

...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' status was changed

Modified state of a document has changed.

OnModifyChanged

Document title changed

When the document title gets updated.

OnTitleChanged

Loaded a sub component

...after a database form has been opened.

OnSubComponentOpened

Closed a sub component

...after a database form has been closed.

OnSubComponentClosed

Printing of form letters started

...before printing form letters using File - Print or Tools - Mail Merge Wizard menus.

OnMailMerge

Printing of form letters finished

...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

Lappušu skaita izmaiņa

When the page count changes.

OnPageCountChanged


note

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.


tip

Writer documents are triggering those specific events: OnLayoutFinished, OnMailMerge, OnMailMergeFinished, OnFieldMerge, OnFieldMergeFinished and OnPageCountChanged.


Makro piesaistīšana notikumam

  1. Izvēlieties Rīki - Pielāgot un klikšķiniet cilni Notikumi.

  2. Select whether you want the assignment to be globally valid or just valid in the current document in the Save In listbox.

  3. Atlasiet notikumu no Notikumu saraksta.

  4. Klikšķiniet Makro un atlasiet makro, kuru piesaistīt atlasītajam notikumam.

  5. Klikšķiniet Labi, lai piesaistītu makro.

  6. Klikšķiniet Labi, lai aizvērtu dialogu.

Makro piesaistījuma notikumam noņemšana

  1. Izvēlieties Rīki - Pielāgot un klikšķiniet cilni Notikumi.

  2. 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.

  3. Select the event that contains the assignment to be removed from the Event list.

  4. Klikšķiniet Noņemt.

  5. Klikšķiniet Labi, lai aizvērtu dialogu.

In addition to assigning macros to events, one can monitor events triggered in LibreOffice documents.

Please support us!