Re: [Libreoffice] [PATCH] installer::archivefiles - remove external find and chmod forks

2010-12-19 Thread Tor Lillqvist
Actually, I wonder what the point in "making DLLs executable" on Cygwin is. Whether the DLLs in quesiton seem to be "executable" from Cygwin's point of view (i.e. whether the emulated imaginary POSIX "mode" of the files have the x bits on or not) is totally irrelevant. Probably that part of the

[Libreoffice] [PATCH] installer::archivefiles - remove external find and chmod forks

2010-12-19 Thread Steve Butler
Hi, The attached patch is a micro-optimization that uses the zip file contents instead of directory scans and uses perl's builtin chmod function to modify the permissions of the files. I have only tested on Linux where a simple "time" test showed it cut 10 seconds off my make dev-install time fro

[Libreoffice] [PUSHED] Re: [PATCH] typo fix in helppacks.ulf

2010-12-19 Thread Fridrich Strba
Good, catch, thanks, pushed. F. On Sun, 2010-12-19 at 19:59 +0100, Andras Timar wrote: > Hi, > > Please review and commit. > > Thanks, > Andras > > ___ > LibreOffice mailing list > LibreOffice@lists.freedesktop.org > http://lists.freedesktop.org/mail

Re: [Libreoffice] sw: numbering misbehaviour

2010-12-19 Thread Octavio Alvarez
On Sat, 18 Dec 2010 17:16:28 -0800, Wols Lists wrote: You are probably thinking in Word mode where formatting is stored in the "end of paragraph" marker? So if you go to the end of the line (or if there's no end-of-paragraph marker to move past), you're stuffed as far as reverting to the defaul

[Libreoffice] [PATCH] typo fix in helppacks.ulf

2010-12-19 Thread Andras Timar
Hi, Please review and commit. Thanks, Andras From de6e6db7a76fd3615aac706e2cf52c4e2e0871dd Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 19 Dec 2010 19:55:26 +0100 Subject: [PATCH] typo fix in helppack.ulf --- scp2/source/ooo/module_helppack.ulf |2 +- 1 files changed, 1 insertion

[Libreoffice] space required on Mirrors - Mac languagepacks: No need to have PPC and Intel seperate

2010-12-19 Thread Christian Lohmaier
Hi *, While thinking about the download page and size constraints and whatnot, I realized that the languagepacks for Mac Intel and Mac PPC are physically duplicated, not hardlinks or symlinks on the mirrors. This is not necessary. The way I did write it back, the languagepacks did work for both

Re: [Libreoffice] [PUSHED] Re: SmNodeToTextVisitor Fixes

2010-12-19 Thread Jonas Finnemann Jensen
Hi Luke, > Yep, I'm very sorry for breaking things. I'm not sure you broke this... I'm not even sure it ever worked properly... > I've attached a patch for this particular problem (with a test). Nice, I've pushed it... Really great idea to have tests for it too :) > I've noticed other stuff I've

Re: [Libreoffice] [PUSHED] Re: SmNodeToTextVisitor Fixes

2010-12-19 Thread Luke Dixon
Hi Jonas, I'm very sorry for not responding very quickly. And I'm very sorry for sending pretty much the same message twice, I forgot to CC the list. > That's not all true... I added all the brackets initially because I > had some problems with a few isolated things... > Try writing binom a b + c

[Libreoffice] [Patch] RTL_CONSTASCII_USTRINGPARAM for some files

2010-12-19 Thread Julien Nabet
Hello, Here is a patch for some files (LGPLv3+ / MPL) Julien. commit 492e63b1f62474aaacd6ba08e3a3fac785bc5469 Author: serval Date: Sun Dec 19 15:45:00 2010 +0100 RTL_CONSTASCII_USTRINGPARAM diff --git a/toolkit/inc/toolkit/helper/macros.hxx b/toolkit/inc/toolkit/helper/macros.hxx inde

Re: [Libreoffice] helpcontent2.zip not found, and can't be made

2010-12-19 Thread imacat
imacat said: > Caolán McNamara said: >> On Sun, 2010-12-19 at 01:11 +0800, imacat wrote: >> Not sure, I never have the problem. And I generally build out of the >> master branch now which has a different build system, so I wouldn't see >> this anyway. OK. I finally got a zh_TW build with fres

Re: [Libreoffice] [PUSHED] Re: [PATCH] RTL_CONSTASCII_USTRINGPARAM for framework properties

2010-12-19 Thread David Tardon
On Sun, Dec 19, 2010 at 09:40:19AM +0100, Julien Nabet wrote: > Le 18/12/2010 13:47, Caolán McNamara a écrit : > >On Sat, 2010-12-18 at 02:41 +0100, Julien Nabet wrote: > >>Hello, > >> > >>Here is a patch for properties.h of framework > >>framework compiles ok. > >Looks good, thanks for this. Pushe

[Libreoffice] [Patch] RTL_CONSTASCII_USTRINGPARAM for writerfilter/source/ooxml/factoryimpl.xsl

2010-12-19 Thread Julien Nabet
Hello, Here is a patch for writerfilter/source/ooxml/factoryimpl.xsl (LGPLv3+ / MPL) Julien. commit 4f3ac6a823e5592b3596d8edc8b0c0753776b7d3 Author: serval Date: Sun Dec 19 09:48:01 2010 +0100 RTL_CONSTASCII_USTRINGPARAM diff --git a/writerfilter/source/ooxml/factoryimpl.xsl b/writer

Re: [Libreoffice] [PUSHED] Re: [PATCH] RTL_CONSTASCII_USTRINGPARAM for framework properties

2010-12-19 Thread Julien Nabet
Le 18/12/2010 13:47, Caolán McNamara a écrit : On Sat, 2010-12-18 at 02:41 +0100, Julien Nabet wrote: Hello, Here is a patch for properties.h of framework framework compiles ok. Looks good, thanks for this. Pushed. C. Hello, I made a global fgrep for searching the remaining