I have a javacode through which I bootstrap ooimpress. I also have installed a UNO Component (Addon with ProtocolHandler).
I have 2 questions: 1. I need to package my java code (which bootstraps openoffice) as professional application in a sense that I have an icon on the Desktop/StartMenu through which that java code is executed and it opens up ooimpress. In a sense it gives a feel that my own application is using ooimpress within it. Currently I'm using the ant script to run my java code. 2. Is there a way that my UNO Component(Addon) is only activated/visible when I run ooimpress through my java code and not activated/visible when ooimpress is run normally without my java code ?
