Re: [Libreoffice] final and override

2011-11-28 Thread Stephan Bergmann
On 11/27/2011 08:58 PM, Noel Grandin wrote: I see the Mozilla project is adding MOZ_FINAL and MOZ_OVERRIDE macros to help control method overriding in their codebase http://whereswalden.com/2011/11/16/introducing-moz_override-to-annotate-virtual-functions-which-override-base-class-virtual-functi

Re: [Libreoffice] windows make dev-install, was build break in smoketestoo_native : LibO_*_install-arc_en-US.zip: No such file or directory

2011-11-28 Thread Stephan Bergmann
On 11/25/2011 09:48 PM, Tor Lillqvist wrote: Hmm, this is windows. I'm not altogether sure that the "make dev-install" suggestion makes sense for windows ? I don't think it does, no. In principle, given that "make dev-install" essentially just builds smoketestoo_native to get a working insta

Re: [Libreoffice] Leftovers

2011-11-28 Thread Lionel Elie Mamane
.On Sun, Nov 27, 2011 at 03:15:31AM -0800, Tom wrote: > Just a normal bug-report but with "[wish-list]" added into the > subject-line should be ok? Use the second method (not the assistant), see section "Reporting a bug in few steps" at http://wiki.documentfoundation.org/BugReport#Reporting_a_bug

Re: [Libreoffice] Eclipse: Libre Office integration help

2011-11-28 Thread Cedric Bosdonnat
Hello, On Sun, 2011-11-27 at 17:29 +0530, deenadayalan k wrote: > Can anybody provide some information on how to integrate libre Office > SDK source (LGPL license) in my own Eclipse RCP application? You asked me the same question privately and I see no reason to answer it privately. I worked on

Re: [Libreoffice] PostgreSQL-SDBC in LO: build system help

2011-11-28 Thread Lionel Elie Mamane
On Thu, Nov 17, 2011 at 01:35:25AM +0100, Fridrich Strba wrote: > On 16/11/11 23:22, Lionel Elie Mamane wrote: >> *** Necessary before pushing to master *** >> - Add an option --enable-ext-postgresql-sdbc, similar to >>--enable-ext-mysql-connector, and if that option is not given don't >>

[Libreoffice] [PUSHED] Cherry pick a commit for fdo 43263

2011-11-28 Thread Lionel Elie Mamane
On Sat, Nov 26, 2011 at 12:26:16PM -0800, julien2412 wrote: > As I explained on the comment > https://bugs.freedesktop.org/show_bug.cgi?id=43263#c1, > the commit b645f9195f4da3014e001fb27b8a117d89c8f389 could be cherry picked > on 3.4 branch to fix the crash. Did that. > PS : I don't know how to

Re: [Libreoffice] Eclipse: Libre Office integration help

2011-11-28 Thread Michael Meeks
Hi there, On Sun, 2011-11-27 at 17:29 +0530, deenadayalan k wrote: > Can anybody provide some information on how to integrate libre Office > SDK source (LGPL license) in my own Eclipse RCP application? Can you ask a more specific question ? is it about license compliance ? or about integ

Re: [Libreoffice] [PATCH] [PUSHED] Hide function pointers

2011-11-28 Thread Stephan Bergmann
On 11/27/2011 08:57 AM, Daisuke Nishino wrote: Exposing functioin pointers to outside is not a good practice I think. This patch encapsulates them. Also, since fnLeaveSelect is called from only one location, I eliminated the indirection. Great, thanks. Pushed (I simplified the "this->*this->"

Re: [Libreoffice] [libreoffice-l10n] [ANNOUNCE] added possessive genitive case month names, HEADS UP localizers ; -)

2011-11-28 Thread Serg Bormant
Hi Eike, all Here is Russian GenitiveMonths patch. Cc-ed to e-mail. -- wbr, sb ru_RU.GenitiveMonths.diff.gz Description: GNU Zip compressed data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listi

Re: [Libreoffice] Tinderbox failure, last success: 2011-11-18 20:05:29

2011-11-28 Thread Jan Holesovsky
Hi Miklos, On 2011-11-22 at 00:56 +0100, Jan Holesovsky wrote: [...on the Tinderbox status page...] > Unfortunately the JavaScript the page uses > sometimes makes the window disappear before you reach the choice; in > that case it helps to move the mouse cursor around that window, and > enter it

Re: [Libreoffice] [PUSHED] Translation of German comments in /svx/source/svdraw

2011-11-28 Thread Thorsten Behrens
Stefan Knorr (Astron) wrote: > The above patch and all of my possible future contributions is/are > made available under the LGPLv3+/MPL. > Hi Astron, really nice big cleanup, thanks for that - pushed with a few tiny edits. Would you want to add a line for yourself to http://wiki.documentfoundati

Re: [Libreoffice] final and override

2011-11-28 Thread Michael Meeks
On Mon, 2011-11-28 at 09:03 +0100, Stephan Bergmann wrote: > VOS_NAMESPACE etc. stuff, e.g.), we will likely need macros for new > features that can be enabled for compilers that already understand them, > without breaking the code for legacy compilers. I believe the Mozilla guys augmen

Re: [Libreoffice] [PUSHED] [PATCH] Add genitive and partitive month names for fi_FI locale

2011-11-28 Thread Thorsten Behrens
Harri Pitkänen wrote: > Add genitive and partitive month names and remove hardcoded case > suffixes from predefined date formats. One format incorrectly > had case suffixes added to abbreviated month names. > Sweet, pushed as-is. Many thanks!! -- Thorsten pgpHJ5V2IdTMH.pgp Description: PGP sign

Re: [Libreoffice] Tinderbox failure, last success: 2011-11-18 20:05:29

2011-11-28 Thread Caolán McNamara
On Mon, 2011-11-28 at 11:09 +0100, Jan Holesovsky wrote: > And the winner is... Miklos! Thank you for the fix, changing > onmouseover to onclick for the Close button did it. Looking forward to > meeting you at the conference (or earlier) to keep my promise :-) Yah, *crowd cheers*. C.

[Libreoffice] windows nss build failure (master)

2011-11-28 Thread Noel Power
Am I missing some magic incantation ? haven't built on windows forever, the build fails with nss, it just refuses to build for me ( attached is build log and autogen.lastrun ) There are some errors in the config from nss to do with phtreads but not sure if this is normal or not, or if this is t

Re: [Libreoffice] final and override

2011-11-28 Thread Stephan Bergmann
On 11/28/2011 11:25 AM, Michael Meeks wrote: On the other hand; I'd (personally) prefer to use some defines to create the 'override' and 'final' keywords (as they will be in future). Defining them to 'virtual' or even empty would do, if they are not present in the compiler. cf. glib's pro

Re: [Libreoffice] PostgreSQL-SDBC in LO: build system help

2011-11-28 Thread Alexander Thurgood
Le 28/11/11 10:32, Lionel Elie Mamane a écrit : Hi Lionel, I want to write up some help about the driver because I thought that while we were waiting for the connector to be integrated, I'd put it up as an extension on the extensions site. However, to do that, I need to write up a little mini-hel

Re: [Libreoffice] [PUSHED] [PATCH] Fix Kashida justification when there is no Kashida glyph

2011-11-28 Thread Thorsten Behrens
Khaled Hosny wrote: > This patch removes the "reasonable default" value of mnMinKashida which > makes no sense at all; either the font have a Kashida glyph and > mnMinKashida is set to its width or it doesn't and mnMinKashida is kept > 0. > Hi Khaled, nice one, pushed - by any chance, do you have

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-11-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Petr Mladek changed: What|Removed |Added Depends on||43266 --- Comment #235 from Petr Mladek 2

[Libreoffice] [PATCH] Fix for dialog Manage Breakpoints crash

2011-11-28 Thread Niklas Johansson
I started out trying to fix fdo 42778 and noticed that my initial description of the problem was a bit to narrow. It wasn't just the pass count that wasn't stored correctly but the breakpoints all together. In worst case it makes the program crash. This fix, stores the values. I'm not that exp

Re: [Libreoffice] Assertions and Logging

2011-11-28 Thread Michael Stahl
[somehow this mail got eaten somewhere, so i'll send it again...] On 22/11/11 13:15, Bjoern Michaelsen wrote: > Hi Michael, Stephan, all, > > On Tue, Nov 22, 2011 at 12:46:52PM +0100, Michael Stahl wrote: >> one requirement i would have on conditional compilation is that, whether >> --disable-dbg

Re: [Libreoffice] windows nss build failure (master)

2011-11-28 Thread Noel Power
On 28/11/11 11:46, Andras Timar wrote: [...] --with-mozilla-build=/cygdrive/c/mozilla-build/ For me it is --with-mozilla-build=c:/mozilla-build Give it a try, because your build system does not find nsinstall.exe and it is possible, that this is the root cause. unfortunately that wasn't it,

Re: [Libreoffice] windows nss build failure (master)

2011-11-28 Thread Jonathan Aquilina
On 11/28/11 1:17 PM, Noel Power wrote: On 28/11/11 11:46, Andras Timar wrote: [...] --with-mozilla-build=/cygdrive/c/mozilla-build/ For me it is --with-mozilla-build=c:/mozilla-build

Re: [Libreoffice] final and override

2011-11-28 Thread Michael Meeks
On Mon, 2011-11-28 at 11:42 +0100, Stephan Bergmann wrote: > On 11/28/2011 11:25 AM, Michael Meeks wrote: > > On the other hand; I'd (personally) prefer to use some defines to > > create the 'override' and 'final' keywords (as they will be in future). > > Defining them to 'virtual' or even emp

[Libreoffice] I need some advice to fix fdo#40363

2011-11-28 Thread Jean-Baptiste Faure
Hi all, The bug described in fdo#40363 may occur if you make a typo when type some dates in Calc. For example 1011-11-28 instead of 2011-11-28. In such a case, chart2 loops infinitely in master and LibO 3.4. The loop occurs in GetDateSomeYearsAway method in DateHelper.cxx : http://opengrok.libreof

[Libreoffice] [Bug 41883] MinGW port Most Annoying Bugs

2011-11-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41883 Lionel Elie Mamane changed: What|Removed |Added Depends on||43298 --- Comment #8 from Lionel El

Re: [Libreoffice] Possible little code simplification

2011-11-28 Thread Michael Stahl
On 25/11/11 19:05, Ivan Timofeev wrote: > Hello Michael, > > 2011/11/25 Michael Stahl : >> On 24/11/11 19:07, Ivan Timofeev wrote: >>> [...] >>> What do you think about changing the code so that pSortedObjs will be >>> alive every time? We will be able to return a reference to pSortedObjs >>> in G

[Libreoffice] [PATCH] Fix for fdo39748 Easy hack: Cleanup extensions list

2011-11-28 Thread Olivier Hallot
Hi Please find attached a patch for FDO 39748, Easy Hack Cleanup Extension list. Some post-commit I missed (I don't know how to fix a patch): in /desktop/source/deployment/gui/dp_gui.hrc, please drop the line +#define RID_EM_BTN_SELECT 23 in /desktop/source/deployment/g

Re: [Libreoffice] PostgreSQL-SDBC in LO: build system help

2011-11-28 Thread Alex Thurgood
Le 28/11/2011 11:47, Alexander Thurgood a écrit : Hi all, However, I have no idea how you would enter the strings for a remote db instance, in particular, the parameter separators. Trawling around the net and in the postgres documentation didn't get me any further, because any of the strings I

[Libreoffice] [Bug 41883] MinGW port Most Annoying Bugs

2011-11-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41883 Petr Mladek changed: What|Removed |Added Depends on||43246 --- Comment #9 from Petr Mladek 201

Re: [Libreoffice] Eclipse: Libre Office integration help

2011-11-28 Thread Cedric Bosdonnat
Hi, On Mon, 2011-11-28 at 16:51 +0530, deenadayalan k wrote: > Thanks for pointing to references (URL's). By the way I answered on the mailing-list, it's just because I don't want to hold such an interesting discussion privately. Please reply to the mailing-list too: this is archived and could he

[Libreoffice] GTK warnings on console when launching LO built from master

2011-11-28 Thread Alex Thurgood
Hi all, When testing my (more or less) daily build of LO master, I keep getting these warning messages on the console, whenever the app is in the process of creating a new file (during the 'Save' operation : Gtk-WARNING **: Unable to retrieve the file info for `file:///home/alex/Documents/IP

Re: [Libreoffice] final and override

2011-11-28 Thread Stephan Bergmann
On 11/28/2011 01:27 PM, Michael Meeks wrote: Sure - which is why we'd do that for old compiler versions only ...where it would still result in undefined behaviour, technically (note the "nitpick," was meant somewhat tongue-in-cheek). finalbool methodFoo(); virtua

Re: [Libreoffice] Assertions and Logging

2011-11-28 Thread Caolán McNamara
On Mon, 2011-11-28 at 12:51 +0100, Michael Stahl wrote: > finally, i have deployed our new aborting assertions for some definitely > wrong cases in SwIndex: > http://cgit.freedesktop.org/libreoffice/core/commit/?id=0d2a6999fc320843e4db0c99d961414416a8451c And I have abort on make subsequentcheck i

Re: [Libreoffice] GTK warnings on console when launching LO built from master

2011-11-28 Thread Michael Meeks
Hi Alex, On Mon, 2011-11-28 at 14:35 +0100, Alex Thurgood wrote: > When testing my (more or less) daily build of LO master, I keep getting > these warning messages on the console, whenever the app is in the > process of creating a new file (during the 'Save' operation : Sounds like a ge

Re: [Libreoffice] [PUSHED] [PATCH] Removing uses of OUString::setCharAt

2011-11-28 Thread Thorsten Behrens
August Sodora wrote: > Tonight I tried to remove some uses of setCharAt so that it can > eventually be removed, and I ran across a few cases that I would like > to get another pair of eyes on. Especially in one particular case, I > added a guard to make sure that the index was within range and I wa

Re: [Libreoffice] PostgreSQL-SDBC in LO: build system help

2011-11-28 Thread Michael Meeks
On Mon, 2011-11-28 at 14:23 +0100, Alex Thurgood wrote: > > However, I have no idea how you would enter the strings for a remote db > > instance, in particular, the parameter separators. ... > OK, I seem to have figured it out from re-reading libpq documentation. > The URL field accepts connectio

Re: [Libreoffice] [PATCH] [PUSHED] Hide function pointers

2011-11-28 Thread Daisuke Nishino
On Mon, Nov 28, 2011 at 6:42 PM, Stephan Bergmann wrote: > On 11/27/2011 08:57 AM, Daisuke Nishino wrote: > >> Exposing functioin pointers to outside is not a good practice I think. >> This patch encapsulates them. >> Also, since fnLeaveSelect is called from only one location, I eliminated >> the

Re: [Libreoffice] [PATCH] [PUSHED] Hide function pointers

2011-11-28 Thread Stephan Bergmann
On 11/28/2011 04:28 PM, Daisuke Nishino wrote: I thought I don't need to write the statement once I have posted the above. Should I edit the wiki page, or do I need to write it in every posts? It suffices if you posted it once (I just did not bother to search the mail archives, only looked at

Re: [Libreoffice] [PUSHED-3-4] [REVIEW-3-4] fdo#32347 reenable ADO URL helper UI

2011-11-28 Thread Thorsten Behrens
Lionel Elie Mamane wrote: > Attached patch is a partial backport of my commit > 538190e0ea142d0a7da244809c66241379d4d91b in master. > > It reenables the ADO URL helper UI on MS Windows, which makes it > *much* easier to connect to ADO databases. It is a regression compared > to any version compile

Re: [Libreoffice] EuroOffice Barcode

2011-11-28 Thread Jan Holesovsky
Hi Tibor, On 2011-11-23 at 10:29 +0100, Brenner Tibor wrote: > I'm Tibor Brenner from MultiRcio Ltd. We are the developer team of > EuroOffice software package and extensions. I've written to András Tímár > from your team about a request with our Barcode extension, and he > suggested to use yo

[Libreoffice] [PUSHED] ru-RU genitive case month names (was: [libreoffice-l10n] [ANNOUNCE] added possessive genitive case month names, HEADS UP localizers ; -))

2011-11-28 Thread Eike Rathke
Hi Serg, On Monday, 2011-11-28 13:45:11 +0400, Serg Bormant wrote: > Here is Russian GenitiveMonths patch. Thanks, pushed to master http://cgit.freedesktop.org/libreoffice/core/commit/?id=c01ce861aced958302087117a5c5019d420b9d52 > Cc-ed to e-mail. Only received in personal mail, list strips at

Re: [Libreoffice] WaE on vcl because of qt4 module

2011-11-28 Thread Lubos Lunak
On Friday 25 of November 2011, julien2412 wrote: > Hello, > > By compiling vcl module (Debian testing x86-32, WaE, debug and symbols > enabled), I've got this : > In file included from /usr/include/qt4/QtCore/qdatastream.h:45:0, > from /usr/include/qt4/QtCore/qpair.h:45, >

[Libreoffice] [PATCH] [REVIEW-3-4] fdo#39950 report builder segfault during copy/paste

2011-11-28 Thread Lionel Elie Mamane
Attached patch is a backport of commit 538190e0ea142d0a7da244809c66241379d4d91b in master by Caolán McNamara. The only change wrt to master is in whitespace in context lines (tabs vs spaces...) It fixes fdo#39950, "most annoying" and severity "critical": when copy/pasting (or drag'n dropping acros

Re: [Libreoffice] minutes of tech. steering call ...

2011-11-28 Thread Michael Stahl
On 25/11/11 15:13, Bjoern Michaelsen wrote: > On Fri, Nov 25, 2011 at 11:20:50AM +0100, Michael Stahl wrote: >> DISPLAY=:42 ./soffice "--accept=pipe,name=$USER;urp;" --norestore >> --nologo -env:UserInstallation=file:///tmp/xyz > instead of that monster you cant now run: > > make debugrun >

[Libreoffice] LoadComponentFromUrl misuse lead to crash

2011-11-28 Thread Laurent Godard
Hi here is a summary of the bug i encounter, present in all LibO versions (master, 344, 322), but safe in OOo321 inside a macro, i launch a stardesktop.loadComponentFromUrl(firstArg, ...). if firstArg is an URL, starting with file://, no problem if firstArg is a path, /the/path/to/my/file, LibO

Re: [Libreoffice] fdo#42924: needs help with "tablehead" xml parsing

2011-11-28 Thread Jan Holesovsky
Hi Korrawit, On 2011-11-23 at 23:56 +0700, Korrawit Pruegsanusak wrote: > Following https://bugs.freedesktop.org/show_bug.cgi?id=42924, > this is an unfinished patch to check whether is empty. > Hope I was on the right way :) I'm terribly sorry I am answering this late :-( Thank you for the pi

Re: [Libreoffice] final and override

2011-11-28 Thread Pierre-André Jacquod
Hello, However, given that override and final will only make it into GCC 4.7 (according to ), it according to gcc.gnu.org too.. but since it seems that MSCV (according the same wiki) supports it / will support it, why not just wait a bit an

Re: [Libreoffice] [Libreoffice-qa] New Windows tinderbox: Windows 2008R2

2011-11-28 Thread Rainer Bielefeld
Jan Holesovsky schrieb: Hi, I've retired the "Windows XP SP3" Hi, thank you for providing WIN tinderboxes. Unfortunately currently the situation is a little worrying. We have very few WII Master testers (pls see reporter-table):

[Libreoffice] [Bug 41883] MinGW port Most Annoying Bugs

2011-11-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41883 Rainer Bielefeld changed: What|Removed |Added Depends on||43315 --- Comment #10 from Rainer Bie

Re: [Libreoffice] [Libreoffice-qa] New Windows tinderbox: Windows 2008R2

2011-11-28 Thread Michael Meeks
Hi Rainer, On Mon, 2011-11-28 at 19:15 +0100, Rainer Bielefeld wrote: > something I can't use; how can I create a parallel installation with > "master~2011-11-28_12.06.44_libodev35.msi"? I do not know. Surely you can run it ? is it not possible to select a different installation director

Re: [Libreoffice] [PUSHED] [PATCH] Fix Kashida justification when there is no Kashida glyph

2011-11-28 Thread Khaled Hosny
Hi Thorsten, On Mon, Nov 28, 2011 at 11:57:04AM +0100, Thorsten Behrens wrote: > Khaled Hosny wrote: > > This patch removes the "reasonable default" value of mnMinKashida which > > makes no sense at all; either the font have a Kashida glyph and > > mnMinKashida is set to its width or it doesn't an

[Libreoffice] [Fwd: About Mozilla's final/override macros]

2011-11-28 Thread Michael Meeks
Hi Jeff, Thanks for the gory details :-) much appreciated; having said all that the idea of having 'virtual' at the beginning of a method, and 'final' at the end is (to me) pretty fugly but ... some great advice here. Thanks ! :-) Michael. Forwarded Mess

Re: [Libreoffice] final and override

2011-11-28 Thread Stephan Bergmann
On 11/28/2011 08:10 PM, Pierre-André Jacquod wrote: but since it seems that MSCV (according the same wiki) supports it / will support it, why not just wait a bit and then use it directly, setting a minimal compiler version ? This would allow a "cleaner" code, not having to take into account "befo

Re: [Libreoffice] I need some advice to fix fdo#40363

2011-11-28 Thread Kohei Yoshida
On Mon, 2011-11-28 at 13:43 +0100, Jean-Baptiste Faure wrote: > > Now, my question is what to do? Is it a good idea to modify > Date::IsValid in tdate.cxx without knowing why it works in LibO 3.3 ? I can sense that you already know the answer to this question. :-) But I wouldn't modify IsValid(

Re: [Libreoffice] GTK warnings on console when launching LO built from master

2011-11-28 Thread Alexander Thurgood
Le 28/11/11 14:55, Michael Meeks a écrit : Hi Michael, > Sounds like a generic gtk+ file-selector bug I guess. Do you get it > when using gedit ? > Will have to wait til I'm back in front of my Linux box I'm afraid, but will report back later in the week. Alex

Re: [Libreoffice] I need some advice to fix fdo#40363

2011-11-28 Thread Regina Henschel
Hi Kohei, Kohei Yoshida schrieb: [..] My conclusion? No idea what advice I should give you to get it fixed just yet. Maybe someone else knows the work that Oracle has done to the chart2 module after 3.3& give us some background? From the release notes [1] I guess, that it is the feature to

Re: [Libreoffice] I need some advice to fix fdo#40363

2011-11-28 Thread Kohei Yoshida
On Mon, 2011-11-28 at 21:56 +0100, Regina Henschel wrote: > Hi Kohei, > > Kohei Yoshida schrieb: > [..] > > > > My conclusion? No idea what advice I should give you to get it fixed > > just yet. Maybe someone else knows the work that Oracle has done to the > > chart2 module after 3.3& give us s

Re: [Libreoffice] Setting up a non-intrusive build cluster

2011-11-28 Thread Jan Holesovsky
Hi Marc-André, On 2011-11-21 at 11:50 +, Michael Meeks wrote: > > The expected candidate is, of course, icecream. So, more > > pragmatically, is there any way we could set it up so that the > > icecream daemon either shuts down or stops taking jobs when a user > > logs in, and have it get bac

Re: [Libreoffice] errors in idl files

2011-11-28 Thread Michael Stahl
On 24/11/11 14:16, Tomas Hlavaty wrote: >> heh, i fixed that a lot on Monday, after discovering that a lot of its >> files were not listed in the makefile at all; please git pull and try >> again :) > > Ah, sorry I didn't have the most recent repo. > > However, after pulling, it is still not poss

Re: [Libreoffice] Assertions and Logging

2011-11-28 Thread Michael Stahl
On 28/11/11 14:43, Caolán McNamara wrote: > On Mon, 2011-11-28 at 12:51 +0100, Michael Stahl wrote: >> finally, i have deployed our new aborting assertions for some definitely >> wrong cases in SwIndex: >> http://cgit.freedesktop.org/libreoffice/core/commit/?id=0d2a6999fc320843e4db0c99d961414416a84

Re: [Libreoffice] I need some advice to fix fdo#40363

2011-11-28 Thread Regina Henschel
Hi Kohei, Kohei Yoshida schrieb: On Mon, 2011-11-28 at 21:56 +0100, Regina Henschel wrote: Hi Kohei, Kohei Yoshida schrieb: [..] My conclusion? No idea what advice I should give you to get it fixed just yet. Maybe someone else knows the work that Oracle has done to the chart2 module after

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-11-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Orion Poplawski changed: What|Removed |Added Depends on||42958 --- Comment #236 from Orion Popl

Re: [Libreoffice] [PATCH] fdo#42286, do not shrink the selected area

2011-11-28 Thread Eike Rathke
Hi Pierre-André, On Sunday, 2011-11-27 20:23:33 +0100, Pierre-André Jacquod wrote: > >I wouldn't say it's wrong unless I checked the original intention behind > >that code when GetDataArea() is called with bIncludeOld=false, maybe > >it's just the call in ExtendDataArea() that should pass true in

Re: [Libreoffice] libreoffice sdk 3.4 and SWT Linux issue

2011-11-28 Thread othman
Sorry for being late to reply to this thread. but this is an important bug that needs to be fixed. I'm not sure how to attach the soffice.bin process with gdb? in fact i run my OO addon from netbeans IDE. is there a way i can have netbeans OO plugin to output debug info in output console of netbea

Re: [Libreoffice] [PUSHED] Cherry pick a commit for fdo 43263

2011-11-28 Thread Eike Rathke
Hi Lionel, On Monday, 2011-11-28 10:39:25 +0100, Lionel Elie Mamane wrote: > ~/src/libreoffice/libreoffice-3.4/clone/filters$ ( cd > ~/src/libreoffice/core/; git format-patch --stdout > b645f9195f4da3014e001fb27b8a117d89c8f389^1..b645f9195f4da3014e001fb27b8a117d89c8f389 > ) | git am -s Just a

Re: [Libreoffice] numbers auto format as date

2011-11-28 Thread Eike Rathke
Hi Lior, On Sunday, 2011-11-27 11:32:47 +0200, Lior Kaplan wrote: > I'd like to inquire about a group of related bugs which are all due to > calc's auto format of numbers to date, which in some cases also changes the > number itself. Do we target these for the 3.5 life time ? No, but I'm about t

Re: [Libreoffice] I need some advice to fix fdo#40363

2011-11-28 Thread Eike Rathke
Hi Jean-Baptiste, On Monday, 2011-11-28 13:43:51 +0100, Jean-Baptiste Faure wrote: > The bug described in fdo#40363 may occur if you make a typo when type > some dates in Calc. Thanks for investigating, I'll dig into that. > If I modify Date::IsValid so that only dates strictly between 1582-10-

Re: [Libreoffice] [PATCH] Fix for dialog Manage Breakpoints crash

2011-11-28 Thread Eike Rathke
Hi Niklas, On Monday, 2011-11-28 12:27:16 +0100, Niklas Johansson wrote: > In worst case it makes the program crash. This fix, stores > the values. I'm not that experienced with C++ so could someone have > a second look at this there might very well be a "cleaner" way of > writing it. Good find!

Re: [Libreoffice] [PUSHED] Fix for fdo39748 Easy hack: Cleanup extensions list

2011-11-28 Thread Olivier Hallot
Hi Michael Em 28-11-2011 18:18, Michael Meeks escreveu: Some post-commit I missed (I don't know how to fix a patch): in /desktop/source/deployment/gui/dp_gui.hrc, please drop the line +#define RID_EM_BTN_SELECT 23 in /desktop/source/deployment/gui/dp_gui_dialog2.cxx, pl

Re: [Libreoffice] [PUSHED] Fix for fdo39748 Easy hack: Cleanup extensions list

2011-11-28 Thread Olivier Hallot
(I forgot to attach the patch) -- Olivier Hallot Founder, Board of Directors Member - The Document Foundation LibreOffice translation leader for Brazilian Portuguese +55-21-8822-8812 >From 1ad41faf91e8c82b812b0135cca3374eae9e8db6 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Mon, 28 Nov 2

Re: [Libreoffice] [PATCH] Removing uses of OUString::setCharAt

2011-11-28 Thread August Sodora
Thanks! I've attached another one that should leave only a few more uses to clean up, mostly with macos-related code. I didn't push this myself because I really wanted to make sure all the bounds checking is correct. August Sodora aug...@gmail.com (201) 280-8138 On Mon, Nov 28, 2011 at 12:30 PM

[Libreoffice] git: backporting/cherry-picking a patch across different repositories

2011-11-28 Thread Lionel Elie Mamane
On Mon, Nov 28, 2011 at 11:46:44PM +0100, Eike Rathke Dwrote: > On Monday, 2011-11-28 10:39:25 +0100, Lionel Elie Mamane wrote: >> ~/src/libreoffice/libreoffice-3.4/clone/filters$ ( cd >> ~/src/libreoffice/core/; git format-patch --stdout >> b645f9195f4da3014e001fb27b8a117d89c8f389^1..b645f9195f

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2011-11-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 32826, which changed state. Bug 32826 Summary: Printing in Preview mode causes all sheets to be printed https://bugs.freedesktop.org/show_bug.cgi?id=32826 What|Old Value |New Value --

Re: [Libreoffice] I need some advice to fix fdo#40363

2011-11-28 Thread Jean-Baptiste Faure
Hi Eike, Le 29/11/2011 00:35, Eike Rathke a écrit : > Hi Jean-Baptiste, > > On Monday, 2011-11-28 13:43:51 +0100, Jean-Baptiste Faure wrote: > >> The bug described in fdo#40363 may occur if you make a typo when type >> some dates in Calc. > > Thanks for investigating, I'll dig into that. Thank

Re: [Libreoffice] I need some advice to fix fdo#40363

2011-11-28 Thread Jean-Baptiste Faure
Hi Regina, Kohei, Le 28/11/2011 22:00, Regina Henschel a écrit : > Hi Kohei, > > Kohei Yoshida schrieb: > [..] >> >> My conclusion? No idea what advice I should give you to get it fixed >> just yet. Maybe someone else knows the work that Oracle has done to the >> chart2 module after 3.3& give

Re: [Libreoffice] [Libreoffice-qa] New Windows tinderbox: Windows 2008R2

2011-11-28 Thread Rainer Bielefeld
Michael Meeks schrieb: I believe we switched our packaging format from NSIS .exe's to the new .msi installs that you see now. Hi, the problem simply might be missing manual. We have a "how to" on for doing a serve