Re: [Libreoffice] WinDbg ?

2011-08-25 Thread Jesús Corrius
> There is code inside LO to produce more useful stack traces in crashes on > Windows, isn't there? Do we (accidentally?) diable that? Do we strip symbols > from binaries (or don't ship .pdb files) without thinking? How much larger > would the installer / an installation be on Windows if we ship

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

2011-08-25 Thread Stephan Bergmann
On Aug 26, 2011, at 8:02 AM, Tor Lillqvist wrote: >> 2) for MSVC, I'm rather more disarmed; made some incomplete guesses. > >> ?queryInterface@OPropertySetHelper@cppu@@W3AA?AVAny@uno@star@sun@com@@ABVType@4567@@Z; >> ?queryInterface@OPropertySetHelper@cppu@@W7AA?AVAny@uno@star@sun@com@@ABVType@456

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

2011-08-25 Thread Stephan Bergmann
On Aug 25, 2011, at 11:00 PM, Lionel Elie Mamane wrote: > On Thu, Aug 25, 2011 at 10:10:16PM +0200, Stephan Bergmann wrote: >> 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 M

Re: [Libreoffice] WinDbg ?

2011-08-25 Thread Tor Lillqvist
> Are the free Windows debugging tools: > http://msdn.microsoft.com/en-us/windows/hardware/gg463009 > any good ? Sure they are. Useful for lower-level debugging where the Visual Studio debugger isn't powerful enough. Much closer to gdb-style debugging (even if these, too have

[Libreoffice] EXAUSTOR INDUSTRIAL (11) 2887 4378

2011-08-25 Thread VENTILADOR DE COLUNA (11) 2371 4964
Title: Ventilador,Ventiladores,Exaustor,Exaustores,Ventilador de Teto,Ventilação,Ventilador de Parede,Ventilador de Coluna,Purificador,Purificador de Água Europa,Filtros,Refrigerador,Geladeira,Bebedouro,Bebedouro de Pressão,Bebedouro de Garrafão,Refresqueira,Suqueira,Ventilador Ventisilva,Bebedouro

Re: [Libreoffice] Packaging of custom built extensions.

2011-08-25 Thread Andreas Radke
I have no deeper knowledge how to build deb packages. But you may want to have a look how we package extensions for ArchLinux: http://projects.archlinux.org/svntogit/packages.git/tree/libreoffice/trunk/PKGBUILD It's just extracting the .oxt stuff into the proper directory depending on your LibO

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

2011-08-25 Thread Tor Lillqvist
> 2) for MSVC, I'm rather more disarmed; made some incomplete guesses. > ?queryInterface@OPropertySetHelper@cppu@@W3AA?AVAny@uno@star@sun@com@@ABVType@4567@@Z; > ?queryInterface@OPropertySetHelper@cppu@@W7AA?AVAny@uno@star@sun@com@@ABVType@4567@@Z; The "undname" command that comes with MSVC can b

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 d

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 http://cgit.freedesktop.org/libreoffice/core/commit/?id=70218ae8ef57b96f8064780adebcee3245757

[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 mach

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: > http://nabble.documentfoundation.org/http-libreoffice-boldandbusted-com-cppchec

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

[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 Va

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: On

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 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 which cons

Re: [Libreoffice] smoke test fail

2011-08-25 Thread Miklos Vajna
On Thu, Aug 25, 2011 at 06:32:47PM +0200, Jenei Gábor 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 > > assertion caught

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 ve

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

2011-08-25 Thread Lionel Elie Mamane
On Thu, Aug 25, 2011 at 10:10:16PM +0200, Stephan Bergmann wrote: > 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: > - There is no reason for OPropertySetHelper2

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

[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 h

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 testin

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 OPropertyS

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 mu

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] 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: http

[Libreoffice] minutes of tech steering call ...

2011-08-25 Thread Michael Meeks
+ Present: + Norbert, Rainer, Bjoern, Thorsten, Petr, Kendy, Andreas, Caolan, Michael (late) + Completed Action items: + script that downloads the git sources for you (Norbert) done + drop: conference paper: onegit / tinderbox (Norbert) + dig up suitable M

[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 wron

[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

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 hav

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

2011-08-25 Thread Jan Hubicka
Am Mon 22 Aug 2011 04:56:31 PM CEST schrieb Jan Holesovsky : Hi Honza, So we have some proof-of-concept LTO work pushed to the LibreOffice repository - care to have a look & try it how it copes with your changes in gcc etc.? ;-) git clone git://anongit.freedesktop.org/libreoffice/core sudo zyp

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 t

[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] New tinderbox: MinGW cross-compilation

2011-08-25 Thread Fridrich Strba
Thanks for doing this :) On 25/08/11 13:13, Jan Holesovsky wrote: > - installation > - so far the make_installer.pl calls makecab.exe, uuidgen.exe, and > others; would be best to avoid that if at all possible (using a free > cab implementation, part of Wine or something) > - MSI genera

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 ava

[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 t

Re: [Libreoffice] old releases available as tags in core [was: Merging old tags]

2011-08-25 Thread Bjoern Michaelsen
On Tue, 23 Aug 2011 18:43:41 +0200 Bjoern Michaelsen wrote: > I have not yet killed all the ~2000 old per-repo tags on core, but > here is the script to do that: > http://cgit.freedesktop.org/libreoffice/contrib/dev-tools/tree/corereleasebranches/killtags.sh > > If nothing serious comes up, Ill

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 abo

[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? You

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 s