Hi,

On 30 April 2013 17:16, Jorge Luis Roque Alvarez <jlalva...@uci.cu> wrote:
> Iam new in LO Development, i wrote an small wizard in java .... i notice that 
> the defaults wizards are been migrated to python but i still want to include 
> it in my local LO since it will of great help for me.

If it could be useful for others too, I think you can include it in
Libreoffice if you want, even if it's written in java.

> Can anyone give some advised or a quick tutorial of the steps i should follow 
> to include my wizard in my currently installed LO or in my local LO 
> source(clone from here 
> http://anongit.freedesktop.org/git/libreoffice/core.git) to be build later.

Hm, how do you run the wizard currently?
I am not an expert at all, but probably you want to add something into
officecfg/registry/data/org/openoffice/Office/Common.xcu
Check <node oor:name="Wizard">

Then create component file similar to
wizards/com/sun/star/wizards/web/web.component
add it to postprocess/Rdb_services.mk
and implement class similar to
wizards/com/sun/star/wizards/web/CallWizard.java I think?

Does this help ?
Or maybe someone else could step in.

Best,

Matus
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to