Re: [dev] Interested in programming for Open Office

2008-08-18 Thread Pablo Dejuan Calzolari
Hello, The easiest start is probably to have a look at the http://wiki.services.openoffice .org/wiki/I_want_to_be_an_OpenOffice.org_developer wiki page. If you have more questions, we'll be happy to answer :-) - IRC will be the easiest way. Additionaly, you may search in this list, for instance: "

Re: [dev] How to catch OpenOffice event

2008-06-30 Thread Pablo Dejuan Calzolari
Hi, Your class has to implement the com.sun.star.document.XEventListener. Particularly, take a look at: notifyEvent(EventObject event){ if (event.EventName.equalsIgnoreCase("OnSave")) { doSth } } You may see additional information regarding Events in: http://doc.services.openoffice.org/wi

Re: [dev] Hi, I'd like to know how do i contibute openoffice.org

2008-06-17 Thread Pablo Dejuan Calzolari
Hello kyuNam, You may start looking at the main page of the wiki http://wiki.services.openoffice.org/wiki/Main_Page It has enough infomation to get you started. Probably you have already read this page(which says to email this list): http://wiki.services.openoffice.org/wiki/I_want_to_be_an_OpenOffi