[Solved] LibreOffice Draw C++ extension development

Java, C++, C#, Delphi... - Using the UNO bridges
Locked
kostiya
Posts: 1
Joined: Wed Feb 19, 2025 6:50 pm

[Solved] LibreOffice Draw C++ extension development

Post by kostiya »

Hello!
I`m currently developing an LO Draw Extension. I have read the documentation, but I still don`t get this one thing:
If I want to have an uno component, service, which should know when the extension is loaded and unloaded (to show a pop-up message for example), how I can do that? I cannot find some events to be used in Jobs.xcu or specifications for my meta components definition. I want to have some kind of a singleton, which should know when extension is being loaded and when is about to unload.

If you a tech guys, could you give me some clues where to search and what to use? It that even possible?
And if you are not, could you tell me where I can find these tech guys? Maybe there is some kind of an active developers forum?

Anyway, thanks for any help!
Have a nice day ;)
Last edited by MrProgrammer on Tue Apr 01, 2025 3:25 pm, edited 1 time in total.
Reason: Tagged ✓ [Solved] Provided link to developer forum
OpenOffice 3.1, Ubuntu
User avatar
LastUnicorn
Posts: 767
Joined: Sat Mar 29, 2008 2:41 am
Location: Scotland

Re: LibreOffice Draw C++ Extension Development

Post by LastUnicorn »

LibreOffice 25.2.3.2 (x64) installed to Windows 11 Pro. 24H2
Apache OpenOffice Portable 4.1.15 [Portable Apps]
For Java I use Adoptium Temurin JRE LTS Releases.
Locked