Re: [Libreoffice] Crash while closing the document (with fix)

2010-11-17 Thread Caolán McNamara
On Tue, 2010-11-16 at 23:29 -0500, Andriy Rysin wrote: There's a OOo bug http://www.openoffice.org/issues/show_bug.cgi?id=84159 which describes a crash happening if document has too much formatting. This also applies to LO. It usually happens at closing the document but can also happen at

Re: [Libreoffice] RID_FRENCH_50_NAMES and RID_FRENCH_60_NAMES

2010-11-17 Thread Caolán McNamara
On Mon, 2010-11-15 at 21:49 -0300, Júlio Hoffimann wrote: Hi, I'm finishing a patch to add portuguese labels for symbols in starmath. In the file symbol.src exists two lists of labels for each language: RID_FRENCH_50_NAMES RID_FRENCH_60_NAMES RID_ITALIAN_50_NAMES

Re: [Libreoffice] presenterconsole in writer ? ...

2010-11-17 Thread Tor Lillqvist
I can't see this in a fresh build of the libreoffice-3-3 branch, so possibly it was something that has been fixed in the latest OOo milestones and merged in? --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] presenterconsole in writer ? ...

2010-11-17 Thread Thorsten Behrens
Michael Meeks wrote: Any volunteer interesting in debugging that ? one good way would be to put a breakpoint in osl_psz_loadModule - and just stepping through until we hit the one that pulls it in, grabbing a backtrace and posting it for this module ;-) There's an initial patch for

Re: [Libreoffice] presenterconsole in writer ? ...

2010-11-17 Thread Tor Lillqvist
Oh, so there is nothing Windows-specific in this problem then? --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Icons

2010-11-17 Thread Sebastian Spaeth
On Tue, 16 Nov 2010 19:54:17 +, Andrew C. E. Dent wrote: * brand/shell * Still in Default (not sure if this is used? Would suggest deletion...):backing_hc-pt_BR.png , backing_right_hc-pt_BR.png All artwork in hicontrast is just stock (not hc). I have created a HC replacement (just hacked 

[Libreoffice] [PATCH] Use a generic unxgcc.mk

2010-11-17 Thread Robert Nagy
Move unxlng.mk to unxgcc.mk and use that on OpenBSD and Linux too as a default and then overwrite or add variables. --- solenv/inc/unxgcc.mk | 279 + solenv/inc/unxlng.mk | 253 +--- solenv/inc/unxobsd.mk

[Libreoffice] 5 times LGPL installed

2010-11-17 Thread Sebastian Spaeth
We use up 3 MB in order to copy the LGPL 5 times in my LO install folder. I know we care about obeying to licensing, but isn't that a bit over the top? And I guess that if I installed more languages I would get it even more often... .: 164K LICENSE.odt 629K LICENSE.html 419K LICENSE licenses:

[Libreoffice] [UX] Progress bars - convey this make take some time, dunno how long

2010-11-17 Thread Thorsten Behrens
Hi, chatting with some folks yesterday at the OOo congress for business and administration, and two users approached me with a problem most prevalent when saving to network volumes: LibO save progress bars are basically driven by the xml export code (when saving to odf, of course), but there's

Re: [Libreoffice] 5 times LGPL installed

2010-11-17 Thread Rene Engelhard
On Wed, Nov 17, 2010 at 03:46:23PM +0100, Robert Nagy wrote: Just keep the plaintext one and kill the odt and the html ones. They are useless. That's no true, the odt is used by the menu. Grüße/Regards, René ___ LibreOffice mailing list

Re: [Libreoffice] 5 times LGPL installed

2010-11-17 Thread Robert Nagy
Well remove it from the menu then. On (2010-11-17 16:15), Rene Engelhard wrote: On Wed, Nov 17, 2010 at 03:46:23PM +0100, Robert Nagy wrote: Just keep the plaintext one and kill the odt and the html ones. They are useless. That's no true, the odt is used by the menu. Grüße/Regards,

Re: [Libreoffice] [PATCH] Use a generic unxgcc.mk

2010-11-17 Thread Caolán McNamara
On Wed, 2010-11-17 at 15:13 +0100, Robert Nagy wrote: Move unxlng.mk to unxgcc.mk and use that on OpenBSD and Linux too as a default and then overwrite or add variables. Oh good, wanted to unify those things. As far as I can see it looks good, Linux is building for me at the moment and it all

[Libreoffice] setting ulimit before running soffice

2010-11-17 Thread Kevin Hunter
Hullo List, What's the story with the ulimit set in 'ooenv' right before running a freshly built LO: $ cd install/program/ $ ./soffice ulimit: 5: error setting limit (Operation not permitted) [LO running] $ Am I the only one seeing this error? If yes, then does this imply that others

Re: [Libreoffice] cppcheck : snprintf size is out of bounds

2010-11-17 Thread Caolán McNamara
On Fri, 2010-11-12 at 12:44 +0100, Julien wrote: Hello, I'm currently running the last version of cppcheck (i updated with git this morning) and i get this error : I don't understand where's the pb with snprintf, pString has a size of 1024 and snprintf takes a size of 1024. Is this a

[Libreoffice] [PUSHED] Re: [PATCH 01/12] RTL_CONSTASCII_USTRINGPARAM in components/cui/...option

2010-11-17 Thread Caolán McNamara
On Tue, 2010-11-16 at 22:37 +0100, Pierre-André Jacquod wrote: Hello, being off for some days, here the collection of patches I produced in between. Looks good, thanks for this, pushed, though with a few tiny mods, i.e. I prefer, when we end up with e.g. static ::rtl::OUString s_sNodeName

[Libreoffice] Examing unicode strings in gdb (while debugging LibO)

2010-11-17 Thread Giuseppe Castagno
Hi all, I remember there was a way to examine in human readable way a Unicode string in OOo. It should be the same in LibO, but, alas :-(, I don't remember how. Does somebody remember how? TIA. beppec56. -- Kind Regards, Giuseppe Castagno Acca Esse http://www.acca-esse.eu

[Libreoffice] Fwd: Re: [PATCH] Use a generic unxgcc.mk

2010-11-17 Thread René Kjellerup
sent from my phone -- Forwarded message -- From: René Kjellerup rk.katana.st...@gmail.com Date: Nov 17, 2010 5:17 PM Subject: Re: [Libreoffice] [PATCH] Use a generic unxgcc.mk To: Caolán McNamara caol...@redhat.com Why the oracle copyright notice in the new file too? Shouldn't

[Libreoffice] [PUSHED] Re: [PATCH 03/12] RTL_CONSTASCII_USTRINGPARAM in components - forms

2010-11-17 Thread Caolán McNamara
On Tue, 2010-11-16 at 22:45 +0100, Pierre-André Jacquod wrote: regards Looks good, thanks for this, now pushed. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PUSHED] Re: [PATCH 04/12] RTL_CONSTASCII_USTRINGPARAM in components - inc

2010-11-17 Thread Caolán McNamara
On Tue, 2010-11-16 at 22:46 +0100, Pierre-André Jacquod wrote: regards All looks good, pushed, thanks for this. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PUSHED] Re: [PATCH 05/12] RTL_CONSTASCII_USTRINGPARAM in components .. submission

2010-11-17 Thread Caolán McNamara
On Tue, 2010-11-16 at 22:47 +0100, Pierre-André Jacquod wrote: regards All looks good, pushed, thanks for this. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PUSHED] Re: [PATCH 06/12] RTL_CONSTASCII_USTRINGPARAM components xpathlib

2010-11-17 Thread Caolán McNamara
On Tue, 2010-11-16 at 22:47 +0100, Pierre-André Jacquod wrote: regards All looks good, thanks for this. Pushed, though I made the same syntax simplifications for constructors as on patch 1 before pushing. C. ___ LibreOffice mailing list

[Libreoffice] [PUSHED] Re: [PATCH 07/12] RTL_CONSTASCII_USTRINGPARAM components in runtime

2010-11-17 Thread Caolán McNamara
On Tue, 2010-11-16 at 22:48 +0100, Pierre-André Jacquod wrote: regards Looks good, thanks for this. Pushed. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PUSHED] Re: [PATCH 11/12] RTL_CONSTASCII_USTRINGPARAM components - zipapi

2010-11-17 Thread Caolán McNamara
On Tue, 2010-11-16 at 22:50 +0100, Pierre-André Jacquod wrote: regards heh, I had a bit of a moment when I saw file:///d:/777/Encrypted/picture in there before I realized this is someones debugging code with an if (0) around it. Anyway, that's beside the point. Your changes were good, thanks

[Libreoffice] [PUSHED] Re: [PATCH 12/12] RTL_CONSTASCII_USTRINGPARAM in components - xmlsecurity- helpd

2010-11-17 Thread Caolán McNamara
On Tue, 2010-11-16 at 22:51 +0100, Pierre-André Jacquod wrote: regards Looks good, thanks for this. I pushed this, though with some slight modifications. When I see foo = rtl::OUString::createFromAscii() I think I prefer just foo = rtl::OUString(); as the replacement. I reckon its simpler and

Re: [Libreoffice] Fwd: Re: [PATCH] Use a generic unxgcc.mk

2010-11-17 Thread Wols Lists
On 17/11/10 16:18, René Kjellerup wrote: sent from my phone -- Forwarded message -- From: René Kjellerup rk.katana.st...@gmail.com mailto:rk.katana.st...@gmail.com Date: Nov 17, 2010 5:17 PM Subject: Re: [Libreoffice] [PATCH] Use a generic unxgcc.mk http://unxgcc.mk To:

Re: [Libreoffice] Examing unicode strings in gdb (while debugging LibO)

2010-11-17 Thread Caolán McNamara
On Wed, 2010-11-17 at 17:17 +0100, Giuseppe Castagno wrote: Hi all, I remember there was a way to examine in human readable way a Unicode string in OOo. It should be the same in LibO, but, alas :-(, I don't remember how. Does somebody remember how? print dbg_dump(string) should (in

Re: [Libreoffice] [PATCH] Use a generic unxgcc.mk

2010-11-17 Thread Caolán McNamara
On Wed, 2010-11-17 at 15:33 +, Caolán McNamara wrote: On Wed, 2010-11-17 at 15:13 +0100, Robert Nagy wrote: Move unxlng.mk to unxgcc.mk and use that on OpenBSD and Linux too as a default and then overwrite or add variables. Oh good, wanted to unify those things. As far as I can see it

Re: [Libreoffice] setting ulimit before running soffice

2010-11-17 Thread Kevin Hunter
At 11:07am -0500 Wed, 17 Nov 2010, Caolán McNamara wrote: Am I the only one seeing this error? If yes, then does this imply that others are running as root? Nah, I don't run as root ulimit -c unlimited works fine. I'd guess that there some hard limits set that ordinary users aren't allowed to

Re: [Libreoffice] HC Image fix

2010-11-17 Thread Joost Eekhoorn
Hi The hack work, but now my build brake in sal: Making:libuno_sal.so.3 ../unxlngx6.pro/slo/semaphor.o: In function `osl_createSemaphore': semaphor.c:(.text+0x2a): undefined reference to `sem_init' ../unxlngx6.pro/slo/semaphor.o: In function `osl_destroySemaphore': semaphor.c:(.text+0x6a):

Re: [Libreoffice] [PUSHED] Re: [PATCH 11/12] RTL_CONSTASCII_USTRINGPARAM components - zipapi

2010-11-17 Thread Pierre-André Jacquod
Hello, I saw it too, this allow me to rize a question. My firt though was to remove this one - since commentted out - but I left it there not knowing if this was a way to handle this here.? For my taste, I would have remove it. - Debug it at home, not on public branch... Your input? regards On

[Libreoffice] Error in for libuno_sal.so.3 sal + lots of undefined references

2010-11-17 Thread Julien Nabet
Hello, Even with an rm -rf unxlngi6.pro in sal, I got this : Entering /home/serval/libreoffice-source/build/build/libreoffice-3.2.99.2/sal/util, I typed this : /bin/bash cd /home/serval/libreoffice-source/build/build/libreoffice-3.2.99.2 source ./LinuxX86Env.Set.sh cd sal build verbose=1

Re: [Libreoffice] Disable GCC optimizations when building with --enable-symbols

2010-11-17 Thread Jesús Corrius
On Wed, Nov 17, 2010 at 9:16 PM, Caolán McNamara caol...@redhat.com wrote: On Wed, 2010-11-17 at 15:50 -0300, Santiago Bosio wrote: Hi! When LibO is built using --enable-symbols, it still uses -O2 optimizations, making hard to debug execution with GDB. So, I think that it should default to

Re: [Libreoffice] Fwd: Re: cppcheck : snprintf size is out of bounds

2010-11-17 Thread Caolán McNamara
On Wed, 2010-11-17 at 21:50 +0100, julien wrote: There's no more cppcheck errors if if i change the line : const sal_uInt32 nBezString = 1024; into this : sal_uInt32 nBezString = 1024; Before i create a tracker for cppcheck guy, i'd like to know what you think about it ? Yeah, that

Re: [Libreoffice] HC Image fix

2010-11-17 Thread Caolán McNamara
On Wed, 2010-11-17 at 21:28 +0100, Joost Eekhoorn wrote: Hi The hack work, but now my build brake in sal: try pulling again, hopefully a temporary cockup that I've fixed now :-) C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM for libs-core/connectivity/drivers/ado

2010-11-17 Thread Julien Nabet
Hello, Here's patch for libs-core/connectivity/drivers/ado Julien. (LGPLv3+ / MPL) libs_core_connectivity_drivers_ado.txt.bz2 Description: application/bzip ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] [UX] Progress bars - convey this make take some time, dunno how long

2010-11-17 Thread Christoph Noack
Hi Thorsten! Progress bar issue summary: Cannot be solved easily :-) But should it be solved? Am Mittwoch, den 17.11.2010, 15:47 +0100 schrieb Thorsten Behrens: Hi, chatting with some folks yesterday at the OOo congress for business and administration, and two users approached me with a

Re: [Libreoffice] Error in for libuno_sal.so.3 sal + lots of undefined references

2010-11-17 Thread Julien Nabet
Le 17/11/2010 22:13, Caolán McNamara a écrit : On Wed, 2010-11-17 at 22:03 +0100, Julien Nabet wrote: alloc_arena.c:(.text+0x1255): undefined reference to `pthread_once' Woops, bit of fallout from the Unix GCC .mk merging, try pulling again and see does it work. C. I pulled

Re: [Libreoffice] Questions about Timers

2010-11-17 Thread Kevin Hunter
At 5:13pm -0500 Wed, 17 Nov 2010, Julien Nabet wrote: PS : in the easy hack, for RTL_CONSTASCII_USTRINGPARAM macro, wouldn't it be better to change the grep in fgrep in order to make the searching faster ? That might have marginally been an issue once upon a time, but now, they're likely to

Re: [Libreoffice] Examing unicode strings in gdb (while debugging LibO)

2010-11-17 Thread Miklos Vajna
On Wed, Nov 17, 2010 at 04:44:19PM +, Caolán McNamara caol...@redhat.com wrote: print dbg_dump(string) should (in theory) generally work with rtl::OUString,rtl::OString,String and ByteString, etc. See also scratch/writer/gdbinit-cbosdo in build.git. :) pgpTfdkus7frX.pgp Description:

Re: [Libreoffice] HC Error

2010-11-17 Thread Norbert Thiebaud
On Nov 17, 2010, at 18:14, Joseph Powers jpower...@cox.net wrote: Your patch looks good. Sorry about that; now I'm wondering why it built for me... Because on MacOS you probably don't buid gtk related stuff ? Norbert Joe P. Message: 6 Date: Wed, 17 Nov 2010 20:58:20 +0100 From:

[Libreoffice] libreoffice Uebersetzung

2010-11-17 Thread werner
Hallo Ich wollte fuer meine SYS Distro libreoffice kompilieren und packen. Meine Pakete sind normalerweise kompatibel mit allen Slackware -aehnlichen Distros Das Uebersetzen ging, bis zum anschliessenden logo mit Glueckwuenschen zum erfolgreichen build Das Installieren geht ueberhaupt nicht

[Libreoffice] Patches to review in IssueZilla

2010-11-17 Thread Kálmán „KAMI” Szalai
Title: Szalai Kálmán Hi, I searched across OOo issues. Do we have interesting item to review and/or integrate?