Good evening,
I'm writing a base application with LibreOffice Version: 5.2.7.2 and Java 1.8.0_144 and Linux Debian Stretch.
I writed a macro to catch DocumentLoaded event. I understand this event will be trhown only one time, after document finished to load... But it looks like this event is never throw, because my macro is never called.
I succeded to catch DocumentActivated event, but it's throw multi times by session. My goal is to use DocumentLoaded event to manage singletons instances. If I can't catch this event, do you know an other way to manage singletons with basic base application ?
Thank you for your help.
Patrick