LibreOffice 7.0.1.2 Macro Guide
LibreOffice 7.0.1.2 Macro Guide I’m using LibreOffice 7.0.1.2. I want to start learning about macros. Can anyone point me to a good guide online that is up to date that will start me down this path?
Read Full Post | Make a Comment ( Comments Off on LibreOffice 7.0.1.2 Macro Guide )First try writing a macro, can you see where I’ve gone wrong with this?
First try writing a macro, can you see where I’ve gone wrong with this? A prime example of “You can’t just make shit up and expect the computer to know what you mean, retardo!”, but does contain at least one useful answer. Also from reddit Differences between Libreoffice and Openoffice macro coding in 2020
Read Full Post | Make a Comment ( Comments Off on First try writing a macro, can you see where I’ve gone wrong with this? )LibreOffice has a new Macro Team
LibreOffice has a new Macro Team Power users often implement macros in their documents, and LibreOffice’s volunteer contributors are typically power users, so it makes sense to ensure the tools they need are in excellent shape. We are excited to announce the creation of a dedicated team for macro improvements in the LibreOffice contributor community. […]
Read Full Post | Make a Comment ( Comments Off on LibreOffice has a new Macro Team )Scripting LibreOffice with Python
Scripting LibreOffice with Python This tutorial was originally written by Jannie Theunissen on onesheep.org. However, the website has been down for a while and this a clone from the web.archive.org backup. via r/libreoffice [reddit]
Read Full Post | Make a Comment ( Comments Off on Scripting LibreOffice with Python )Collection of Python examples to extend LibreOffice
Collection of Python examples to extend LibreOffice Discussed* on /r/libreoffice [reddit] * Perhaps!
Read Full Post | Make a Comment ( Comments Off on Collection of Python examples to extend LibreOffice )How to start writing macros in LibreOffice Basic
How to start writing macros in LibreOffice Basic This article is devoted to the types of data used in LibreOffice Basic, and to a greater extent, descriptions of variables and the rules for using them. I will try to provide enough information for advanced as well as novice users. Also contains a bunch of related […]
Read Full Post | Make a Comment ( Comments Off on How to start writing macros in LibreOffice Basic )Making Macro Programming a Breeze: The BASIC & API Reference Cards
Making Macro Programming a Breeze: The BASIC & API Reference Cards One of the recurring issue when using LibreOffice as a replacement of other office applications is the migration of macros to the LibreOffice BASIC dialect and objects. While the LibreOffice BASIC programming language is almost standard, the objects inside a document have different names, […]
Read Full Post | Make a Comment ( Comments Off on Making Macro Programming a Breeze: The BASIC & API Reference Cards )