Skip to content

Offering additional code.

Sorry for being late here. I just noticed that this resource exists. Not sure if this is even the right way to offer more open source code for LibreOffice Basic. However, it can be found over there: https://sourceforge.net/projects/open-libreoffice-basic-macros/ Maybe you want to take advantage of some of the code for this project.

For clarification:

  • This is not meant to promote my own code. Just close this "issue" out if you think so.
  • I'm not interested in getting referenced as author of the code. I'm willing to change the licence from MIT to Public Domain if you like, and am happy if you consider (parts of) the code helpful for the community.
  • I'm not interested in contributing to ScriptForge directly. You are more familiar with your coding conventions. Feel free to copy/paste, modify, adapt, ... the whole code or parts of it as you like. I'm not even a frequent user of LibreOffice. The code I wrote is the result of a private conversation with a longtime LibreOffice user.

Example of what you might be interested in. It's a performance test of sort algorithms (first screenshot is my implementation of a Merge Sort, refer to the titles of the MsgBoxes). comparison

Steffen