Re: [Libreoffice] ms import of ocx/userform controls

2011-08-25 Thread Noel Power
On 13/07/11 21:50, Noel Power wrote: [...] In an effort to reduce some confusing duplication I have started to try and 'retire' various parts of filter code that are duplicated. For some time now import of ole userform controls has been using the new filter code in oox but the import of those

[Libreoffice] gdb pretty printers landed in master

2011-08-25 Thread David Tardon
Hi all, as the subject says, I pushed my gdb pretty printers into master. == What is it? == gdb 7 includes support for scripting in Python, which, among other useful things, allows to write pretty printers for arbitrary data types (did you ever wish that rtl::OString be shown like a string?

Re: [Libreoffice] gcc/g++ compilation issue in desktop/splash

2011-08-25 Thread Caolán McNamara
On Wed, 2011-08-24 at 18:06 +0100, Michael Meeks wrote: But then again, it links to libstdc++ ... libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xb7658000) ... There was a mention of a /usr/local/bin/g++, which makes me wonder about mismatching libstdc++.so.X. To humour me, what

[Libreoffice] New tinderbox: MinGW cross-compilation

2011-08-25 Thread Jan Holesovsky
Hi all, Thanks to Tor's cross-compilation work [1], and Fridrich's MinGW Open Build Service packages [2], I was able to get the compilation of Windows MinGW packages on Linux to a state that it builds all the way up to instsetoo_native quite reliably. So I've setup a tinderbox that ensures that

Re: [Libreoffice] New tinderbox: MinGW cross-compilation

2011-08-25 Thread Tor Lillqvist
- enable fix pieces that are currently disabled In addition to those kendy mentioned, off the top of my head: - none of the custom actions of the MSI installer are built; I don't recall the exact reason for this, it might be that the necessary headers and import libraries actually are

[Libreoffice] [REVIEW]patch improving calc file loading time

2011-08-25 Thread Laurent Godard
Hi all could you please have a look at this patch it avoids multiple calls to maTables.back() that waste time on loading a calc file. the idea is to store the last table needed and use this instead of retreiving it each time from maTables on a pathological calc file this drastically improve the

Re: [Libreoffice] [REVIEW] [PUSHED] patch improving calc file loading time

2011-08-25 Thread Markus Mohrhard
Hello Laurent, Looks good. It's just another workaround but as mentionend on IRC we need to refactor the calling code and then remove the unneccesary calls to AddColumn and AddRow for empty cells. We just can't do this in the 3-4 branch so this workaround should be good for now. I pushed it to

Re: [Libreoffice] [GSoC] link-time optimization

2011-08-25 Thread Jan Hubicka
Hi, so I see, it is tested on GCC 4.5. I am quite surprised that the build works with that compiler as there was a lot of bugs. I will give it a try on 4.6 and 4.7. 4.6 will do parallel linking that saves a lot of time and some memory and 4.7 saves a lot more memory + will eventually

[Libreoffice] map files: how to update? [was: cppu::OPropertySetHelper ABI backwards compatibility]

2011-08-25 Thread Lionel Elie Mamane
On Tue, Aug 23, 2011 at 07:37:06PM +0200, Stephan Bergmann wrote: On Aug 23, 2011, at 5:00 PM, Lionel Elie Mamane wrote: (...) I don't know what to do with queryInterface; since it is not virtual, I cannot override it in OPropertySetHelper2. The best I could come up with is something like

[Libreoffice] smoke test fail

2011-08-25 Thread Jenei Gábor
Hello, While doing dev-install I got the following errors: assertion caught: Error: rtl_string2UString_status() - UTF8 test encoding is wrong From File ustring.c at Line 634 Database Insert record into Database assertion caught: Error: rtl_string2UString_status() - UTF8 test encoding is

Re: [Libreoffice] Questions about Easyhack 37007 Add Math symbol There does not exist

2011-08-25 Thread julien2412
Hello, I updated the bug with a patch (thank you again Andras for your advice by mail) If someone has information about opensymbol license or stix fonts, it could help to finish this part. Moreover, it would mean we could add other lacking symbols. Julien. -- View this message in context:

Re: [Libreoffice] map files: how to update? [was: cppu::OPropertySetHelper ABI backwards compatibility]

2011-08-25 Thread Michael Meeks
Hi Lionel, On Thu, 2011-08-25 at 18:09 +0200, Lionel Elie Mamane wrote: Now, I face the .map files; there, I'd appreciate some help; I think I've reverse-engineered enough of the GCC one to get a correct one (at least, I could do a modicum of testing with GCC), but: Um ;-) I havn't

Re: [Libreoffice] gdb pretty printers landed in master

2011-08-25 Thread Michael Meeks
Hi guys, On Thu, 2011-08-25 at 10:41 +0200, David Tardon wrote: as the subject says, I pushed my gdb pretty printers into master. Wow - this is awesome :-) Looks like a really elegant way to connect it all up - without requiring fiddling with the system python etc. Thanks so

Re: [Libreoffice] map files: how to update? [was: cppu::OPropertySetHelper ABI backwards compatibility]

2011-08-25 Thread Stephan Bergmann
On Aug 25, 2011, at 6:09 PM, Lionel Elie Mamane wrote: On Tue, Aug 23, 2011 at 07:37:06PM +0200, Stephan Bergmann wrote: On Aug 23, 2011, at 5:00 PM, Lionel Elie Mamane wrote: (...) I don't know what to do with queryInterface; since it is not virtual, I cannot override it in

Re: [Libreoffice] map files: how to update? [was: cppu::OPropertySetHelper ABI backwards compatibility]

2011-08-25 Thread Stephan Bergmann
On Aug 25, 2011, at 9:42 PM, Michael Meeks wrote: On Thu, 2011-08-25 at 18:09 +0200, Lionel Elie Mamane wrote: Now, I face the .map files; there, I'd appreciate some help; I think I've reverse-engineered enough of the GCC one to get a correct one (at least, I could do a modicum of testing with

[Libreoffice] WinDbg ?

2011-08-25 Thread Michael Meeks
Hi guys, Are the free Windows debugging tools: http://msdn.microsoft.com/en-us/windows/hardware/gg463009 any good ? (or are they even free) ? ;-) And/or should we have steps on: http://wiki.documentfoundation.org/Development/How_to_debug As to

Re: [Libreoffice] ms import of ocx/userform controls

2011-08-25 Thread Michael Meeks
Hi Noel, On Thu, 2011-08-25 at 09:26 +0100, Noel Power wrote: I just deleted quite a sizable hunk of code ( ~6000 lines ) from master Whoot :-) I love to read this sort of mail. Anyway I'm looking at it and am close to finding why it is failing Great stuff, Thanks

Re: [Libreoffice] Questions about Easyhack 37007 Add Math symbol There does not exist

2011-08-25 Thread julien2412
To compare stix and Opensymbol, I tried to follow the advice of Caolan (hope I well understood what he imagined) I've attached a zip with 2 pdf files in it. These 2 pdf files have been generated with Abiword (for not having LO stuff which interfere since I've got the Debian testing version + dev

Re: [Libreoffice] smoke test fail

2011-08-25 Thread Miklos Vajna
On Thu, Aug 25, 2011 at 06:32:47PM +0200, Jenei Gábor jen...@elte.hu wrote: While doing dev-install I got the following errors: assertion caught: Error: rtl_string2UString_status() - UTF8 test encoding is wrong From File ustring.c at Line 634 Database Insert record into Database

Re: [Libreoffice] [PUSHED][PATCH] Remove unnecessary parameter to IDocumentStatistics::UpdateDocStat

2011-08-25 Thread Miklos Vajna
On Wed, Aug 24, 2011 at 11:50:02AM +0100, Caolán McNamara caol...@redhat.com wrote: You mean something like this? Given that the idl says these properties are readonly (I did not notice that so far), I don't think there is a reason to set them. I was thinking more of the old rtf filter

Re: [Libreoffice] smoke test fail

2011-08-25 Thread Jenei Gábor
Yes,the problem is there, actually I found out that in type*.cxx there is a reference counting variable,which seems to be not 0 in the end, so it looks like a memory leak. But I don't know yet where, and what's the reason. Can you help me? 2011. 08. 26. 0:01 keltezéssel, Miklos Vajna írta:

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

2011-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 32709, which changed state. Bug 32709 Summary: PPT/PPTX created by LibreOffice can't be opened by MS PowerPoint Viewer and MS Office Web Apps https://bugs.freedesktop.org/show_bug.cgi?id=32709 What|Old

Re: [Libreoffice] partial build and make dev-install

2011-08-25 Thread David Tardon
On Tue, Aug 23, 2011 at 10:05:04AM +0100, Michael Meeks wrote: Hi Lionel, On Mon, 2011-08-22 at 18:30 +0200, Lionel Elie Mamane wrote: I just got bitten by the fact that: .. Does not make the libreoffice in ./install use the new changed code; is this to be considered a bug, or are some

Re: [Libreoffice] http://libreoffice.boldandbusted.com/ cppcheck report jobs stalled... no longer! :)

2011-08-25 Thread Jesse Adelman
On 08/10/11 23:03, julien2412 wrote: I noticed that cppcheck made its report on the old repositories too, is it possible to remove the cppcheck scan on these ? Julien. -- View this message in context:

[Libreoffice] Packaging of custom built extensions.

2011-08-25 Thread swagat sharma
Hi, I have made some extensions for my organization and packaged them as .oxt. Now I want to integrate those extensions along with Libre office in a debian package. So far , I was able to make a successful built, all because of this mailing list help. I also packaged it as .deb for my ubuntu

Re: [Libreoffice] [PUSHED][PATCH] Remove unnecessary parameter to IDocumentStatistics::UpdateDocStat

2011-08-25 Thread Arnaud Versini
Hello, If character count without spaces is not set, ResetModified let DocumentStatistic invalid, so the application should recalculate this before showing the dialog. I've changed this for bug fdo#36931

Re: [Libreoffice] http://libreoffice.boldandbusted.com/ cppcheck report jobs stalled... no longer! :)

2011-08-25 Thread julien2412
Hello Jesse, No pb for the long delay :-) What I meant by old repositories are these : - calc - libs-core - writer - etc. These are deprecated since the one-git conversion. Now have core. So it could be useful to remove the old ones for 2 reasons : - the length error/warning page would be