I have an application where I need every slideshow that is run to execute a specific macro that monitors the notes of each slides and makes a network request in certain conditions. With PowerPoint this was easy: I create a macro with code to execute on every slide page change, then saved it as an addon and it ran on every slideshow that was run on that machine. I am trying to achieve the same functionality with Impress.
The code to execute commands on a slide transition is easy, I have that. How can I make this global so that this code is executed on every presentation, not just one? I assume this will involve a global macro that attaches a sub-macro to each presentation when started, or is there an easier way? In either case, how would I approach this?