Skip to content Skip to sidebar Skip to footer
Showing posts with the label Macros

How To Call An Existing Libreoffice Python Macro From A Python Script

Currently I call an existing existing LibreOffice macro with this: def OnLOtimestamp(self): … Read more How To Call An Existing Libreoffice Python Macro From A Python Script

Insert Several Images At Once Using Macro Scripting In Libreoffice

I am writing a macro for LibreOffice Writer in Python. I need to insert several images in one docum… Read more Insert Several Images At Once Using Macro Scripting In Libreoffice