Re: [Libreoffice] Announcement: StarOffice file-format not available any more for saving

2011-03-25 Thread Michael Meeks
Hi Pierre, On Wed, 2011-02-16 at 22:39 +0100, Pierre-André Jacquod wrote: > after quite a long time, I have done a push again concerning this topic. > Sorry, I was very busy at work and had barely the time to go ahead. Nice ! :-) if this is right: git diff --numstat LIBREOFFICE_3_3_FREEZ

Re: [Libreoffice] Announcement: StarOffice file-format not available any more for saving

2011-03-25 Thread Pierre-André Jacquod
Hello, On 03/25/2011 10:12 PM, Caolán McNamara wrote: On Fri, 2011-03-25 at 22:09 +0100, Pierre-André Jacquod wrote: something... Hopefully my tests are good And make check was successful,.. at last :- ) in case you're relying on it as some oracle :-) No, the other way around: I run ma

Re: [Libreoffice] Announcement: StarOffice file-format not available any more for saving

2011-03-25 Thread Caolán McNamara
On Fri, 2011-03-25 at 22:09 +0100, Pierre-André Jacquod wrote: > something... Hopefully my tests are good And make check was > successful,.. at last :- ) FWIW make check doesn't do a *huge* amount, its a smoketest to ensure that basic functionality isn't broken. So for the binfilter side of

Re: [Libreoffice] Announcement: StarOffice file-format not available any more for saving

2011-03-25 Thread Pierre-André Jacquod
Hello, after working, hibernating, rebasing after changes,... and changing my way of doing this, I push again some deletions. I have done some deletions of functions that are not used any more within the binfilter and replaced theyre return value. All the code is not yet cleaned. I have don

Re: [Libreoffice] Announcement: StarOffice file-format not available any more for saving

2011-02-16 Thread Pierre-André Jacquod
Hello, after quite a long time, I have done a push again concerning this topic. Sorry, I was very busy at work and had barely the time to go ahead. Here is the following work in cleaning within binfilter/bf_sw the code allowing to write in StarWriter format. Without touching dependencies outside

Re: [Libreoffice] Announcement: StarOffice file-format not available any more for saving

2011-01-25 Thread Caolán McNamara
On Tue, 2011-01-25 at 08:18 +0100, Pierre-André Jacquod wrote: > Hello, > > On 01/24/2011 03:43 PM, Caolán McNamara wrote: > > > > You also needed to adjust the smoketest "make check" because that has a > > save as staroffice binary file format test in it. I noticed this failed > > this morning a

Re: [Libreoffice] Announcement: StarOffice file-format not available any more for saving

2011-01-24 Thread Pierre-André Jacquod
Hello, > Wonderful :-) do you want help with this ? we could add an easy hack, > and ask people to contact you, for impress / calc etc. > Thanks for this point. I will think if this is easily feasible. But I am still myself on the (intensive) learning part, so I currently do not feel me yet

Re: [Libreoffice] Announcement: StarOffice file-format not available any more for saving

2011-01-24 Thread Pierre-André Jacquod
Hello, On 01/24/2011 03:43 PM, Caolán McNamara wrote: > > You also needed to adjust the smoketest "make check" because that has a > save as staroffice binary file format test in it. I noticed this failed > this morning and bodged it up to work again. Oops, sorry, I was not aware of it. Could you

Re: [Libreoffice] Announcement: StarOffice file-format not available any more for saving

2011-01-24 Thread Caolán McNamara
On Mon, 2011-01-24 at 07:26 +0100, Pierre-André Jacquod wrote: > Hello, > from now I have started to delete within binfilter the code allowing to > *save* using the StarOffice file format. The import (read) is > still possible and will remain. Bye bye saving sdw, sxw > > This will of course n

Re: [Libreoffice] Announcement: StarOffice file-format not available any more for saving

2011-01-24 Thread Michael Meeks
Hi Pierre, On Mon, 2011-01-24 at 07:26 +0100, Pierre-André Jacquod wrote: > from now I have started to delete within binfilter the code allowing to > *save* using the StarOffice file format. The import (read) is > still possible and will remain. Bye bye saving sdw, sxw Wonderful :-)

[Libreoffice] Announcement: StarOffice file-format not available any more for saving

2011-01-23 Thread Pierre-André Jacquod
Hello, from now I have started to delete within binfilter the code allowing to *save* using the StarOffice file format. The import (read) is still possible and will remain. Bye bye saving sdw, sxw This will of course not happens in one go... With this push, I have done the following changes: