Macros pour LibreOffice ''Writer''
< Macros
Outdated translations are marked like this.
TDF LibreOffice Document Liberation Project Blogs communautaires Weblate Nextcloud Redmine Ask LibreOffice Donner
The following macros can be used with LibreOffice Writer:
Write data
No. | Example | Basic | Python | JavaScript |
---|---|---|---|---|
001 | Insert a string in the cursor position | Go | Go | ToDo |
002 | Insert a image in current cursor position | Go | Go | ToDo |
Les macros listées sur cette page peuvent être exécutées dans Writer.
- Comment actualiser rapidement un style de caractères ?
- Comment insérer un commentaire par programme ?
- Comment repérer les tableaux fondés sur un lien DDE ?
- Comment gérer les bordures d'un tableau ?
- Comment trier un tableau ?
- Comment convertir un tableau en texte ?
- Récupérer la table de données d'un diagramme
- Supprimer les styles inutilisés
- Comment coller du texte non formaté venant du presse-papiers ?
- Comment copier sans utiliser le presse-papiers ?
- Comment connaître la date et l'heure de création ou de dernière modification d'un fichier ?
- Comment gérer l'export au format PDF Hybride ?
- Mise à jour automatique des index
- Comment rechercher du texte figurant entre des balises ?
LibreOffice Basic | Python | JavaScript |
---|---|---|
Macro for mail merging with a SQLdatabase | n/a | n/a |
Macro for inserting comments with preset settings | n/a | n/a |
Macro for pasting unformatted text, skipping line breaks and styles | n/a | n/a |
Macro for updating indices (like TOC) | n/a | |
Macro for identifying text between two boundary strings | n/a | n/a |
Table manipulation
LibreOffice Basic | Python | JavaScript |
---|---|---|
Comment gérer les bordures d'un tableau ? | n/a | |
Macro for sorting alphabetically table columns, ascending or descending | n/a | n/a |
Macro for conversion of text to table | n/a | n/a |
Macro for identifying DDE-linked tables | n/a | n/a |
Formulas
Macros for Math may be used as Writer documents may contain formulas.
LibreOffice Basic
Refer to LibreOffice Basic Help for using Basic as a macro language.
Python
Refer to Python Scripts Help for an introduction to Python as a macro language.
JavaScript
Refer to JavaScript macros - xlated from japanese - for an introduction to JavaScript as a macro language.