Re: [Libreoffice] linking against a .a and *not* exporting those symbols ?

2011-07-27 Thread Caolán McNamara
On Tue, 2011-07-26 at 18:19 +0100, Michael Meeks wrote: Hi Caolan, On Tue, 2011-07-26 at 15:46 +0100, Caolán McNamara wrote: ... nm -D workdir/unxlngx6/LinkTarget/Library/libooxlo.so|grep EVP_MD_CTX_create 00666d00 T EVP_MD_CTX_create That is really dumb :-) this is

Re: [Libreoffice] [PUSHED] [REVIEW 3.4] In Calc, after using FindBar, the Search Replace options do not work any more

2011-07-27 Thread Noel Power
On 26/07/11 23:31, Jan Holesovsky wrote: Hi, https://bugs.freedesktop.org/show_bug.cgi?id=33593 The fix for that was provided in CWS dr78 which is integrated in LibreOffice, but apparently got lost during a merge - I did not investigate more if it happened already in Mercurial (when the CWS

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

2011-07-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 36915, which changed state. Bug 36915 Summary: Beanshell scripts don't work https://bugs.freedesktop.org/show_bug.cgi?id=36915 What|Old Value |New Value

Re: [Libreoffice] [Libreoffice-ux-advise] [REVIEW 3.4] FindBar silently reuses options from the Search Replace dialog

2011-07-27 Thread Astron
This seems to be unexpected - using the FindBar, one should be able to find everything. That would be my assumption when using it, too. With the patch I am proposing for cherry-picking to 3.4 (I have pushed that to master), the options are unset when you use the FindBar, ie. it resets

Re: [Libreoffice] Calc need too much RAM to open large spreadsheets than Excel, fix?

2011-07-27 Thread Michael Meeks
Hi Sam, On Wed, 2011-07-27 at 16:12 +0700, Samphan Raruenrom wrote: Last year I've done a comparison of memory usage on Windows between OpenOffice.org Calc 3.1 and MS Excel 2003/2007 for spreadsheets with simple formula of various size. I found that Calc take a lot more memory than Excel

Re: [Libreoffice] [PATCH] Fix parallel build crash in translate_toolkit requiring solenv

2011-07-27 Thread Michael Meeks
Thanks for that; those parallel build pieces can be hard to catch when they're missing. Nice catch :-) Michael. -- michael.me...@novell.com , Pseudo Engineer, itinerant idiot ___ LibreOffice mailing list

Re: [Libreoffice] Small Question About sal_* Types

2011-07-27 Thread Michael Meeks
On Tue, 2011-07-26 at 23:44 -0500, Norbert Thiebaud wrote: the goal is also to get rid of BOOL, but again being careful with uno interaction: if uno - sal_Bool otherwise bool (this is particularly tricky when touching the prototype of a virtual function... as all of the derived virtual of a

[Libreoffice] [review for 3.4] fix for bnc#707486

2011-07-27 Thread Noel Power
I would really like to get this patch into 3.4, the patch affects vba related calls only and imo safe. Basically the patch allows copy to work for appropriate multi-area ranges. The core calc function 'CopyToClip' variant that is modified is used *only* by vba api implementation code so

Re: [Libreoffice] Calc need too much RAM to open large spreadsheets than Excel, fix?

2011-07-27 Thread Kevin Hunter
At 6:07am -0400 Wed, 27 Jul 2011, Michael Meeks wrote: On Wed, 2011-07-27 at 16:12 +0700, Samphan Raruenrom wrote: Is there any work on LibreOffice to reduce memory usage of LibreOffice Calc on large spreadsheets? but IMHO -the- fundamental design problem with calc, is something quite banal -

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

2011-07-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Manuel Reimer manuel.s...@nurfuerspam.de changed: What|Removed |Added Depends on||39560 --

Re: [Libreoffice] [GSoC 2011][svgexport] weekly report #9

2011-07-27 Thread Marco
On Tue, 26 Jul 2011 15:35:27 +0200, Thorsten Behrens t...@documentfoundation.org wrote: Hi Thorsten, welcome back! :) Marco wrote: skip == 2 == For each slide all animations are exported into the svg document: the exported animation elements are the same that are created by the odp format

Re: [Libreoffice] Calc need too much RAM to open large spreadsheets than Excel, fix?

2011-07-27 Thread Markus Mohrhard
Hello, I have been working a bit on performance related calc problems for 3.5. I have at least one item left for 3.5: for nearly every undo step we create a full copy of the whole document. For 3.5 I planned to improve the undo code for sheets that means that we no longer copy every sheet to an

Re: [Libreoffice] linking against a .a and *not* exporting those symbols ?

2011-07-27 Thread Michael Meeks
On Wed, 2011-07-27 at 09:18 +0100, Caolán McNamara wrote: Or perhaps I mis-understood ;-) is it easy to inject those flags ? Not particularly easy, but ended up doing that anyway. Great - and I hope it works :-) I was sort of hoping for a fire-once solution which could be

Re: [Libreoffice] DDEInitiate bug

2011-07-27 Thread Michael Meeks
Hi Knut, On Tue, 2011-07-26 at 23:20 +0200, Knut Olav Bøhmer wrote: Sadly I don't know. I imagine you need to avoid the splash binary - and run soffice.bin. I would be tempted to remove soffice.exe rename soffice.bin - soffice.exe and debug that way. I found it. devenv

Re: [Libreoffice] [REVIEW] bugfixes which break the string freeze for 3.4.3

2011-07-27 Thread Péter Rabi
Hi Michael, * 2011. 07. 26, kedd keltezéssel 17.06-kor Michael Meeks ezt írta: On Tue, 2011-07-26 at 15:17 +0200, Andras Timar wrote: I'd like to add the bugfix for https://bugs.freedesktop.org/show_bug.cgi?id=32895 Somebody some day marked it as critical. :-) So - I'm not a huge

[Libreoffice] [REVIEW] linking against a .a and *not* exporting those symbols.

2011-07-27 Thread Caolán McNamara
On Wed, 2011-07-27 at 13:01 +0100, Michael Meeks wrote: On Wed, 2011-07-27 at 09:18 +0100, Caolán McNamara wrote: Or perhaps I mis-understood ;-) is it easy to inject those flags ? Not particularly easy, but ended up doing that anyway. Great - and I hope it works :-)

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

2011-07-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Depends on|39560 | --

[Libreoffice] About merging and people not paying attention

2011-07-27 Thread Robert Nagy
I would like to ask my fellow developers to be more careful about merging and _touching_ files at all that they don't understand. During the last two days I had to fix several problems that were introduced by merging changes, hell I even found files with _conflicts_ in them and the guy who pushed

[Libreoffice] [REVIEWED] linking against a .a and *not* exporting those symbols.

2011-07-27 Thread Michael Meeks
On Wed, 2011-07-27 at 13:27 +0100, Caolán McNamara wrote: Apparently, crash-be-gone anyway, nm -D gives me what I expect now on the final .so. I'd like to propose that fix 1022b20da6e234349b9c8d094670297a8e523c86 in libs-extern for 3-4. Wonderful - cherry picked it to -3-4 just now.

Re: [Libreoffice] [REVIEWED] linking against a .a and *not* exporting those symbols.

2011-07-27 Thread Caolán McNamara
On Wed, 2011-07-27 at 14:21 +0100, Michael Meeks wrote: Oh - goodness; what a bunch of lamers we are ! ;-) neon, python, ucb etc. Clearly the whole world should be using NSS. *mumble*, last time I looked at this I couldn't figure out the equivalent NSS api. Since then there's

[Libreoffice] Calc - a better design ...

2011-07-27 Thread Michael Meeks
Hi Kevin, On Wed, 2011-07-27 at 06:56 -0400, Kevin Hunter wrote: At 6:07am -0400 Wed, 27 Jul 2011, Michael Meeks wrote: but IMHO -the- fundamental design problem with calc, is something quite banal - the concept that a spreadsheet is built from cells: without breaking that basic

Re: [Libreoffice] About merging and people not paying attention

2011-07-27 Thread Thomas Arnhold
On 07/27/2011 02:35 PM, Robert Nagy wrote: I would like to ask my fellow developers to be more careful about merging and _touching_ files at all that they don't understand. During the last two days I had to fix several problems that were introduced by merging changes, hell I even found files

Re: [Libreoffice] About merging and people not paying attention

2011-07-27 Thread Kohei Yoshida
On Wed, 2011-07-27 at 14:35 +0200, Robert Nagy wrote: I would like to ask my fellow developers to be more careful about merging and _touching_ files at all that they don't understand. During the last two days I had to fix several problems that were introduced by merging changes, hell I even

Re: [Libreoffice] Kill Dtwm/CDE

2011-07-27 Thread Thomas Arnhold
So I removed this Property checks for various vendors with commit http://cgit.freedesktop.org/libreoffice/libs-gui/commit/?id=6b344d2654eb6a87f6e759376e7ee988f1a52761 If someone needs this back, feel free to do so (only jobset.{h,c}xx was a mis-merge, sorry for that). Thomas

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

2011-07-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 36631, which changed state. Bug 36631 Summary: Writer crashes when using undo-redo on formula https://bugs.freedesktop.org/show_bug.cgi?id=36631 What|Old Value |New Value

[Libreoffice] [REVIEW] fdo#36631 crash for undo/redo with ole/math objects in writer

2011-07-27 Thread Caolán McNamara
Proposing for 3-4. Makes the crash in one of those most-annoying bugs go away. http://cgit.freedesktop.org/libreoffice/writer/commit/?id=c234df7779b0e43e4433e71933c22f9e703da735 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] [REVIEW] bugfixes which break the string freeze for 3.4.3

2011-07-27 Thread Michael Meeks
Hi Peter, On Wed, 2011-07-27 at 13:21 +0200, Péter Rabi wrote: The bug (fdo#32895), which we are talking about affects 'dlgass' (the welcoming wizard of impress) and dialogue 'doctempl' (Impress - File - Templates - Save). Okay ! :-) While 'doctempl' uses the template handling

Re: [Libreoffice] [REVIEWED] [PUSHED 3-4] fix for fdo#37628: pssword button is always disabled

2011-07-27 Thread Kohei Yoshida
On Tue, 2011-07-26 at 14:34 -0400, Kohei Yoshida wrote: On Tue, 2011-07-26 at 18:25 +0100, Michael Meeks wrote: On Tue, 2011-07-26 at 10:37 -0400, Kohei Yoshida wrote: Just to spell out my intention more clearly, if nobody disagrees that this minor quirk will not cause any issues (after

Re: [Libreoffice] About merging and people not paying attention

2011-07-27 Thread Norbert Thiebaud
On Wed, Jul 27, 2011 at 7:35 AM, Robert Nagy rob...@openbsd.org wrote: I would like to ask my fellow developers to be more careful about merging and _touching_ files at all that they don't understand. During the last two days I had to fix several problems that were introduced by merging

Re: [Libreoffice] About merging and people not paying attention

2011-07-27 Thread Bjoern Michaelsen
On Wed, 27 Jul 2011 14:35:23 +0200 Robert Nagy rob...@openbsd.org wrote: I would like to ask my fellow developers to be more careful about merging and _touching_ files at all that they don't understand. During the last two days I had to fix several problems that were introduced by merging

Re: [Libreoffice] [REVIEW 3.4] FindBar silently reuses options from the Search Replace dialog

2011-07-27 Thread Kohei Yoshida
Hi Kendy, On Wed, 2011-07-27 at 00:51 +0200, Jan Holesovsky wrote: With the patch I am proposing for cherry-picking to 3.4 (I have pushed that to master), the options are unset when you use the FindBar, ie. it resets whatever flags the user has set in the Search Replace dialog too. This is

Re: [Libreoffice] Calc need too much RAM to open large spreadsheets than Excel, fix?

2011-07-27 Thread Kohei Yoshida
Hi Samphan, On Wed, 2011-07-27 at 16:12 +0700, Samphan Raruenrom wrote: Last year I've done a comparison of memory usage on Windows between OpenOffice.org Calc 3.1 and MS Excel 2003/2007 for spreadsheets with simple formula of various size. I found that Calc take a lot more memory than Excel

[Libreoffice] [DON'T PUSH] Re: [REVIEW 3.4] FindBar silently reuses options from the Search Replace dialog

2011-07-27 Thread Jan Holesovsky
Hi Astron, Kohei, On 2011-07-27 at 12:10 -0400, Kohei Yoshida wrote: Having said all this, I'm just one developer, and this is just my personal opinion. And I would be interested to hear from other folks as well. We have already 2 vetos (and I was warning about the controversy of this too),

[Libreoffice] [PUSHED 3.4] Re: [REVIEW] fdo#36631 crash for undo/redo with ole/math objects in writer

2011-07-27 Thread Jan Holesovsky
Hi Caolán, On 2011-07-27 at 15:11 +0100, Caolán McNamara wrote: Proposing for 3-4. Makes the crash in one of those most-annoying bugs go away. http://cgit.freedesktop.org/libreoffice/writer/commit/?id=c234df7779b0e43e4433e71933c22f9e703da735 Thank you very much for that one - everything

Re: [Libreoffice] [REVIEW 3.4] FindBar silently reuses options from the Search Replace dialog

2011-07-27 Thread Cor Nouws
Hi Kendy, Jan Holesovsky wrote (27-07-11 00:51) With the patch I am proposing for cherry-picking to 3.4 (I have pushed that to master), the options are unset when you use the FindBar, ie. it Fine for me as temporary solution! The annoyance of not understanding what happens with the Find bar

Re: [Libreoffice] [PATCH] Import of xrefs to numbered paragraphs from docx

2011-07-27 Thread Kohei Yoshida
On Fri, 2011-07-22 at 23:59 +1000, Troy Rollo wrote: This replaces the earlier version of this patch, which was wrong for the NUMBER_FULL_CONTEXT cross-reference type. I believe this is Cedric's area, but he is on vacation at the moment. I'm also CC'ing Lubos as well since I've seen him make

Re: [Libreoffice] [PATCH] Fix field values in export to docx

2011-07-27 Thread Kohei Yoshida
On Sat, 2011-07-23 at 00:18 +1000, Troy Rollo wrote: Prior to this patch, fields were being exported to docx file with the field value being the name of the field. This patch changes it to export the field value as the field value. Ditto with this one. I'll CC Cedric and Lubos for review.

Re: [Libreoffice] [PATCH] Fix parent level count in numbering from docx

2011-07-27 Thread Kohei Yoshida
On Sat, 2011-07-23 at 01:24 +1000, Troy Rollo wrote: Before this patch, when importing from docx, if there were no parent numbering levels in the number formats for outline numbered paragraphs, the import would include all parent levels back to the second numbering level, in the third and

Re: [Libreoffice] [PATCH] Fix fdo#36868 - doc import list numbering error

2011-07-27 Thread Kohei Yoshida
On Sun, 2011-07-24 at 00:03 +1000, Troy Rollo wrote: This patch appears to be fix fdo#36868. The problem is that the paragraph style was never being assigned an outline list level. The saved file did not have an sprmPOutLvl for that paragraph (although it did have one for the level 0 style),

Re: [Libreoffice] [PATCH] Import of xrefs to numbered paragraphs from docx

2011-07-27 Thread Kohei Yoshida
On Thu, 2011-07-21 at 23:27 +1000, Troy Rollo wrote: The first part of this patch adds importing of cross-references to numbered paragraphs from docx file. I believe this one has been replaced by your other patch submitted on Friday, July 22nd. No need to follow up on this. Kohei

[Libreoffice] Inconsistencies in GoDownSel and GoUpSel (cell selection in Calc)

2011-07-27 Thread Olivier Hallot
Hi Investigating sc/sdi/cellsh.sdi I see the following code for the commands GoDown, GoDownSel, GoUp, GoUpSel (+ left and right movement and selection) //cursor down SfxVoidItem GoDown SID_CURSORDOWN ( SfxInt16Item By FN_PARAM_1, SfxBoolItem Sel FN_PARAM_2 ) [

Re: [Libreoffice] About merging and people not paying attention

2011-07-27 Thread Robert Nagy
On (2011-07-27 10:03), Kohei Yoshida wrote: On Wed, 2011-07-27 at 14:35 +0200, Robert Nagy wrote: I would like to ask my fellow developers to be more careful about merging and _touching_ files at all that they don't understand. During the last two days I had to fix several problems that

Re: [Libreoffice] [MHST] GDB doesn't show name of methods in backtrace

2011-07-27 Thread Ta Duc Tung
On 07/22/2011 06:51 PM, Andor E wrote: Hi, did you build module sw with debug=t? Otherwise you won't get any method names and line numbers. Greetings eymux On Fri, Jul 22, 2011 at 12:57 PM, Ta Duc Tungtatung2...@gmail.com wrote: Hi, I've tried to add a radio button into print dialog for

Re: [Libreoffice] About merging and people not paying attention

2011-07-27 Thread Robert Nagy
On (2011-07-27 10:50), Norbert Thiebaud wrote: Having done massive merge with conflicting files numbering in the thousands, I would be less quick to throw a stone here. I also had to iron some kink on MacOs this week-end as a fallback of gnumake4 merge... but all in all it 'cost' me few hours

Re: [Libreoffice] About merging and people not paying attention

2011-07-27 Thread Robert Nagy
On (2011-07-27 15:53), Thomas Arnhold wrote: On 07/27/2011 02:35 PM, Robert Nagy wrote: I would like to ask my fellow developers to be more careful about merging and _touching_ files at all that they don't understand. During the last two days I had to fix several problems that were introduced

Re: [Libreoffice] [MHST] GDB doesn't show name of methods in backtrace

2011-07-27 Thread Ta Duc Tung
On 07/22/2011 06:51 PM, Andor E wrote: Hi, did you build module sw with debug=t? Otherwise you won't get any method names and line numbers. Greetings eymux On Fri, Jul 22, 2011 at 12:57 PM, Ta Duc Tungtatung2...@gmail.com wrote: Hi, I've tried to add a radio button into print dialog for

Re: [Libreoffice] [review for 3.4] fix for bnc#707486

2011-07-27 Thread Kohei Yoshida
Hi Noel, On Wed, 2011-07-27 at 11:50 +0100, Noel Power wrote: I would really like to get this patch into 3.4, the patch affects vba related calls only and imo safe. Basically the patch allows copy to work for appropriate multi-area ranges. The core calc function 'CopyToClip' variant that

Re: [Libreoffice] About merging and people not paying attention

2011-07-27 Thread Bjoern Michaelsen
On Wed, 27 Jul 2011 20:06:06 +0200 Robert Nagy rob...@openbsd.org wrote: If a patch/merge touches all of the platform files then it should be sent to the developers responsible for that part of the tree directly, Completely unworkable for a cws that was open (not integrated) at OOo, needed

Re: [Libreoffice] About merging and people not paying attention

2011-07-27 Thread Robert Nagy
On (2011-07-27 20:31), Bjoern Michaelsen wrote: On Wed, 27 Jul 2011 20:06:06 +0200 Robert Nagy rob...@openbsd.org wrote: If a patch/merge touches all of the platform files then it should be sent to the developers responsible for that part of the tree directly, Completely unworkable for

Re: [Libreoffice] [GSoC 2011][svgexport] weekly report #9

2011-07-27 Thread Thorsten Behrens
Marco wrote: For each slide all animations are exported into the svg document: the exported animation elements are the same that are created by the odp format exporter. Interesting - but maybe easier to have some pre-processed subset first? Well surely I chose the hard way, but indeed

[Libreoffice] [LibreOffice][EasyHack] Hybrid PDF improvement 1 and 2

2011-07-27 Thread Jenei Gábor
Hello, Could you tell me if the first easyHack mentioned in the subject is still alive? Because for me it seems to be already resolved in version 3.5(However in 3.4 it can be seen). And as for the second hack, could someone tell me if it is alive? And where can I find the source code that does

[Libreoffice] [EasyHack] Hybrid PDF improvement 1 and 2

2011-07-27 Thread Jenei Gábor
Hello, Could you tell me if the first easyHack mentioned in the subject is still alive? Because for me it seems to be already resolved in version 3.5(However in 3.4 it can be seen). And as for the second hack, could someone tell me if it is alive? And where can I find the source code that does

Re: [Libreoffice] About merging and people not paying attention

2011-07-27 Thread Bjoern Michaelsen
On Wed, 27 Jul 2011 20:10:21 +0200 Robert Nagy rob...@openbsd.org wrote: That ain't a 1000 files. And bootstrap is not the only repo. -- https://launchpad.net/~bjoern-michaelsen ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] [review for 3.4] fix for bnc#707486

2011-07-27 Thread Noel Power
Hi Kohei, On 27/07/11 19:23, Kohei Yoshida wrote: Hi Noel, On Wed, 2011-07-27 at 11:50 +0100, Noel Power wrote: I would really like to get this patch into 3.4, [...] Hmm... did you forget to attach your patch by any chance? yes, ouch I did forget :-) ( although it is attached to the bug )

Re: [Libreoffice] About merging and people not paying attention

2011-07-27 Thread Tor Lillqvist
If a patch/merge touches all of the platform files then it should be sent to the developers responsible for that part of the tree directly, I didn't know we had responsibility for the tree split up to specific developers? Everybody else encounters problems now and then caused by others. Get

Re: [Libreoffice] About merging and people not paying attention

2011-07-27 Thread Robert Nagy
I am talking about things that were fixed once and then overwritten by a merge. I mean it conflicts for a reason! On (2011-07-27 13:32), Tor Lillqvist wrote: If a patch/merge touches all of the platform files then it should be sent to the developers responsible for that part of the tree

[Libreoffice] building with mac osx lion and 10.7 SDK and 10.4 SDK

2011-07-27 Thread Jonathan Aquilina
I have successfully run autogen.sh with 10.7 sdk. Now when i run make i get the error below, I am not sure if this is an error caused by the integration of gnumake4 into master, or the use of 10.7 SDK Jonathan-Aquilinas-MacBook-Pro:bootstrap eagles051387$ make Fetching dependencies for module

Re: [Libreoffice] Inconsistencies in GoDownSel and GoUpSel (cell selection in Calc)

2011-07-27 Thread Eike Rathke
Hi Olivier, On Wednesday, 2011-07-27 14:50:33 -0300, Olivier Hallot wrote: Investigating sc/sdi/cellsh.sdi [...] So it looks like GoDownSel has an argument By, which seems to be select FN_PARAM_1 cells down, but GoUpSel (GoRightSel and GoLeftSel) does not have this parameter. Which one

[Libreoffice] [ANN] LibreOffice 3.4.2 RC3 available

2011-07-27 Thread Thorsten Behrens
Dear Community, The Document Foundation is happy to announce the third release candidate of LibreOffice 3.4.2. The upcoming 3.4.2 will be the second in a series of frequent bugfix releases for our 3.4 code line. Please be aware that LibreOffice 3.4.2 RC3 is not yet ready for production use, you

Re: [Libreoffice] Inconsistencies in GoDownSel and GoUpSel (cell selection in Calc)

2011-07-27 Thread Olivier Hallot
Thans Eike for the enlighment. I am not skilled in C++ (thanks for your patience), but scslots.hxx looks different for GoUpSel and GoDownSel, if that matters, around the line that starts with 73/*Offset*/ and 74/*Offset*/ // Slot Nr. 145 : 26521 SFX_NEW_SLOT_ARG(

Re: [Libreoffice] Calc - a better design ...

2011-07-27 Thread Kevin Hunter
At 9:42am -0400 Wed, 27 Jul 2011, Michael Meeks wrote: Anyhow - as text, this is not terribly convincing; drawing on a whiteboard would be more so, and with lots of working code - even more so ;-) I keep hoping to have time to play with ixion with Kohei in this regard. Actually, as text it is