[dev] Multilanguage titles in impress templates

2007-06-04 Thread KAMI
Hello! I would like to know if there are any way to create multlanguage impress documentum title. We have colleted several templates as impress backgrounds, but they have to create on each language, because of title field. For example templates with Hungarian title looks not so good in

Re: [dev] Constructing identical zip file from .ods/.odt contents

2007-06-04 Thread Andy Pitonyak
Is it possible to construct a zip file from the extracted contents of an ods or odt file that is identical to the original ods/odt file? I would like to be able to do something like the following: $ unzip doc.odt -d doc $ cd doc $ zip [options] ../doc2.zip * $ diff ../doc.odt ../doc2.zip

[dev] Source Code help needed

2007-06-04 Thread Satyendra Mishra
I tried to submit this request at http://www.sun.com/software/star/openoffice/feedback/feedback.jsp but its not working.. I need access to C++ source code of Star office functionalities like Star office calc and Star office writer but i m not able to get any location from where to download

Re: [dev] Re: [qa-dev] Can we do more regression testing?

2007-06-04 Thread Thorsten Ziehm
Hi Mathias and Martin, most of you want to find regressions in less than an hour. These tooling doesn't exists for a complex program like OpenOffice.org. Christoph wrote that all API-tests will run more than 4 hours. And API testing is one of the quickest tests which exists. I want the same as

Re: [dev] Re: [qa-dev] Can we do more regression testing?

2007-06-04 Thread Thorsten Ziehm
Hi Eike, Eike Rathke wrote: Maybe that's part of how the problem was perceived: discussions _internal to Sun_. Or was Rene involved? Did he even know there was a discussion ongoing? - internal to Sun - I thought, that was the meaning of some mailings here in this threat. If I'm wrong, sorry.

Re: [dev] Can we do more regression testing?

2007-06-04 Thread Jörg Jahnke
Hi, thanks for the many replies so far. As far as I see it, there are three major concerns: - The regression tests might take too long to run, - the regression tests might be too cumbersome to execute, - the findings of the regression tests might not justify the efforts to run them.

Re: [dev] Re: [qa-dev] Can we do more regression testing?

2007-06-04 Thread Thorsten Ziehm
Hi Stefan, the same for automated GUI testing with TestTool. They can run in parallel on different machines. Thorsten Stefan Zimmermann wrote: ... and that is exactly what Christoph wrote... The UNO-API test will be a distributed test. Means, that the whole API is splitted into small

Re: [dev] Constructing identical zip file from .ods/.odt contents

2007-06-04 Thread Christian Lohmaier
Hi *, On Sat, Jun 02, 2007 at 08:56:16PM -0400, Denver Gingerich wrote: Is it possible to construct a zip file from the extracted contents of an ods or odt file that is identical to the original ods/odt file? Probably. I would like to be able to do something like the following: $ unzip

Re: [dev] Source Code help needed

2007-06-04 Thread Christian Lohmaier
On Sun, Jun 03, 2007 at 12:15:25PM +0530, Satyendra Mishra wrote: I tried to submit this request at http://www.sun.com/software/star/openoffice/feedback/feedback.jsp but its not working.. I need access to C++ source code of Star office functionalities like Star office calc and Star

Re: [dev] Re: [qa-dev] Can we do more regression testing?

2007-06-04 Thread Bernd Eilers
Hi there! Jörg Jahnke wrote: Hi Hennes, Hennes Rohling schrieb: ... But don't make everything mandatory. If I change a string in the setup or change platform dependend code for systemintegration I don't want to do a mandatory test that tests whether all dialogs in the Calc still work.

Re: [dev] Re: [qa-dev] Can we do more regression testing?

2007-06-04 Thread Joerg Sievers
Hi Martin, Martin Hollmichel wrote: Do we have some statistics in which areas we have what amount of regressions ? Yes * for releases and only * only for show stopper-tasks All these issues have been introduced in child-workspaces (CWS) and have been found by automated GUI tests. It would

Re: [dev] Re: [qa-dev] Can we do more regression testing?

2007-06-04 Thread Joerg Sievers
Hi! Stefan Zimmermann wrote: That information can't be right. API tests are highly parallelized and should be able to complete in 30min to one hour. But these kind of tests we didn't discussed in this thread. Sorry. We have talked about the third kind of tests (after unit- and API-tests).

Re: [dev] Can we do more regression testing?

2007-06-04 Thread Bjoern Milcke
Hi all, Hi, thanks for the many replies so far. As far as I see it, there are three major concerns: - The regression tests might take too long to run, - the regression tests might be too cumbersome to execute, - the findings of the regression tests might not justify the efforts to run them.

Re: [dev] Constructing identical zip file from .ods/.odt contents

2007-06-04 Thread Bernd Eilers
Hi there ! Andy Pitonyak wrote: Is it possible to construct a zip file from the extracted contents of an ods or odt file that is identical to the original ods/odt file? I would like to be able to do something like the following: $ unzip doc.odt -d doc $ cd doc $ zip [options] ../doc2.zip * $

Re: [dev] Re: [qa-dev] Can we do more regression testing?

2007-06-04 Thread Thorsten Ziehm
Hi Bernd, Analyse code coverage of each and every test and than compare to modules added to the CWS and than when running the tests automatically just run those which cover modules added to the CWS? We would just need a table in some database somewhere where individual tests are assigned to a

Re: [dev] Re: [qa-dev] Can we do more regression testing?

2007-06-04 Thread Bernd Eilers
Joerg Sievers wrote: Hi! Hi there! Stefan Zimmermann wrote: That information can't be right. API tests are highly parallelized and should be able to complete in 30min to one hour. But these kind of tests we didn't discussed in this thread. Sorry. We have talked about the third kind

Re: [dev] Constructing identical zip file from .ods/.odt contents

2007-06-04 Thread Bernd Eilers
Bernd Eilers wrote: Hi there ! Andy Pitonyak wrote: Is it possible to construct a zip file from the extracted contents of an ods or odt file that is identical to the original ods/odt file? I would like to be able to do something like the following: $ unzip doc.odt -d doc $ cd doc $ zip

Re: [dev] a new crash bug

2007-06-04 Thread macbuzz
I have a similar problem but don't get as far. As soon as I Insert Envelop the document crashes. I am using OpenOffice 2.2 with Kubuntu Feisty Fawn 7.04. M gaopeng wrote: Hi all, Now I am doing some work related to openoffice.org . Recently I encouter a new crash bug. I have spent some

Re: [dev] Constructing identical zip file from .ods/.odt contents

2007-06-04 Thread Mathias Bauer
Denver Gingerich wrote: Is it possible to construct a zip file from the extracted contents of an ods or odt file that is identical to the original ods/odt file? I would like to be able to do something like the following: $ unzip doc.odt -d doc $ cd doc $ zip [options] ../doc2.zip * $

Re: [dev] Constructing identical zip file from .ods/.odt contents

2007-06-04 Thread Denver Gingerich
On 6/4/07, Mathias Bauer [EMAIL PROTECTED] wrote: Is it possible to construct a zip file from the extracted contents of an ods or odt file that is identical to the original ods/odt file? I would like to be able to do something like the following: $ unzip doc.odt -d doc $ cd doc $ zip

[dev] PHP Language Binding and some questions

2007-06-04 Thread Rotsen Marcello
Hello all, I've developed a new OpenOffice Language Binding as a PhP module, using the Uno Reflection API / C++, and I have a few questions that maybe some of you can answer: 1) OpenOffice is LGPL but I wish to release the module using the PHP 3.0 License, is that possible ?

Re: [dev] PHP Language Binding and some questions

2007-06-04 Thread Hubert Figuiere
Hi, On Mon, 2007-06-04 at 14:29 -0700, Rotsen Marcello wrote: I've developed a new OpenOffice Language Binding as a PhP module, using the Uno Reflection API / C++, and I have a few questions that maybe some of you can answer: 1) OpenOffice is LGPL but I wish to release the module