[dev] Document filter problem

2008-12-01 Thread Pavel Lastovicka
Hello, I need to add MS Office 2007 export capability to oo.o. oo.o includes import only filters for these formats. I tried to add another, export-only filter for e.g. type writer_MS_Word_2007. But openoffice seems to ignore it (does not list it as an available type in save as dialog) unless

Re: [dev] getTextFields() - where to get additional infos

2008-12-01 Thread rony
Hi Marten, just guessing. Marten Feldtmann wrote: How can this code run: ((mxDocument as XTextFieldsSupplier).getTextFields() as XRefreshable).refresh(); getTextFields() (by interface XTextFieldsSupplier) delivers com.sun.star.container.XEnumerationAccess and this interface does not

[dev] In what programming language is Open Office written....

2008-12-01 Thread Tony Glans
Hi 2008-12-01 I would like to know in what programming language(s) Open Office is written. Why doesn't it show anywhere on techspec at www.openoffice.org http://www.openoffice.org/ ? - PLS - let this info be visible on the

Re: [dev] Internationalisation of gallery theme name

2008-12-01 Thread KAMI
Hi! Francis Giraldeau írta: Hi, Thanks for the follow-up. I would suggest that as a new feature. Help is translated, formulas are, but custom gallery name aren't, and they should. You are right. The use case is to ship gallery packages. If we want to get translated theme names, then we

Re: [dev] Hey

2008-12-01 Thread KAMI
Ramanujan Iyengar írta: Hey OpenOffice.org Team, I am a grad student at Northeastern University and am interested in contributing to openoffice.org in the capacity of a programmer / in the arts field too. Can you please help me get started? Regards, Ramanujan Iyengar. Hey, if you want I

Re: [dev] getTextFields() - where to get additional infos

2008-12-01 Thread Marten Feldtmann
Yes, these are hints, but you do not get this information from the IDL reference and it seems to be impossible to get this information via reflection. I created now around 3000 classes from doing reflection of the whole system and can't get this information. Marten rony schrieb: Hi Marten,

Re: [dev] In what programming language is Open Office written....

2008-12-01 Thread Andrew Douglas Pitonyak
Primarily in C++. Tony Glans wrote: Hi 2008-12-01 I would like to know in what programming language(s) Open Office is written. Why doesn't it show anywhere on techspec at www.openoffice.org http://www.openoffice.org/ ?