Re: [dev] Re: BigPointerArray, SvPointerArray vs STL containers

2010-06-15 Thread Andrew Douglas Pitonyak
On 06/15/2010 02:55 AM, Mathias Bauer wrote: On 14.06.2010 12:01, Caolán McNamara wrote: A code replacement like this creates the question what shall be the goal: - reduce memory footprint - improve performance - remove code duplication - improve code quality My primary interest is in code

[dev] Re: BigPointerArray, SvPointerArray vs STL containers

2010-06-14 Thread Michael Stahl
On 13/06/2010 22:36, Bartosz Kosiorek wrote: Hi. hi Bartosz, In the http://wiki.services.openoffice.org/wiki/To-Dos#Replace_code_with_3rd_party there is section about Replace self made containers with STL containers. SvPointerArray, BigPointerArray But in higher section there is Remove

Re: [dev] Re: BigPointerArray, SvPointerArray vs STL containers

2010-06-14 Thread Caolán McNamara
On Mon, 2010-06-14 at 11:22 +0200, Michael Stahl wrote: the SvArrays should be replaced by appropriate STL types (mostly vector, i guess, but probably in some cases stacks or deques or something else). deques I think was the best option in general the last time I looked at this. Probably best

Re: [dev] Re: BigPointerArray, SvPointerArray vs STL containers

2010-06-14 Thread Bartosz
I thought I had a patch somewhere to do some of the conversion, but I can't find it now. I remember that I didn't go ahead with it at the time because my first cut at it left OOo larger than it was before hand, which was an annoying result. Great. If you could find this patch, it will be very

[dev] Re: BigPointerArray, SvPointerArray vs STL containers

2010-06-14 Thread Michael Stahl
On 14/06/2010 13:05, Bartosz wrote: I thought I had a patch somewhere to do some of the conversion, but I can't find it now. I remember that I didn't go ahead with it at the time because my first cut at it left OOo larger than it was before hand, which was an annoying result. Great. If you

Re: [dev] Re: CMake

2010-06-14 Thread Bill Hoffman
On 6/11/2010 1:14 PM, bjoern michaelsen - Sun Microsystems - Hamburg Germany wrote: Hi all, see http://www.gnu.org/software/automake/manual/make/Remaking-Makefiles.html#Remaking-Makefiles for details: To this end, after reading in all makefiles, make will consider each as a goal target and

Re: [dev] Re: BigPointerArray, SvPointerArray vs STL containers

2010-06-14 Thread Andrew Douglas Pitonyak
On 06/14/2010 07:05 AM, Bartosz wrote: I thought I had a patch somewhere to do some of the conversion, but I can't find it now. I remember that I didn't go ahead with it at the time because my first cut at it left OOo larger than it was before hand, which was an annoying result. Great. If

[dev] Re: BigPointerArray, SvPointerArray vs STL containers

2010-06-14 Thread Bjoern Michaelsen
Am Mon, 14 Jun 2010 17:32:27 -0400 schrieb Andrew Douglas Pitonyak and...@pitonyak.org: Changing out SvArray, will fix this long standing bug, which will bring great joy and happiness to my life. http://www.openoffice.org/issues/show_bug.cgi?id=84159 Getting rid of SvArray might not be

[dev] Re: CMake

2010-06-11 Thread Michael Stahl
On 10/06/2010 20:19, Bill Hoffman wrote: On 6/1/2010 8:30 AM, Mathias Bauer wrote: Hi Bill, it took longer than expected, but here we are. I took the CMake build protoype again, that my colleague Martin Hollmichel provided, and gave it another whirl. The results didn't change much. It

Re: [dev] Re: CMake

2010-06-11 Thread bjoern michaelsen - Sun Microsystems - Hamburg Germany
On Fri, 11 Jun 2010 18:55:59 +0200 Michael Stahl michael.st...@sun.com wrote: We did attempt to create non-recursive makefiles for CMake, and they are less recursive than they once were. However, we found it impossible to handle implicit dependencies of generated source files without

[dev] Re: Problems using %origin% in Setup.xcu

2010-06-10 Thread Michael Stahl
On 10/06/2010 06:25, David Tardon wrote: On Wed, Jun 09, 2010 at 02:48:03PM +0200, Michael Stahl wrote: i believe fs wanted to create some new mechanism to refer to extension content that could be used in place of %origin% and would work in this use case. i wonder what is the status of that?

[dev] Re: Problems using %origin% in Setup.xcu

2010-06-09 Thread Michael Stahl
On 09/06/2010 09:50, sponmonster wrote: Hi, I’m trying to deliver a template within an extension and directly set the template as default-template. The Setup.xcu code: […] node oor:name=Office node oor:name=Factories node

Re: [dev] Re: Problems using %origin% in Setup.xcu

2010-06-09 Thread David Tardon
On Wed, Jun 09, 2010 at 02:48:03PM +0200, Michael Stahl wrote: On 09/06/2010 09:50, sponmonster wrote: Hi, I’m trying to deliver a template within an extension and directly set the template as default-template. The Setup.xcu code: […] node oor:name=Office node

[dev] Re: Build DEV300_m63 errors on linux

2010-06-07 Thread Michael Stahl
On 05/06/2010 02:58, xiaofen...@iscas.ac.cn wrote: /var/tmp/rpm-tmp.72496: line 55: fg: no job control error: Bad exit status from /var/tmp/rpm-tmp.72496 (%install) it seems your /bin/sh does not support job control? sorry, no idea what could cause this problem. is there any shell today that is

[dev] Re: Error while building on Kubuntu

2010-06-07 Thread Michael Stahl
On 05/06/2010 21:55, addy1in...@gmail.com wrote: dmake: Error: -- `COPYING' not found, and can't be made ERROR: Error 65280 occurred while making /media/C_DRIVE/OpenOfficeBuild/OOO320_m12/dictionaries/de_AT sorry, no idea about your problem. perhaps it is as simple to work around as

Re: [dev] Re: [dev-fr] Rapports de bugs

2010-06-07 Thread Jean-Baptiste Faure
Hi Björn, Sorry, but this message has been sent to d...@fr.openoffice.org and qa-t...@fr.openoffice.org francophone mailing lists. It is intended for francophone NLC project. Probably a mistake by gmane.org if you have read it on gmane.comp.openoffice.devel.general JBF Le 06.06.2010 15:20,

[dev] Re: [dev-fr] Rapports de bugs

2010-06-06 Thread Björn Michaelsen
Hi Jean-Baptiste, Could you please at least add a short english summary to your mail when (cross-)posting to an english list? My french is quite rusty and other might be even worse off (especially given that google translations of your mail provides interesting results). As is, most wont be able

[dev] Re: ant error while compiling on win7

2010-06-03 Thread Michael Stahl
On 01/06/2010 04:59, xiaofen...@iscas.ac.cn wrote: The config.log is lke follows: I extract the lines that are related to ant, here it is --- PATH: /cygdrive/c/ant/bin . configure:28329: checking for jakarta-ant configure:28362: result: no

Re: [dev] Re: ant error while compiling on win7

2010-06-03 Thread Rene Engelhard
Hi, On Thu, Jun 03, 2010 at 12:40:59PM +0200, Michael Stahl wrote: ant -version Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-6-openjdk/lib/tools.jar Apache Ant version 1.7.1 compiled on March 5 2010 JAVA_HOME='/usr/lib/jvm/java-6-sun' ant -version Apache Ant

Re: [dev] Re: ant error while compiling on win7

2010-06-03 Thread xiaofeng08
Sorry, Rene, but it is hard for me to understand your reply. Are you replying to my question? It seems that what you quoted isn't from mine. On 星期四, 六月 3, 2010 7:39 pm, Rene Engelhard wrote: --- Hi, On Thu, Jun 03,

Re: [dev] Re: ant error while compiling on win7

2010-06-03 Thread Rene Engelhard
Hi, On Thu, Jun 03, 2010 at 09:14:32PM +0800, xiaofen...@iscas.ac.cn wrote: Are you replying to my question? No, I replied to Michael. It seems that what you quoted isn't from mine. Please read: On Thu, Jun 03, 2010 at 12:40:59PM +0200, Michael Stahl wrote:

[dev] Re: [ux-discuss] i47600 - action needed

2010-05-20 Thread Thorsten Behrens
Camille Moulin wrote: //UNUSED2009-05 void ScDocument::SetPrintRange( SCTAB nTab, const ScRange rNew ) //UNUSED2009-05 { //UNUSED2009-05 if (ValidTab(nTab) pTab[nTab]) //UNUSED2009-05 pTab[nTab]-SetPrintRange( rNew ); //UNUSED2009-05 } Ugh. Why are we still doing _this_ kind

[dev] Re: [ux-discuss] i47600 - action needed

2010-05-20 Thread camille . moulin
- Thorsten Behrens t...@openoffice.org a écrit : Camille Moulin wrote: //UNUSED2009-05 void ScDocument::SetPrintRange( SCTAB nTab, const ScRange rNew ) //UNUSED2009-05 { //UNUSED2009-05 if (ValidTab(nTab) pTab[nTab]) //UNUSED2009-05 pTab[nTab]-SetPrintRange( rNew );

[dev] Re: database error ?

2010-05-18 Thread Björn Michaelsen
Am Tue, 18 May 2010 14:46:29 +0800 schrieb Qzi er hotseason...@gmail.com: when compile the sample below , it fail ... Hi Qzi er, please try not to spam the dev@ mailing list. It is mostly for Openoffice.org core development -- only in rare cases, when every other way of solving a problem has

Re: [dev] Re: database error ?

2010-05-18 Thread Qzi er
I really do some search before I asked , but I can't understand it , I am a chinese , some describtion in Englist is hard to understand ! I am very sorry about that ! I misunderstand this mailst ! I will not do that againt ! My quesiton will switch to other ! Thank you for your notice ,

[dev] Re: dev Digest 12 May 2010 08:56:51 -0000 Issue 1829

2010-05-12 Thread Kristján Bjarni Guðmundsson
Has anybody evaluated maybe using Apache Ant as the build tool? It's platform independent and easy to extend and script. - - - - - - - - - Áframsendur póstur - - - - - - - - - - From: Mathias Bauer nospamfor...@gmx.de To: dev@openoffice.org Date: Mon, 10 May 2010 23:20:43 +0200 Subject: New

Re: [dev] Re: [releases] recommended stlport settings?

2010-05-12 Thread Stephan Bergmann
On 05/10/10 09:59, Stephan Bergmann wrote: On 04/26/10 10:43, Caolán McNamara wrote: On Sun, 2010-04-25 at 19:44 +0200, Rene Engelhard wrote: We can only improve things here when we eventually drop the STLport-requirement (and become URE-incompatible on the affected platforms). If we

[dev] Re: [releases] recommended stlport settings?

2010-05-12 Thread Michael Stahl
On 12/05/2010 15:17, Stephan Bergmann wrote: Of course, it turns out that my recent checking was conducted in the wrong way (I simply grepped for traces of STLport-exported symbols in the mangled C++ symbols exported from the URE API libs). Looking more closely, it turns out that the URE

[dev] Re: New build system

2010-05-11 Thread Björn Michaelsen
Am Tue, 11 May 2010 11:54:24 +0400 schrieb Konstantin Tokarev annu...@yandex.ru: Your conclusion is wrong. See add_custom_target function in manual - you can run any external build system from cmake. I even use it as configurer which founds OOo binaries and jars for ant :) That is not a

[dev] Re: New build system

2010-05-11 Thread Michael Stahl
On 11/05/2010 13:29, Björn Michaelsen wrote: This leads to some interesting constructions, for example on OSX where the linker needs to know about the runtime locations of libs it links against. Assuming this could simply be abstracted away with built-in CMake facilities is IMHO quite naive.

Re: [dev] Re: [releases] recommended stlport settings?

2010-05-10 Thread Stephan Bergmann
On 04/26/10 10:43, Caolán McNamara wrote: On Sun, 2010-04-25 at 19:44 +0200, Rene Engelhard wrote: We can only improve things here when we eventually drop the STLport-requirement (and become URE-incompatible on the affected platforms). If we continue to build and package into the install sets

Re: [dev] Re: [discuss] Results for the Community Council Elections (2010-03)

2010-05-10 Thread Cor Nouws
Hi Thorsten, Good that you take it positive .. look forward to meet again - and also to a future where working together in the council is possible too. Best regards, Cor Thorsten Behrens wrote (22-04-10 23:26) Hi Chris, all, first off, let me join you in congratulating Eike and Olivier for

[dev] Re: The OOo HG and SVN server is down

2010-05-06 Thread Stefan Taxhet (sonews)
Hi, Our mercurial repositories are available again at hg.services.openoffice.org. The (legacy) subversion repository is accessible via svn+ssh (plain svn is pending). Please note that the IP addresses have changed and it may take a while until the new ones have propagated. Greetings

[dev] Re: [tools-dev] The OOo HG and SVN server is down

2010-05-04 Thread Stefan Taxhet (sonews)
Hi, Jens-Heiner Rechtien wrote: the OpenOffice.org SCM server for the Mercurial and Subversion repositories is down. Other services (for example the OpenGrok indexer) hosted on the server are affected as well. We are working on this. We will see what news the US business will bring.

Re: [dev] Re: [releases] recommended stlport settings?

2010-04-26 Thread Caolán McNamara
On Sun, 2010-04-25 at 19:44 +0200, Rene Engelhard wrote: We can only improve things here when we eventually drop the STLport-requirement (and become URE-incompatible on the affected platforms). If we continue to build and package into the install sets stlport on Linux x86, but not actually

Re: [dev] Re: [releases] recommended stlport settings?

2010-04-26 Thread Rene Engelhard
Hi, On Mon, Apr 26, 2010 at 09:43:28AM +0100, Caolán McNamara wrote: On Sun, 2010-04-25 at 19:44 +0200, Rene Engelhard wrote: We can only improve things here when we eventually drop the STLport-requirement (and become URE-incompatible on the affected platforms). (Note that I didn't say

[dev] Re: [releases] recommended stlport settings?

2010-04-25 Thread Rene Engelhard
[ releases is not the correct list for that, X-posting to dev@ ] Hi, On Sun, Apr 25, 2010 at 04:24:51PM +0200, Andreas Radke wrote: So far i686 needed --with-stlport to be able to use 3rd party extensions. DEV300_m77 introduced cppunit requirement and now i686 configure fails: Not really.

[dev] Re: [l10n-dev] Results for the Community Council Elections (2010-03)

2010-04-23 Thread Wunna Ko
Congratulation Olivier Eike On Thu, Apr 22, 2010 at 11:12 AM, Christoph Noack christ...@dogmatux.comwrote: Hi everyone, the results of the elections held earlier this month are now available. Two of the three candidates have been confirmed to represent you in the Community Council.

Re: [dev] Re: [native-lang] Results for the Community Council Elections (2010-03)

2010-04-23 Thread Christoph Noack
...@openoffice.org ; d...@l10n.openoffice.orgmailto:d...@l10n.openoffice.org Sent: Thursday, April 22, 2010 9:34 AM Subject: [dev] Re: [native-lang] Results for the Community Council Elections (2010-03) Congratulations Olivier and Thorsten! Charles-H. Schulz. Le Thu, 22 Apr

[dev] Re: [native-lang] Results for the Community Council Elections (2010-03)

2010-04-22 Thread Charles-H. Schulz
Congratulations Olivier and Thorsten! Charles-H. Schulz. Le Thu, 22 Apr 2010 12:12:46 -0400, Christoph Noack christ...@dogmatux.com a écrit : Hi everyone, the results of the elections held earlier this month are now available. Two of the three candidates have been confirmed to represent

[dev] Re: [native-lang] Results for the Community Council Elections (2010-03)

2010-04-22 Thread Charles-H. Schulz
Er... sorry. Congratulations Olivier Eike, and thank you very much Thorsten. Best, Charles. - To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands, e-mail: dev-h...@openoffice.org

Re: [dev] Re: [native-lang] Results for the Community Council Elections (2010-03)

2010-04-22 Thread Larry Kerr
AM Subject: [dev] Re: [native-lang] Results for the Community Council Elections (2010-03) Congratulations Olivier and Thorsten! Charles-H. Schulz. Le Thu, 22 Apr 2010 12:12:46 -0400, Christoph Noack christ...@dogmatux.commailto:christ...@dogmatux.com a écrit : Hi everyone

Re: [dev] Re: Finding code for SvNumberFormatter

2010-04-19 Thread Niklas Nebel
On 04/17/10 17:36, Matt Needles wrote: Thanks, Niklas. I see from these sources where to add the new format code, but I can't find where the actual rendering of the formats is done. That is, where is the code that creates the output string in the specified format? Can you help please?

Re: [dev] Re: Finding code for SvNumberFormatter

2010-04-19 Thread Eike Rathke
Hi Matt, On Saturday, 2010-04-17 11:36:16 -0400, Matt Needles wrote: Thanks, Niklas. I see from these sources where to add the new format code, but I can't find where the actual rendering of the formats is done. That is, where is the code that creates the output string in the specified

Re: [dev] RE: Passwords

2010-04-18 Thread jonathon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stanislaus Wojnowski wrote: Can you help me? Are the documents worth US$10 000 000 each? That is the initial investment in password recovery of ODF documents. There is also an annual fee, charged on the anniversary, until the password is recovered.

[dev] Re: Finding code for SvNumberFormatter

2010-04-17 Thread Matt Needles
Thanks, Niklas. I see from these sources where to add the new format code, but I can't find where the actual rendering of the formats is done. That is, where is the code that creates the output string in the specified format? Can you help please? TIA, Matt Needles On Mon, 2010-04-12 at 19:26

[dev] Re: [sc-dev] Debug the Calc Source Code

2010-04-13 Thread rashi dhing
I started building the sc module with debug=true but now I am getting the following error: ../wntmsci12.pro/bin/scuimi.dll : fatal error LNK1169 : one or more multiply defined symbols found. dmake: Error code 2, while making ' ../wntmsci12.pro/bin/scuimi.dll I came across a similar issue from

[dev] Re: [sc-dev] Debug the Calc Source Code

2010-04-12 Thread rashi dhing
I am getting the error The breakpoint will not currently be hit. No symbols have been loaded for this document after adding a breakpoint to a line in the source file. I have been doing the following: 1) Running Calc by clicking in scalc.exe from the programs dir of the installation set. 2)

[dev] Re: [sc-dev] Debug the Calc Source Code

2010-04-12 Thread Niklas Nebel
On 04/11/10 15:37, rashi dhing wrote: I am getting the error The breakpoint will not currently be hit. No symbols have been loaded for this document after adding a breakpoint to a line in the source file. I have been doing the following: 1) Running Calc by clicking in scalc.exe from the

Re: [dev] RE: Passwords

2010-04-12 Thread Christian Lohmaier
Hi Stanislaus, *, On Mon, Apr 12, 2010 at 7:26 AM, Stanislaus Wojnowski bjwojnow...@gmail.com wrote: I cannot remember or find the password I used to secure my documents. Can you help me? No. The algorithm used by OOo/ODF is secure (blowfish). No known attacks other than brute force, i.e.

[dev] RE: Passwords

2010-04-12 Thread Tor Lillqvist
I cannot remember or find the password I used to secure my documents. Even if there was a solution, how could we know that it is *your* documents that you are trying to open? --tml - To unsubscribe, e-mail:

Re: [dev] Re: operator delete mismatch

2010-04-10 Thread Terrence Enger
On Fri, 2010-04-09 at 21:19 +0200, Björn Michaelsen wrote: Am Fri, 09 Apr 2010 15:12:00 -0400 schrieb Terrence Enger ten...@iseries-guru.com: Is there anything that will capture a record of what I did to get into an interesting situation? It has happened more than once that I have been

[dev] Re: operator delete mismatch

2010-04-10 Thread Björn Michaelsen
Am Sat, 10 Apr 2010 14:24:49 -0400 schrieb Terrence Enger ten...@iseries-guru.com: On Fri, 2010-04-09 at 21:19 +0200, Björn Michaelsen wrote: Am Fri, 09 Apr 2010 15:12:00 -0400 schrieb Terrence Enger ten...@iseries-guru.com: Is there anything that will capture a record of what I did to

Re: [dev] Re: operator delete mismatch

2010-04-09 Thread Terrence Enger
On Tue, 2010-03-30 at 15:11 +0200, Michael Stahl wrote: On 30/03/2010 13:31, Terrence Enger wrote: ( I think, though, that I am giving up on trying to use a non-product build when I actually want to get work done grin /. ) before resorting to such extreme measures as not using non-product

[dev] Re: Want to Contribute to open source project

2010-04-09 Thread Björn Michaelsen
Am Fri, 9 Apr 2010 13:33:31 -0400 schrieb Trevillian Highter hight...@gmail.com: I would like to contribute to openoffice.org, but not sure where to start. I am a software engineering graduate familiar with an array of programming languages, concepts and technologies, including C++, C,

[dev] Re: operator delete mismatch

2010-04-09 Thread Björn Michaelsen
Am Fri, 09 Apr 2010 15:12:00 -0400 schrieb Terrence Enger ten...@iseries-guru.com: Is there anything that will capture a record of what I did to get into an interesting situation? It has happened more than once that I have been trying to reproduced an assertion--but writing down the steps as

[dev] Re: [sc-dev] Re: [dev] Debug the Calc Source Code

2010-04-08 Thread rashi dhing
Thanks for all the details Tor ! On Tue, Apr 6, 2010 at 1:11 PM, Tor Lillqvist tlillqv...@novell.com wrote: I am using Cygwin on Windows to compile Yeah, but the actual compiler you are using is Microsoft's Visual Studio 2008 surely. If you didn't know this, I am a bit surprised that you

[dev] Re: [sc-dev] Debug the Calc Source Code

2010-04-06 Thread Niklas Nebel
On 04/06/10 09:03, rashi dhing wrote: Hi ! Is there a good debugger which can be implemented on the source code of openoffice inorder to step into the lines and add break points at various locations of the code. I am using Cygwin on Windows to compile and build the code. Are gdb and C++ Builder

Re: [dev] Re: OpenOffice.org Product Development

2010-04-02 Thread eric b
Hi, Le 1 avr. 10 à 18:57, Martin Hollmichel a écrit : eric.bach...@free.fr wrote: [...] the most important is to see whether there is or not a real democracy inside OpenOffice.org. requesting democracy is quite striking request and and issue where people might have different

Re: [dev] Re: OpenOffice.org Product Development

2010-04-02 Thread Sgauti
Hi Mathias, Mathias Bauer wrote: Hi Sophie, Sophie wrote: I feel that currently there is a deep smog on our communication flow, see Rene's feeling today, mine on l10n, others on lingu list, may be a not so well balanced mail from Bjoern, whatever the great work he has done and the not

Re: [dev] Re: OpenOffice.org Product Development

2010-04-02 Thread eric b
Hi, I'm not Matthias, but since Sophie Gautier reposted ... I'll answer Sophie Gautier again. Le 31 mars 10 à 22:10, Sophie a écrit : The unbalanced was between the mail and the disclaimer on the wiki. Sorry that I didn't explain myself better adding confusion on something I found

Re: [dev] Re: Problems building OOO320_m14 on Windows.

2010-04-01 Thread Kristján Bjarni Guðmundsson
. Are there some switches I am missing? - - - - - - - - - Áframsendur póstur - - - - - - - - - - From: Jens-Heiner Rechtien jens-heiner.recht...@sun.com To: dev@openoffice.org Date: Tue, 30 Mar 2010 16:22:53 +0200 Subject: Re: [dev] Re: Problems building OOO320_m14 on Windows. Hi Kristján, both

Re: [dev] Re: Problems building OOO320_m14 on Windows.

2010-04-01 Thread Jens-Heiner Rechtien
+0200 Subject: Re: [dev] Re: Problems building OOO320_m14 on Windows. Hi Kristján, both the CWS changefileheader3 and the OOO320 milestone m14 have certainly been build several times before release. It's just that only very few developers still use the ancient makefile.rc - a nice example

Re: [dev] Re: OpenOffice.org Product Development

2010-04-01 Thread Charles-H. Schulz
Le Thu, 1 Apr 2010 01:03:35 +0200, Thorsten Behrens t...@openoffice.org a écrit : Cor Nouws wrote: What I currently see is a big chasm between Sun/Oracle people, who unanimously reject my candidature on various grounds, and the rest Are you really sure about that? I've only read

Re: [dev] Re: OpenOffice.org Product Development

2010-04-01 Thread Martin Hollmichel
eric.bach...@free.fr wrote: [...] the most important is to see whether there is or not a real democracy inside OpenOffice.org. requesting democracy is quite striking request and and issue where people might have different understandings: do you mean the meritocratic way

Re: [dev] Re: Re: OpenOffice.org Product Development

2010-03-31 Thread Juergen Schmidt
On 3/31/10 12:43 AM, Cor Nouws wrote: Hi all, Andreas Bartel wrote (30-03-10 00:48) Thorsten Behrens wrote: With some interest I've read all the contributions in this discussion. I've been learning a lot about differences and interference of product and project etc. etc. I support Martins

Re: [dev] Re: Re: OpenOffice.org Product Development

2010-03-31 Thread Rene Engelhard
Hi, On Wed, Mar 31, 2010 at 11:36:16AM +0200, Juergen Schmidt wrote: mmh, i have still one problem. One motivation for me to go into the CC was and still is that i will try to work for a stronger OpenOffice.org community and against derivated work. And in consequence of this i see a

Re: [dev] Re: Re: OpenOffice.org Product Development

2010-03-31 Thread bjoern michaelsen - Sun Microsystems - Hamburg Germany
On Wed, 31 Mar 2010 12:52:18 +0200 Rene Engelhard r...@openoffice.org wrote: a stronger community means actively involving hughe parts of the community. which you don't. there's still many sun-internal decision just posed to the community as a fact everyxone has to live with. Who is you here?

Re: [dev] Re: Re: OpenOffice.org Product Development

2010-03-31 Thread Rene Engelhard
Hi, On Wed, Mar 31, 2010 at 01:32:56PM +0200, Cor Nouws wrote: mmh, i have still one problem. One motivation for me to go into the CC was and still is that i will try to work for a stronger OpenOffice.org community and against derivated work. And in consequence of this i see a

Re: [dev] Re: Re: OpenOffice.org Product Development

2010-03-31 Thread Rene Engelhard
Hi, On Wed, Mar 31, 2010 at 01:30:12PM +0200, bjoern michaelsen - Sun Microsystems - Hamburg Germany wrote: On Wed, 31 Mar 2010 12:52:18 +0200 Rene Engelhard r...@openoffice.org wrote: a stronger community means actively involving hughe parts of the community. which you don't. there's

Re: [dev] Re: Re: OpenOffice.org Product Development

2010-03-31 Thread Rene Engelhard
On Wed, Mar 31, 2010 at 01:30:12PM +0200, bjoern michaelsen - Sun Microsystems - Hamburg Germany wrote: On Wed, 31 Mar 2010 12:52:18 +0200 Rene Engelhard r...@openoffice.org wrote: a stronger community means actively involving hughe parts of the community. which you don't. there's still

Re: [dev] Re: Re: OpenOffice.org Product Development

2010-03-31 Thread bjoern michaelsen - Sun Microsystems - Hamburg Germany
On Wed, 31 Mar 2010 13:52:11 +0200 Rene Engelhard r...@openoffice.org wrote: How is patch -pX lack of resources? How is telling people how they need to change stuff to get a patch (which works for everyone else except Sun and is needed there) finalized to get integrated a resource problem?

Re: [dev] Re: Re: OpenOffice.org Product Development

2010-03-31 Thread Rene Engelhard
Hi, On Wed, Mar 31, 2010 at 02:25:12PM +0200, bjoern michaelsen - Sun Microsystems - Hamburg Germany wrote: On Wed, 31 Mar 2010 13:52:11 +0200 Rene Engelhard r...@openoffice.org wrote: How is patch -pX lack of resources? How is telling people how they need to change stuff to get a patch

Re: [dev] Re: OpenOffice.org Product Development

2010-03-31 Thread Mathias Bauer
Hi Sophie, Sophie wrote: I feel that currently there is a deep smog on our communication flow, see Rene's feeling today, mine on l10n, others on lingu list, may be a not so well balanced mail from Bjoern, whatever the great work he has done and the not answered question from Volker about

Re: [dev] Re: OpenOffice.org Product Development

2010-03-31 Thread Charles-H. Schulz
Hello all, Le 31 mars 2010 à 17:56, Mathias Bauer a écrit : Hi Sophie, Sophie wrote: I feel that currently there is a deep smog on our communication flow, see Rene's feeling today, mine on l10n, others on lingu list, may be a not so well balanced mail from Bjoern, whatever the

Re: [dev] Re: OpenOffice.org Product Development

2010-03-31 Thread Sophie
Hi Mathias, all [Sorry for the moderator, I post this mail again with the good address] Mathias Bauer wrote: Hi Sophie, Sophie wrote: I feel that currently there is a deep smog on our communication flow, see Rene's feeling today, mine on l10n, others on lingu list, may be a not so well

Re: [dev] Re: OpenOffice.org Product Development

2010-03-31 Thread bjoern michaelsen - Sun Microsystems - Hamburg Germany
On Wed, 31 Mar 2010 22:10:54 +0200 Sophie sgautier@free.fr wrote: The unbalanced was between the mail and the disclaimer on the wiki. Sorry that I didn't explain myself better adding confusion on something I found important. (BTW I never read Eric Bachard mails since almost 2 years or

[dev] Re: OpenOffice.org Product Development

2010-03-31 Thread eric . bachard
Hi, Le 31 mars 10 à 22:10, Sophie a écrit : The unbalanced was between the mail and the disclaimer on the wiki. Sorry that I didn't explain myself better adding confusion on something I found important. (BTW I never read Eric Bachard mails since almost 2 years or really by accident, this is

Re: [dev] Re: OpenOffice.org Product Development

2010-03-31 Thread Cor Nouws
Hi Thorsten, Thorsten Behrens wrote (31-03-10 22:54) What I currently see is a big chasm between Sun/Oracle people, who unanimously reject my candidature on various grounds, and the rest Are you really sure about that? I've only read three or four opinions. And not all that strong. So IMO

Re: [dev] Re: OpenOffice.org Product Development

2010-03-31 Thread Cor Nouws
Hi Thorsten, Thorsten Behrens wrote (01-04-10 01:03) Cor Nouws wrote: What I currently see is a big chasm between Sun/Oracle people, who unanimously reject my candidature on various grounds, and the rest Are you really sure about that? I've only read three or four opinions. And not all that

[dev] Re: [dev-educ] Re: [tools-dev] Re: [dev-educ] Wiki Cleanup: Mission Accomplished (Mostly)

2010-03-30 Thread eric
Hi Bjorn, bjoern michaelsen - Sun Microsystems - Hamburg Germany a écrit : On Mon, 29 Mar 2010 14:31:21 +0200 eric eric.bach...@free.fr wrote: Why yet another war against Education Project ? No need for paranoia. Yes, sure, since I read that I alienate developers and that people

Re: [dev] Re: [dev-educ] Re: [tools-dev] Re: [dev-educ] Wiki Cleanup: Mission Accomplished (Mostly)

2010-03-30 Thread Cor Nouws
eric wrote (31-03-10 10:18) bjoern michaelsen - Sun Microsystems - Hamburg Germany a écrit : eric eric.bach...@free.fr wrote: Why yet another war against Education Project ? No need for paranoia. Yes, sure, since I read that I alienate developers and that people wrote reports about me,

[dev] Re: operator delete mismatch

2010-03-30 Thread Michael Stahl
On 30/03/2010 13:31, Terrence Enger wrote: ( I think, though, that I am giving up on trying to use a non-product build when I actually want to get work done grin /. ) before resorting to such extreme measures as not using non-product builds, try the debug dialog (Control-Shift-Alt-D). it lets

[dev] Re: Problems building OOO320_m14 on Windows.

2010-03-30 Thread Kristján Bjarni Guðmundsson
Ok I see the problem now, it seems that the makefile.rc was messed up when changing copyright notice and invalid remarks where created: http://hg.services.openoffice.org/OOO320/diff/659920c8492d/makefile.rc This means that the current OOO320_m14 release can't be built directly from source without

Re: [dev] Re: Problems building OOO320_m14 on Windows.

2010-03-30 Thread Jens-Heiner Rechtien
Hi Kristján, both the CWS changefileheader3 and the OOO320 milestone m14 have certainly been build several times before release. It's just that only very few developers still use the ancient makefile.rc - a nice example for the evils of having multiple build systems. I wasn't even aware that

Re: [dev] Re: Problems building OOO320_m14 on Windows.

2010-03-30 Thread Jens-Heiner Rechtien
Hi, makefile.rc now fixed in the repository. Regards, Heiner Jens-Heiner Rechtien wrote: Hi Kristján, both the CWS changefileheader3 and the OOO320 milestone m14 have certainly been build several times before release. It's just that only very few developers still use the ancient

Re: [dev] Re: Re: OpenOffice.org Product Development

2010-03-30 Thread Cor Nouws
Hi all, Andreas Bartel wrote (30-03-10 00:48) Thorsten Behrens wrote: With some interest I've read all the contributions in this discussion. I've been learning a lot about differences and interference of product and project etc. etc. I support Martins idea, that he likes to see a broad

[dev] Re: [ux-discuss] OpenOffice.org Product Development

2010-03-30 Thread André Schnabel
Hi Andreas, * first a disclaimer: my comments represent only my own views about the project - I'm not speaking for anybody else (esp. not for Torsten) Addition to the disclaimer: I have been a long-term contributor to the project but have never really contributed code (ok a ~10 LOC patch).

[dev] Re: OpenOffice.org Product Development (was: Community Council Elections: Introducing the Nominees)

2010-03-29 Thread Thorsten Behrens
Hi Martin, *, this is in response to your blog post here: http://blogs.sun.com/ratte/entry/openoffice_org_product_development (I'll separately post a blog entry about this, but would prefer discussion on this mailing list) You wrote: The only candidate now for the non-code contributing

Re: [dev] Re: OpenOffice.org Product Development

2010-03-29 Thread Sophie
Hi Thorsten, all, Thorsten Behrens wrote: Hi Martin, *, this is in response to your blog post here: http://blogs.sun.com/ratte/entry/openoffice_org_product_development (I'll separately post a blog entry about this, but would prefer discussion on this mailing list) You wrote: The only

Re: [dev] Re: OpenOffice.org Product Development

2010-03-29 Thread Sgauti
Hi Thorsten, all, Thorsten Behrens wrote: Hi Martin, *, this is in response to your blog post here: http://blogs.sun.com/ratte/entry/openoffice_org_product_development (I'll separately post a blog entry about this, but would prefer discussion on this mailing list) You wrote: The only

[dev] Re: Re: OpenOffice.org Product Development

2010-03-29 Thread Andreas Bartel
Hey Thorsten, I've just read your blog post and thought that I follow your advice and join the discussion here. You know that we've had a couple of discussions regarding OpenOffice.org as a product and the role of QA and UX in the whole process. And we did not agree on many things in these

Re: [dev] Re: Community Council Elections: Introducing the Nominees

2010-03-28 Thread Christoph Noack
Hi Thorsten, as I already replied to Eike - thanks a lot for your answers! I linked on the same page, but in the section Product Development Representative: http://wiki.services.openoffice.org/wiki/Community_Council/Elections/2010-03#Product_Development_Representative Have a nice day! Christoph

[dev] Re: writer: import tables with formula (fup)

2010-03-28 Thread Heiko L.
Hallo, I have a problem and their solution. Is it welcome? regards heiko % 100328.oo.writerimport.patch.dok prob: OO-writer destroyed formula, while import, if not verfify complete. [1],[2] Thus cannot convert old documents. btwn. debug-info are missing. version: SO-3.1 = OO-3

[dev] Re: writer: import tables with formula (fup)

2010-03-28 Thread Heiko L.
Hallo, I have a problem and their solution. Is it welcome? regards heiko % 100328.oo.writerimport.patch.dok prob: OO-writer destroyed formula, while import, if not verfify complete. [1],[2] Thus cannot convert old documents. btwn. debug-info are missing. version: SO-3.1 = OO-3

RE: [dev] Re: [api-dev] multiple connections to openoffice service

2010-03-28 Thread Wei Min Teo
Thanks. How do i go about running 2 instances of openoffice? Also, how can I ensure that each process bootstraps and connect to its own instance? Date: Fri, 26 Mar 2010 08:21:33 +0100 From: juergen.schm...@sun.com To: d...@api.openoffice.org CC: dev@openoffice.org Subject: [dev] Re

[dev] Re: [releases] Re: [distro-dev] Re: [releases] Changing the filenames of OOo installations sets (Archive, Developer Snapshot, Release)

2010-03-28 Thread Peter Pöml
Hi, Am 28.03.2010 um 03:13 schrieb Larry Gusaas: On 2010/03/26 3:10 PM Marcus Lange wrote: Christian Lohmaier wrote: Apparently no typo? MacOS instead of MacOSX? May I ask why the X was dropped? the X is an indicator for the vesion of the OS. A least I have seen and understood this

[dev] Re: [api-dev] multiple connections to openoffice service

2010-03-26 Thread Juergen Schmidt
On 3/26/10 4:16 AM, Wei Min Teo wrote: Hi all, I tried to connect to the openoffice service using 2 processes by running 2 instances of my program. They both connect to openoffice using the default bootstrap c++ api. However, there seems to be unexpected closure error and it keeps crashing

[dev] Re: problem with compiling ooo-build

2010-03-26 Thread Björn Michaelsen
Am Fri, 26 Mar 2010 10:31:28 +0100 schrieb Michal Spisiak michal.spis...@gmail.com: Hi, could you please help me with the following problem? After successful downloading and configuring I typed make and got some problem with patch: Hi Michal, please use the official build instructions at:

[dev] Re: [l10n-dev] Re: [dev] Spanish NL Community requests for funding help on acquiring a local build box

2010-03-25 Thread Martin Hollmichel
Santiago Bosio schrieb: Pavel Janík escribió: Hi, On 18.3.2010, at 0:03, Alexandro Colorado wrote: The request is to partially fund the buildbox, so given the response, my guess is that most people are ok with this. Please let's try to approve the budget so we can move on. The platform would

<    2   3   4   5   6   7   8   9   10   11   >