Re: [dev] no-break space in user fields

2009-03-12 Thread Peter Eberlein
Hi Martin, Martin Dvořák schrieb: Hi, I've noticed that OOo Writer treats no-break space in text values of user fields like normal space, i.e. it does wrap at it. Is there some particular reason for this behavior? How would one prevent text wrapping between two words in user field text?

Re: [dev] Simplify Reference Casts by template constructors

2009-03-12 Thread Mathias Bauer
Rainman Lee wrote: Hi Andrew I know that implicit conversions usually bring more side effects than convenience. But it is not the reason that we should give all them up I think ;) There is no implicit conversion from std::string to const char*, because if a string is destroyed, the pointer

Re: [dev] UNO API exception specifications

2009-03-12 Thread Mathias Bauer
Frank Schönheit - Sun Microsystems Germany wrote: Not sure we need versioning, but we definitely need to way to (carefully) break compatibility. As I've been told, this has been a topic on this week's engineering steering committee meeting ... I think we never will allow breaking

Re: [dev] UNO API exception specifications

2009-03-12 Thread Mathias Bauer
Frank Schönheit - Sun Microsystems Germany wrote: Hi Rony, *The former: it is just frustrating to have a program bomb and get a message like exception occurred. (Yielding the message: go, figure...)* which nicely fits into the original thread :) Fixing those exceptions (which I

Re: [dev] amount of stopper / regressions for 3.1 release

2009-03-12 Thread Ingrid Halama
Hi Martin, all, Martin Hollmichel wrote: *Hi, so far we have got reported almost 40 regression as stopper for 3.1 release, see query http://tinyurl.com slash cgsm3y . for 3.0 ( **http://tinyurl.com slash ahkosf ) we had 27 of these issues, for 2.4 (**http://tinyurl.com slash c86n3u** ) we

[dev] SCM System Survey

2009-03-12 Thread Stefan Taxhet
Hi, The current version control system for OpenOffice.org source code is Subversion (SVN). According to our plan we are going to be replace this by a Distributed Software Configuration Management (DSCM) system. An evaluation has been presented in the March 2009 ESC meeting.

Re: [dev] SCM System Survey

2009-03-12 Thread David
Hi Stefan, I just read this message, and I think this is a great move. So far, I have had excellent experience with Mercurial (hg), and I believe that a bunch of other Sun open source projects use it too. It also shares a similar command set with Subversion. Ubuntu is using bazar, bzr,and of

Re: [dev] SCM System Survey

2009-03-12 Thread Cor Nouws
Hi David, David wrote (12-3-2009 18:58) [...] I think it is great that openoffice/sun is consulting the core group of openoffice developers, but I would like suggest that the tone that comes across in the section Participation in the Survey just does not seem very friendly, nor welcoming to

Re: [dev] SCM System Survey

2009-03-12 Thread Maximilian Odendahl
Hi Stefan http://surveys.services.openoffice.org/surveys/index.php?sid=52123lang=en when I enter my data, I get the message: The email you used has already been registered and no link is sent. Someone using my email adress or is the survey not configured correctly? Regards max

Re: [dev] SCM System Survey

2009-03-12 Thread Maximilian Odendahl
Hi again, and no link is sent. Someone using my email adress or is the survey not configured correctly? just after sending I got the other mail, so I guess you added all of us already. Sorry for the noise Best regards Max

Re: [dev] SCM System Survey

2009-03-12 Thread Maximilian Odendahl
Hi again, and no link is sent. Someone using my email adress or is the survey not configured correctly? just after sending I got the other mail, so I guess you added all of us already. Sorry for the noise Best regards Max

Re: [dev] Simplify Reference Casts by template constructors

2009-03-12 Thread Andrew Douglas Pitonyak
Rainman Lee wrote: Hi Andrew I know that implicit conversions usually bring more side effects than convenience. But it is not the reason that we should give all them up I think ;) There is no implicit conversion from std::string to const char*, because if a string is destroyed, the pointer to