LibreOffice 25.2 Help
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.
| Udalosť | Priradené makro je spustené... | routine | 
|---|---|---|
| Spustiť aplikáciu | ...after a LibreOffice application is started. | OnStartApp | 
| Zatvoriť aplikáciu | ...pred ukončením aplikácie LibreOffice. | OnCloseApp | 
| Dokument bol vytvorený | ...New document created with File - New or with the New icon. Note that this event also fires when Basic IDE opens. | OnCreate | 
| Textový dokument | ...po vytvorení dokumentu pomocou Súbor - Nový alebo ikony Nový. | OnNew | 
| Načítanie dokumentu bolo ukončené | ...before a document is opened with File - Open or with the Open icon. | OnLoadFinished | 
| Otvoriť dokument | ...po otvorení dokumentu pomocou Súbor - Otvoriť alebo ikony Otvoriť. | OnLoad | 
| Dokument bude zatvorený | ...pred zatvorením dokumentu. | OnPrepareUnload | 
| Dokument bol zatvorený | ...po zatvorení dokumentu. Poznámka: taktiež môže nastať udalosť "Uložiť dokument", ak sa dokument uloží pred zatvorením. | OnUnload | 
| -no UI- | OnLayoutFinished | |
| Pohľad bol vytvorený | Document is displayed. Note that this event also happens when a document is duplicated. | OnViewCreated | 
| Pohľad bude zatvorený | Document layout is getting removed. | OnPrepareViewClosing | 
| Pohľad bol zatvorený | Document layout is cleared prior to the document closure. | OnViewClosed | 
| Aktivovať dokument | ...po prenesení dokumentu na popredie. | OnFocus | 
| Dezaktivovať dokument | ...po prenesení iného dokumentu na popredie. | OnUnfocus | 
| Uložiť dokument | ...pred uložením dokumentu pomocou Súbor - Uložiť alebo ikony Uložiť, ak už bol určený názov dokumentu. | OnSaveAs | 
| Dokument bol uložený | ...po uložení dokumentu pomocou Súbor - Uložiť alebo ikony Uložiť, ak už bol určený názov dokumentu. | OnSaveDone | 
| Ukladanie dokumentu zlyhalo | Document could not be saved. | OnSaveFailed | 
| Uložiť dokument ako | ...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 | 
| Dokument bol uložený ako | ... 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 | 
| Ukladanie alebo exportovanie kópie dokumentu | ...before a document is saved with , , or the icons. | OnCopyTo | 
| Bola vytvorená kópia dokumentu | ...after a document is saved with , , or the icons. | OnCopyToDone | 
| Vytváranie kópie dokumentu zlyhalo | Document could not be copied or exported. | OnCopyToFailed | 
| Tlač dokumentu | ...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 bol zmenený | Modified state of a document has changed. | OnModifyChanged | 
| Názov dokumentu bol zmenený | When the document title gets updated. | OnTitleChanged | 
| Sub-komponent bol načítaný | ...after a database form has been opened. | OnSubComponentOpened | 
| Subkomponent bol zatvorený | ...after a database form has been closed. | OnSubComponentClosed | 
| Tlač formulárových listov | ...before printing form letters using File - Print or Tools - Mail Merge Wizard menus. | OnMailMerge | 
| Tlač formulárových listov dokončená | ...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 | 
| Zmena počtu strán | 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.
Vyberte Nástroje - Prispôsobiť a kliknite na záložku Udalosti.
Vo výbere Uložiť do vyberte, či chcete, aby priradenie platilo globálne alebo iba pre aktuálny dokument.
Vyberte udalosť zo zoznamu Udalosti.
Kliknite na Makro a vyberte makro, ktoré chcete priradiť ku vybranej udalosti.
Kliknite na OK pre priradenie makra.
Kliknutím na OK zatvoríte dialógové okno.
Vyberte Nástroje - Prispôsobiť a kliknite na záložku Udalosti.
Vo výbere Uložiť v vyberte, či chcete priradenie odstrániť globálne alebo iba pre aktuálny dokument.
Zo zoznamu Udalosti vyberte udalosť, ktorá obsahuje dané priradenie.
Kliknite na Odstrániť.
Kliknutím na OK zatvoríte dialógové okno.