[dev] fosdem 2008 wiki

2008-01-22 Thread Louis Suarez-Potts
Hi all, Jesús Corrius created a wiki for our fosdem 2008 presence: http://wiki.services.openoffice.org/wiki/Marketing/FOSDEM_2008 I just put a link to it on the homepage but please inform your communities of its existence--and that we really want the Community to consider presenting at this

Re: [dev] Issue 33851

2008-01-22 Thread Jim Watson
Kirill Palagin wrote: Kohei Yoshida пишет: It would be much quicker to just implement the way Excel does, put it in to the release, then decide which part of it we want to implement differently after the fact, not before. Given the circumstance that seems like a much more sensible approach. Tot

Re: [dev] Issue 33851

2008-01-22 Thread Cor Nouws
Hi Kohei, Kohei Yoshida wrote (21-1-2008 21:31) [...] It would be much quicker to just implement the way Excel does, put it in to the release, then decide which part of it we want to implement differently after the fact, not before. Given the circumstance that seems like a much more sensible a

Re: [dev] Building OOH680_m4 from scratch breaks in connectivity

2008-01-22 Thread Caolan McNamara
On Tue, 2008-01-22 at 19:47 +0100, Giuseppe Castagno wrote: > Hi all, > > On Debian lenny I'm trying to build tag OOH680_m4 from scratch and while > building module connectivity I got the following errors: > > ... > /home/beppe/ooo-b/ooh680-m4-std/build/current/connectivity/source/drivers/evoab2

Re: [dev] Issue 33851

2008-01-22 Thread Kirill Palagin
Kohei Yoshida пишет: It would be much quicker to just implement the way Excel does, put it in to the release, then decide which part of it we want to implement differently after the fact, not before. Given the circumstance that seems like a much more sensible approach. Totally agree with you, bu

Re: [dev] Building OOH680_m4 from scratch breaks in connectivity

2008-01-22 Thread KAMI
Giuseppe Castagno írta: Hi all, On Debian lenny I'm trying to build tag OOH680_m4 from scratch and while building module connectivity I got the following errors: ... /home/beppe/ooo-b/ooh680-m4-std/build/current/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx: In constructor 'conne

[dev] Building OOH680_m4 from scratch breaks in connectivity

2008-01-22 Thread Giuseppe Castagno
Hi all, On Debian lenny I'm trying to build tag OOH680_m4 from scratch and while building module connectivity I got the following errors: ... /home/beppe/ooo-b/ooh680-m4-std/build/current/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx: In constructor 'connectivity::evoab::OEvoabDat

[dev] how to open the odp file and play it?

2008-01-22 Thread Azreal Yang
hi! i'am study the OOo680 source code,i looking for where the "open odp file" function code, and how to play it. i look the SdDrawDocument class, but i serach all the source code, i don't know how to generate a SdDrawDocument. and play the slideshow, i found the SlideShowImpl class in ROOT/slidesh

[dev] Re: How do I use the API to insert fields and change font size in a spreadsheet footer

2008-01-22 Thread Dave Cawley
Thanks for the example which led me to the solution. The key is to use exactly the right name. In the call to oDoc.createInstance I was using "com.sun.star.text.textfield.PageNumber" when I should have used "com.sun.star.text.TextField.PageNumber". I was misled by the Developers Guide sec 8.3.5