Re: [Libreoffice] [Proof-of-concept] Drastically speedup the offapi (and oovbaapi) build

2011-09-01 Thread Jan Holesovsky
Hi Norbert, On 2011-09-01 at 23:43 -0500, Norbert Thiebaud wrote: > > Ah right, I just copied the way the response file was created in the old > > implementation; Tempfile.mk sounds better. > > wouldn't it be nicer and more efficient to adapt iclc to have a mode > where stdin is the list of file

Re: [Libreoffice] [Proof-of-concept] Drastically speedup the offapi (and oovbaapi) build

2011-09-01 Thread Jan Holesovsky
Hi Matúš, You rock, thank you so much for that! :-) On 2011-09-02 at 03:45 +0200, Matúš Kukan wrote: > > With the attached patch, the offapi/UnoApi_offapi.mk (and oovbaapi) has > > to change to something like the following; this is of course only part > > of that, the other rules have to be adap

Re: [Libreoffice] Build break when generating RDBs

2011-09-01 Thread Stephan Bergmann
On Sep 1, 2011, at 5:33 PM, Peter Foley wrote: > On Thu, 1 Sep 2011, Eike Rathke wrote: > >> Hi Peter, >> >> On Tuesday, 2011-08-30 14:36:01 -0400, Peter Foley wrote: >> >>> [ build ALL ] top level modules: i18npool >>> [ build ALL ] loaded modules: i18npool >>> [ build RDB ] i18npool_test_break

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2011-09-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 40466, which changed state. Bug 40466 Summary: Chart objects fail to get imported https://bugs.freedesktop.org/show_bug.cgi?id=40466 What|Old Value |New Value

Re: [Libreoffice] [Proof-of-concept] Drastically speedup the offapi (and oovbaapi) build

2011-09-01 Thread Norbert Thiebaud
On Thu, Sep 1, 2011 at 4:35 AM, Jan Holesovsky wrote: > Hi Bjoern, > > On 2011-09-01 at 11:21 +0200, Bjoern Michaelsen wrote: > >> Just a word of warning after a short skimming of the patch: It seems >> like you are using $? with huge amounts of files to create a >> commandline. This is quite risk

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2011-09-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 39187, which changed state. Bug 39187 Summary: Mouse pointer disappears instead of changing to "move arrows" https://bugs.freedesktop.org/show_bug.cgi?id=39187 What|Old Value |New Value -

Re: [Libreoffice] [Proof-of-concept] Drastically speedup the offapi (and oovbaapi) build

2011-09-01 Thread Matúš Kukan
Hi Kendy, Bjoern On 1 September 2011 10:25, Jan Holesovsky wrote: > Hi Matúš, Bjoern, > > I've found a way how to speedup the build of offapi (which is a major > problem on windows - on my box it takes about 10% of the entire build > time).  The trick is simple - instead of generating the files o

Re: [Libreoffice] Bringing some sanity to interline spacing

2011-09-01 Thread Khaled Hosny
On Thu, Sep 01, 2011 at 12:12:28PM +0200, Eike Rathke wrote: > > > This only done for 'unx' similar work is needed for 'win' and 'aqua', > > > but I'm not familiar with these platforms and can't test on it. > > > > I wonder if this patch will then introduce significant rendering > > differences be

Re: [Libreoffice] make install "File not found: dict-de-DE.oxt"

2011-09-01 Thread Andras Timar
Hi Karl, 2011/9/1 Karl Behler (IPP) : >> ERROR: The following files could not be found: >> ERROR: File not found: dict-de-AT.oxt >> ERROR: File not found: dict-de-CH.oxt >> ERROR: File not found: dict-de-DE.oxt Today I merged the 3 German dictionary packs into 1. A git pull should solve your prob

Re: [Libreoffice] [PUSHED][PATCH] warining elimination

2011-09-01 Thread Miklos Vajna
On Thu, Sep 01, 2011 at 06:48:50PM +0200, Jenei Gábor wrote: > Yes,naturally it was only by mistake, so you can make it to be the old. Done. pgpED0rTebcU8.pgp Description: PGP signature ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org ht

Re: [Libreoffice] Bringing some sanity to interline spacing

2011-09-01 Thread Khaled Hosny
On Thu, Sep 01, 2011 at 04:30:36AM -0600, Tor Lillqvist wrote: > > The changes themself look sane, regarding the background Khaled gave and > > knowing part of his work from older days I didn't hesitate much to > > commit this :) > > OK, excellect! Khaled, if you want direct commit access, just as

Re: [Libreoffice] Bringing some sanity to interline spacing

2011-09-01 Thread Khaled Hosny
On Thu, Sep 01, 2011 at 02:43:53PM +0100, Caolán McNamara wrote: > On Thu, 2011-09-01 at 11:47 +0200, Khaled Hosny wrote: > > I just tested with a simple lorem ipsum document with Liberation Serif; > > page count went down from 24 to 22 after applying the patch > > Comparison with MSWord will be g

[Libreoffice] [PATCH] cppcheck scope

2011-09-01 Thread Kenneth Venken
This patch should fix the cppcheck style warnings for grfmgr.cxx: core/svtools/source/graphic/grfmgr.cxx 278 variableScope style The scope of the variable 'nNewLeft' can be reduced 278 variableScope style The scope of the variable 'nNewTop' can be reduced 278 variableScope

[Libreoffice] make install "File not found: dict-de-DE.oxt"

2011-09-01 Thread Karl Behler (IPP)
Hi all, I finally managed to build libreoffice (git downloaded from yesterday) on my OpenSuse 11.4. But while everything went fine the final "make install" fails with following output: libreoffice/core> sudo make install Installing in /usr/local... Running LibreOffice installer Subroutine ins

Re: [Libreoffice] [PATCH] new BUG 36594

2011-09-01 Thread Jenei Gábor
Well, if you are using linux you could get mysql and its client from apt on Debian based systems(I guess on redhat based systems you can use yum), well, the plus linefeed is not really intentional but does not cause any problem, so I didn't mind too much. But also in LibreOffice Base if you tur

Re: [Libreoffice] [PATCH] new BUG 36594

2011-09-01 Thread Eike Rathke
Hi Jenei, On Thursday, 2011-09-01 20:31:11 +0200, Jenei Gábor wrote: > Well, as I know for HSQL -- and // are equal, so // is like one line > comment in C++. Hmm.. ok. Btw, this +if(sCopy[i]=='\n' || i==nQueryLen-1){ +nCommentLen++; +if(i==nQueryLen-1)sTemp.appe

Re: [Libreoffice] bug in vcl make files?

2011-09-01 Thread Jenei Gábor
2011. 09. 01. 21:26 keltezéssel, Stephan Bergmann írta: On Sep 1, 2011, at 3:47 PM, Matúš Kukan wrote: On 1 September 2011 15:14, Jenei Gábor wrote: Hi all, As I tried to compile vcl module with raised dbglevel I found out the following error at linking: /home/LOff/libo/workdir/unxlngi6.pro

Re: [Libreoffice] bug in vcl make files?

2011-09-01 Thread Matúš Kukan
On 1 September 2011 21:26, Stephan Bergmann wrote: > On Sep 1, 2011, at 3:47 PM, Matúš Kukan wrote: >> On 1 September 2011 15:14, Jenei Gábor wrote: >>> Hi all, >>> >>> As I tried to compile vcl module with raised dbglevel I found out the >>> following error at linking: >>> >>> >>> /home/LOff/lib

Re: [Libreoffice] bug in vcl make files?

2011-09-01 Thread Stephan Bergmann
On Sep 1, 2011, at 3:47 PM, Matúš Kukan wrote: > On 1 September 2011 15:14, Jenei Gábor wrote: >> Hi all, >> >> As I tried to compile vcl module with raised dbglevel I found out the >> following error at linking: >> >> >> /home/LOff/libo/workdir/unxlngi6.pro/CxxObject/vcl/unx/headless/svpgdi.o:

Re: [Libreoffice] [PATCH] new BUG 36594

2011-09-01 Thread Jenei Gábor
Well, as I know for HSQL -- and // are equal, so // is like one line comment in C++. Well,thanks for your work on the other hand :) Gabor 2011. 09. 01. 20:15 keltezéssel, Eike Rathke írta: Hi Jenei, On Wednesday, 2011-08-31 12:59:06 +0200, Jenei Gábor wrote: Hello Eike, I made the changes

Re: [Libreoffice] [PATCH] new BUG 36594

2011-09-01 Thread Eike Rathke
Hi Jenei, On Wednesday, 2011-08-31 12:59:06 +0200, Jenei Gábor wrote: > Hello Eike, > > I made the changes you said, and I resolved the no linefeed issue > also, I hope it is ok now, and can be pushed, actually for me worked > fine with all types of comments. Also I tried to follow the > princip

Re: [Libreoffice] [PATCH] More numbering types: one, two, three, ...

2011-09-01 Thread Mohammad Elahi
Hi Eike I thought the persian word numbers were meant to be used in numbering, > isn't that the case? Well, I wanted to use it for a few page numbers in start of my document. Instead of roman numbers which is customary in some English books. > Please don't confuse numbering used for paragraphs

Re: [Libreoffice] [PATCH] More numbering types: one, two, three, ...

2011-09-01 Thread Eike Rathke
Hi Mohammad, On Thursday, 2011-09-01 16:04:53 +0430, Mohammad Elahi wrote: > > However, this looks more like spell-out than level > > numbering and as such misses the point of the numbering provider. If we > > wanted to implement spell-out I'd rather go for ICU's methods than > > implementing yet

Re: [Libreoffice] [PUSHED][PATCH] warining elimination

2011-09-01 Thread Jenei Gábor
Yes,naturally it was only by mistake, so you can make it to be the old. 2011. 09. 01. 18:14 keltezéssel, Korrawit Pruegsanusak írta: Hello Jenei, * On Thu, 2011-09-01 at 15:34 +0200, Jenei Gábor wrote: Here is a patch to avoid compile time warnings It seems that your patch has touched the lic

Re: [Libreoffice] [PUSHED][PATCH] warining elimination

2011-09-01 Thread Korrawit Pruegsanusak
Hello Jenei, * On Thu, 2011-09-01 at 15:34 +0200, Jenei Gábor wrote: > Here is a patch to avoid compile time warnings It seems that your patch has touched the license header in svtools/source/filter/wmf/enhwmf.cxx. IMHO we should revert this part. Best Regards, -- Korrawit Pruegsanusak

[Libreoffice] unnecessary build actions?

2011-09-01 Thread Kevin Hunter
Hullo LibO Devs, In a search of my build.log for libuno_sal, the first reference I see points me to lines that look line this (newlines added for email clarity): - rm -f ../unxlngx6/lib/check_libuno_sal.so.3 mv ../unxlngx6/lib/libuno_sal.so.3 ../unxlngx6/lib/check_libuno_sal.so.3 [...]/s

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

2011-09-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 36703, which changed state. Bug 36703 Summary: Regressions with the new graphite2 https://bugs.freedesktop.org/show_bug.cgi?id=36703 What|Old Value |New Value

Re: [Libreoffice] how to tell build process where to find DirectX?

2011-09-01 Thread Andras Timar
Hi, 2011/9/1 Noel Grandin : > Hi > > My DirectX is installed in >   C:\Program Files\Microsoft DirectX SDK (February 2010) > But the "canvas" part of the build process doesn't seem to be able to find > it. > > Any help appreciated. > > A standard installation of the DirectX SDK sets $DXSDK_DIR so

Re: [Libreoffice] Build break when generating RDBs

2011-09-01 Thread Peter Foley
On Thu, 1 Sep 2011, Eike Rathke wrote: > Hi Peter, > > On Tuesday, 2011-08-30 14:36:01 -0400, Peter Foley wrote: > > > [ build ALL ] top level modules: i18npool > > [ build ALL ] loaded modules: i18npool > > [ build RDB ] i18npool_test_breakiterator > > awk: cmd. line:1: $R/^<\?xml version.*$R/

[Libreoffice] [PUSHED][PATCH] warining elimination

2011-09-01 Thread Caolán McNamara
On Thu, 2011-09-01 at 15:34 +0200, Jenei Gábor wrote: > Hello, > > Here is a patch to avoid compile time warnings Looks fine, we get screwed a bit because sal_Int32 is an "int" on x86_64 and "long" on x86 which triggers some of these. And they're inside debug mode I think in this case. The alter

Re: [Libreoffice] New desktop integration modules

2011-09-01 Thread Lubos Lunak
On Thursday 01 of September 2011, Timothy Pearson wrote: > Hello all, > > I have created a patch that adds Trinity Desktop Environment integration > to LibreOffice, and would like to get it included in the upstream > LibreOffice sources if you are interested. > > It is based on the old KDE3 integra

[Libreoffice] minutes of tech. steering call ...

2011-09-01 Thread Michael Meeks
Present: + Norbert, Andras, Bjoern, Petr, Kendy, Caolan, Rainer, Stephan, Kohei, Michael + Finished Action Items + in-progress: setup gerrit a test repo (Bjoern) + in-progress: disable .po file editing hook: only to be used in translations (Norbert) + add

[Libreoffice] how to tell build process where to find DirectX?

2011-09-01 Thread Noel Grandin
Hi My DirectX is installed in C:\Program Files\Microsoft DirectX SDK (February 2010) But the "canvas" part of the build process doesn't seem to be able to find it. Any help appreciated. Thanks, Noel Grandin Disclaimer: http://www.peralex.com/disclaimer.html = Building module c

Re: [Libreoffice] [PATCH] some cleanup of Kashida justification code

2011-09-01 Thread Caolán McNamara
On Thu, 2011-09-01 at 01:28 +0200, Khaled Hosny wrote: > Hello all, > > While trying to fix the eternal brokenness of Kashida justification code, > I found some low hanging cleanups. See attached patches. Great that someone is working on that, IIRC Martin was particular exercised about the Kashid

Re: [Libreoffice] [PATCH] warining elimination

2011-09-01 Thread Andras Timar
Hello Gábor, 2011/9/1 Jenei Gábor : > Hello, > > Here is a patch to avoid compile time warnings, actually most of them are > unfortunatelly not in our source but in libraries like OpenSSL, could you > tell me why are these libraries compiled? On most of the linux machines it > should be already in

Re: [Libreoffice] bug in vcl make files?

2011-09-01 Thread Matúš Kukan
On 1 September 2011 15:14, Jenei Gábor wrote: > Hi all, > > As I tried to compile vcl module with raised dbglevel I found out the > following error at linking: > > > /home/LOff/libo/workdir/unxlngi6.pro/CxxObject/vcl/unx/headless/svpgdi.o: In > function `dbgOut(boost::shared_ptr const&)': > svpgdi

Re: [Libreoffice] Bringing some sanity to interline spacing

2011-09-01 Thread Caolán McNamara
On Thu, 2011-09-01 at 11:47 +0200, Khaled Hosny wrote: > I just tested with a simple lorem ipsum document with Liberation Serif; > page count went down from 24 to 22 after applying the patch Comparison with MSWord will be good to do too, with/without the "use extra leading" compatibility option.

[Libreoffice] [PATCH] warining elimination

2011-09-01 Thread Jenei Gábor
Hello, Here is a patch to avoid compile time warnings, actually most of them are unfortunatelly not in our source but in libraries like OpenSSL, could you tell me why are these libraries compiled? On most of the linux machines it should be already installed, aren't compiled shared libraries e

Re: [Libreoffice] new configure options to make branding easier

2011-09-01 Thread Caolán McNamara
On Thu, 2011-09-01 at 09:57 +0200, Andras Timar wrote: > About bitmap: > --with-about-bitmap ... > > Intro bitmap aka splash screen: > --with-intro-bitmap .. > --with-intro-progressbar-color > --with-intro-progressbar-size > --with-intro-progressbar-position > --with-intro-progressbar-frame-color

[Libreoffice] bug in vcl make files?

2011-09-01 Thread Jenei Gábor
Hi all, As I tried to compile vcl module with raised dbglevel I found out the following error at linking: /home/LOff/libo/workdir/unxlngi6.pro/CxxObject/vcl/unx/headless/svpgdi.o: In function `dbgOut(boost::shared_ptr const&)': svpgdi.cxx:(.text._Z6dbgOutRKN5boost10shared_ptrIN7basebmp12Bitm

Re: [Libreoffice] Build break when generating RDBs

2011-09-01 Thread Eike Rathke
Hi Peter, On Tuesday, 2011-08-30 14:36:01 -0400, Peter Foley wrote: > [ build ALL ] top level modules: i18npool > [ build ALL ] loaded modules: i18npool > [ build RDB ] i18npool_test_breakiterator > awk: cmd. line:1: $R/^<\?xml version.*$R/ { next; } { > gsub($R/vnd.sun.star.expand:\$OOO_BASE_DI

Re: [Libreoffice] [REVIEW] Fixing layout breakage in pivot table dialog

2011-09-01 Thread Kohei Yoshida
Hi Kendy, On Thu, 2011-09-01 at 11:59 +0200, Jan Holesovsky wrote: > The patch generally looks fine - I just wonder, why there is the > vertical compression, and why only on XP? Isn't the root cause > something in vcl? The thing is, I don't even know this vertical compression is a defect. It ma

[Libreoffice] fdo#37195, [REVIEW] take two on the "where did my dictionaries go"

2011-09-01 Thread Caolán McNamara
So the ooo3migration thing was a red herring alright, so here's my second stab at fdo#37195 http://cgit.freedesktop.org/libreoffice/core/commit/?id=a78a6e013b8d97891aa2b9c9a5dce64a82dc2f06 a) If CreateProcessServiceFactory is called, then common.rdb of "Users/YOU/AppData/Roaming/LibreOffice/3/use

Re: [Libreoffice] Bringing some sanity to interline spacing

2011-09-01 Thread Eike Rathke
Hi Caolán, On Thursday, 2011-09-01 10:03:40 +0100, Caolán McNamara wrote: > On Wed, 2011-08-31 at 23:54 -0600, Tor Lillqvist wrote: > > > The attached patch is an attempt to bring some sanity to the situation: > > > > It seems that you have investigate this quite deeply and I would love > > to c

Re: [Libreoffice] [PATCH] More numbering types: one, two, three, ...

2011-09-01 Thread Stephan Bergmann
On Sep 1, 2011, at 1:01 PM, Eike Rathke wrote: > On Thursday, 2011-09-01 09:35:09 +0200, Stephan Bergmann wrote: >> First, I think extending this from Persian to English already shows >> the biggest flaw of this approach: Do you want to extend in in this >> way for all languages supported by LibO?

[Libreoffice] Fw from tdf-discuss: Howto start building from tarball for Solaris x86

2011-09-01 Thread Karl Behler
Hi all, I'm wondering if anyone can help me with my libreoffice build from source problem. Meanwhile I did two trials, one on solaris and one on suse 11.4. Both failed at the point where the real source is required to "make" libreoffice. The automatic fetch from the web seems not to work sin

Re: [Libreoffice] Bringing some sanity to interline spacing

2011-09-01 Thread Stephan Bergmann
On Sep 1, 2011, at 12:30 PM, Tor Lillqvist wrote: >> The changes themself look sane, regarding the background Khaled gave and >> knowing part of his work from older days I didn't hesitate much to >> commit this :) > > OK, excellect! Khaled, if you want direct commit access, just ask (hmm, file >

Re: [Libreoffice] (no subject)

2011-09-01 Thread Jan Holesovsky
Hi Eike, On 2011-09-01 at 12:18 +0200, Eike Rathke wrote: > Can we do something against letting all those .exe .scr .zip etc. > attachments pass through? I'd say bug against the fd.o infa... Regards, Kendy ___ LibreOffice mailing list LibreOffice@lis

Re: [Libreoffice] Unknown property "NumberingLevel"

2011-09-01 Thread Eike Rathke
Hi julien2412, On Wednesday, 2011-08-31 14:21:10 -0700, julien2412 wrote: > I took some time to take a look and here is what I found : > When I add "SVX_UNOEDIT_OUTLINER_PROPERTIES" in sd/source/core/stlsheet.cxx I took another look at you approach, it doesn't seem to be correct to add SVX_UNOED

[Libreoffice] [PATCH] More numbering types: one, two, three, ...

2011-09-01 Thread Mohammad Elahi
Hi Eike String resources wouldn't be sufficient as different locales have > different rules for how to form a number string, especially when it > comes to ordinals. However, this looks more like spell-out than level > numbering and as such misses the point of the numbering provider. If we > wanted

Re: [Libreoffice] Updating features for 3.5 wiki page as we go ...

2011-09-01 Thread Cedric Bosdonnat
Hi Michael, On Thu, 2011-09-01 at 11:18 +0100, Michael Meeks wrote: > Cedric - I harbour unfair suspicions that you've been implementing cool > features and also not adding them there ;-) such as the new > header/footer stuff - which clearly deserves a screenshot [ hopefully > shared with so

Re: [Libreoffice] build error

2011-09-01 Thread Michael Meeks
Hi Jenei, On Mon, 2011-08-29 at 15:58 +0200, Jenei Gábor wrote: > For a while I did not have this error,but now it appears again. Actually > I did a totally normal build without debug symbols and dbglevel setting, > but still it appears. It seems to be a makefile error of LibreOffice. > Has any

Re: [Libreoffice] [PATCH] More numbering types: one, two, three, ...

2011-09-01 Thread Eike Rathke
Hi, On Thursday, 2011-09-01 09:35:09 +0200, Stephan Bergmann wrote: > First, I think extending this from Persian to English already shows > the biggest flaw of this approach: Do you want to extend in in this > way for all languages supported by LibO? I would consider such > extension to additio

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

2011-09-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 --- Comment #195 from Rainer Bielefeld 2011-09-01 03:46:41 PDT --- bugzilla-dae...@freedesktop.org schrieb: > https://bugs.freedesktop.org/show_bug.cgi?id=35673 > > --- Comment #194 from Carlo Strata 2011-09-01 > 02:10:14 PDT --- > Hi Everyone

Re: [Libreoffice] Licensing information collection for Dev submitting patch

2011-09-01 Thread Michael Meeks
Hi Norbert, On Sun, 2011-08-28 at 15:01 -0500, Norbert Thiebaud wrote: > I've added a 'License' column in the list of developers in the wiki > http://wiki.documentfoundation.org/Development/Developers Thanks for doing that :-) there is a 'le...@documentfoundation.org' alias - to which I s

Re: [Libreoffice] Updating features for 3.5 wiki page as we go ...

2011-09-01 Thread Mohammad Elahi
OK, I add it to the wiki ;) Thanks -Elahi ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [GSoC] last report

2011-09-01 Thread Michael Meeks
On Sun, 2011-08-28 at 21:21 +0200, Matúš Kukan wrote: > GSoC has ended. This was my first experience with open source. I think > I was lucky and choose great community. I certainly enjoyed working with you :-) > What I have done ? I think Matus has a modesty problem, he did a lo

Re: [Libreoffice] Bringing some sanity to interline spacing

2011-09-01 Thread Tor Lillqvist
> The changes themself look sane, regarding the background Khaled gave and > knowing part of his work from older days I didn't hesitate much to > commit this :) OK, excellect! Khaled, if you want direct commit access, just ask (hmm, file a bug asking for that, is that still the correct procedure?

[Libreoffice] [PUSHED] IDL @since build error if not OOo

2011-09-01 Thread Michael Meeks
On Wed, 2011-08-31 at 15:45 +0200, Laurent Godard wrote: > here is a patch (master branch) that add "LibreOffice" and "LO" string > support to @since tag in idl files Found pushed - thanks ! :-) Michael. -- michael.me...@novell.com <><, Pseudo Engineer, itinerant idio

Re: [Libreoffice] (no subject)

2011-09-01 Thread Eike Rathke
Hi, On Wednesday, 2011-08-31 01:02:51 -0500, chars...@apple.com wrote: > [... bla making it look like coming from a mailer-daemon ...] and [-- Attachment #2: document.exe --] [-- Type: application/octet-stream, Encoding: base64, Size: 29K --] Can we do something against letting all those .exe .s

[Libreoffice] Updating features for 3.5 wiki page as we go ...

2011-09-01 Thread Michael Meeks
On Sun, 2011-08-28 at 00:05 +0200, Eike Rathke wrote: > On Saturday, 2011-08-27 04:10:40 +0430, Mohammad Elahi wrote: > > Numbering in localized persian word is useful in some areas, at least > > for me it is necessary. Since it is not trivial a function and table > > is needed. > > Pushed on mas

Re: [Libreoffice] Bringing some sanity to interline spacing

2011-09-01 Thread Eike Rathke
Hi Tor, On Wednesday, 2011-08-31 23:54:17 -0600, Tor Lillqvist wrote: > > The attached patch is an attempt to bring some sanity to the situation: > > It seems that you have investigate this quite deeply and I would love > to commit and push your patch. However, I am a bit scared. Could > somebod

Re: [Libreoffice] [PATCH] More numbering types: one, two, three, ...

2011-09-01 Thread Stephan Bergmann
On Sep 1, 2011, at 11:00 AM, Mohammad Elahi wrote: > Here, however, someone doing localization would need to add new constants to > NumberingType.idl and would need to add code to defaultnumberingprovider.cxx. > That does not feel right. > OK, I'm just started to work with libreoffice code ;) Ju

[Libreoffice] [PATCH] Use a custom string to make numbering more flexible

2011-09-01 Thread Mohammad Elahi
Hi Michael Instead - I suggest you hack up a patch for the export filter, and > we'll get Thorsten to review that and/or turn it into an ODF extension / > proposal. > >How does that sound ? > Yes, that sounds good ;) Thanks -Elahi ___ Lib

Re: [Libreoffice] [REVIEW] Fixing layout breakage in pivot table dialog

2011-09-01 Thread Jan Holesovsky
Hi Kohei, On 2011-08-30 at 16:55 -0400, Kohei Yoshida wrote: > http://cgit.freedesktop.org/libreoffice/core/commit/?id=8bf60230255e0e8da66cafff578f148858cee4ca > > cherry-picked to the 3.4 branch. A patch for this commit is attached as > well for convenience. > > This fixes a slight layout pro

Re: [Libreoffice] few queastions about building sal

2011-09-01 Thread Michael Meeks
On Mon, 2011-08-29 at 20:49 +0200, Stephan Bergmann wrote: > Zero. But it does not hurt that much to have them exported, does it? > So I would just play it safe. YMMV. Culturally - I think we prefer to play it dangerously - just on principle :-) Having clean code is huge win vs. a very

Re: [Libreoffice] background in LTR interface shows BrOffice instead of LibreOffice

2011-09-01 Thread Michael Meeks
On Mon, 2011-08-29 at 22:52 +0300, Lior Kaplan wrote: > On Fri, 2011-08-26 at 23:32 +0300, Lior Kaplan wrote: > > Could we also have this done for the next 3.3.x release ? > Not sure there will be another 3.3.X ? > > Fair enough. Is there a branch to commit to (just in case

Re: [Libreoffice] Bringing some sanity to interline spacing

2011-09-01 Thread Khaled Hosny
On Thu, Sep 01, 2011 at 10:03:40AM +0100, Caolán McNamara wrote: > On Wed, 2011-08-31 at 23:54 -0600, Tor Lillqvist wrote: > > > The attached patch is an attempt to bring some sanity to the situation: > > > > It seems that you have investigate this quite deeply and I would love > > to commit and p

Re: [Libreoffice] inconsistency between rtl::OString/rtl::OUString and optimization opportunities ?

2011-09-01 Thread Caolán McNamara
On Wed, 2011-08-31 at 15:41 +0200, Stephan Bergmann wrote: > On Aug 31, 2011, at 12:04 PM, Caolán McNamara wrote: ... > > I'm vaguely thinking of ... i18nutil x_rtl stuff ... hard-coding its > > refcount argument to 0 or 1 and fixing up its uses to consistently > > use one or the other public OUSt

Re: [Libreoffice] New desktop integration modules

2011-09-01 Thread Jan Holesovsky
Hi Timothy, On 2011-08-31 at 22:32 -0500, Timothy Pearson wrote: > This is an important feature to users of TDE, as the existing KDE3 > integration module will not function properly within the latest releases > of TDE. We are prepared to maintain and enhance the TDE integration > module for the

[Libreoffice] [PUSHED] Escaped non-ASCII characters from source files.

2011-09-01 Thread Michael Meeks
On Tue, 2011-08-30 at 00:27 +0900, Takashi Nakamoto wrote: > The attached patch solves a compilation error in libxml2 which occurs on > Windows with some Asian locales. I would appreciate if someone pushes this. Thanks Takashi ! found pushed in master (hence subject). ATB,

Re: [Libreoffice] [Proof-of-concept] Drastically speedup the offapi (and oovbaapi) build

2011-09-01 Thread Jan Holesovsky
Hi Bjoern, On 2011-09-01 at 11:21 +0200, Bjoern Michaelsen wrote: > Just a word of warning after a short skimming of the patch: It seems > like you are using $? with huge amounts of files to create a > commandline. This is quite risky on Linux, where you easily hit the > command length limits of

Re: [Libreoffice] vbaevents*.uno.so and libvbaswobj*uno.so location

2011-09-01 Thread Michael Meeks
Hi Petr, On Tue, 2011-08-30 at 17:07 +0200, Petr Mladek wrote: > Caolan or Noel has recently suggested me to move vbaobj.uno.so into the > Calc package because it links against libsc and is needed only by Calc. .. > I am a bit curious about these changes. Are they needed to fix > dependencies or

Re: [Libreoffice] New desktop integration modules

2011-09-01 Thread Stephan Bergmann
On Sep 1, 2011, at 5:32 AM, Timothy Pearson wrote: > I have created a patch that adds Trinity Desktop Environment integration > to LibreOffice, and would like to get it included in the upstream > LibreOffice sources if you are interested. > > It is based on the old KDE3 integration module, but has

Re: [Libreoffice] [Proof-of-concept] Drastically speedup the offapi (and oovbaapi) build

2011-09-01 Thread Bjoern Michaelsen
Hi Kendy, all, On Thu, 01 Sep 2011 10:25:20 +0200 Jan Holesovsky wrote: > With the attached patch, the offapi/UnoApi_offapi.mk (and oovbaapi) > has to change to something like the following; this is of course only > part of that, the other rules have to be adapted the same way, but > that should

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

2011-09-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 --- Comment #194 from Carlo Strata 2011-09-01 02:10:14 PDT --- Hi Everyone, may be this issue is related to this old one https://bugzilla.novell.com/show_bug.cgi?id=467181 whose title was "PDF/A export broken - Adobe Acrobat reports Invalid Co

Re: [Libreoffice] [PATCH] Use a custom string to make numbering more flexible

2011-09-01 Thread Michael Meeks
On Tue, 2011-08-30 at 20:24 +0430, Mohammad Elahi wrote: > But odt is a standard, can I add any property to it? Certainly - it is polite to go the standards route and propose an addition / change there to improve interop. However - I'd strongly recommend avoiding getting bogged down in th

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

2011-09-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 --- Comment #193 from Carlo Strata 2011-09-01 02:06:40 PDT --- (In reply to comment #192) > Can we add Bug 39355 ? This can be rather humiliating when you send a PDF to > someone who uses Adobe Reader instead of a free PDF reader. Hi Everyone,

Re: [Libreoffice] Bringing some sanity to interline spacing

2011-09-01 Thread Caolán McNamara
On Wed, 2011-08-31 at 23:54 -0600, Tor Lillqvist wrote: > > The attached patch is an attempt to bring some sanity to the situation: > > It seems that you have investigate this quite deeply and I would love > to commit and push your patch. However, I am a bit scared. Could > somebody else who actua

Re: [Libreoffice] [PATCH] More numbering types: one, two, three, ...

2011-09-01 Thread Mohammad Elahi
Hi Stephan First, I think extending this from Persian to English already shows the > biggest flaw of this approach: Do you want to extend in in this way for all > languages supported by LibO? Yes, I was trying to make it more generic so can be used by more languages. But maybe I should not, I

Re: [Libreoffice] new configure options to make branding easier

2011-09-01 Thread Andras Timar
2011/9/1 Kálmán „KAMI” Szalai : > Hi András, > > Thank you for the patches :oD Also two more images leftt. The two bitmaps in >  windows installer. No, there are at least 3 images in Windows installer and the download icon. Windows installer was out of scope now. Cheers, Andras __

Re: [Libreoffice] vbaevents*.uno.so and libvbaswobj*uno.so location

2011-09-01 Thread Noel Power
Hi Petr On 30/08/11 16:07, Petr Mladek wrote: Hi Rene, Caolan or Noel has recently suggested me to move vbaobj.uno.so into the Calc package because it links against libsc and is needed only by Calc. think it was me, and yes vbaobj.uno.so needs to link against libsc => calc and ditto libvbaswobj

Re: [Libreoffice] new configure options to make branding easier

2011-09-01 Thread Kálmán „KAMI” Szalai
Hi András, Thank you for the patches :oD Also two more images leftt. The two bitmaps in windows installer. Thanks, KAMI On 09/01/2011 09:57 AM, Andras Timar wrote: Hi, I've just pushed a few more configure options to master in order to make branding LibreOffice easier. There are 3 elemen

Re: [Libreoffice] Bringing some sanity to interline spacing

2011-09-01 Thread Khaled Hosny
On Wed, Aug 31, 2011 at 11:54:17PM -0600, Tor Lillqvist wrote: > > The attached patch is an attempt to bring some sanity to the situation: > > It seems that you have investigate this quite deeply and I would love > to commit and push your patch. However, I am a bit scared. Could > somebody else wh

[Libreoffice] [Proof-of-concept] Drastically speedup the offapi (and oovbaapi) build

2011-09-01 Thread Jan Holesovsky
Hi Matúš, Bjoern, I've found a way how to speedup the build of offapi (which is a major problem on windows - on my box it takes about 10% of the entire build time). The trick is simple - instead of generating the files one by one, several .idl's are treated during one idlc call; something that ha

[Libreoffice] new configure options to make branding easier

2011-09-01 Thread Andras Timar
Hi, I've just pushed a few more configure options to master in order to make branding LibreOffice easier. There are 3 elements that can be configured now. About bitmap: --with-about-bitmap We already had this this option. Intro bitmap aka splash screen: --with-intro-bitmap We already had this t

Re: [Libreoffice] [PATCH] More numbering types: one, two, three, ...

2011-09-01 Thread Stephan Bergmann
On Sep 1, 2011, at 2:19 AM, Mohammad Elahi wrote: > Changed function lcl_formatPersianWord to be more generic, and added support > for some more numbering types: > English word: one, two, three, ... > English cardinal: first, second, third, ... > English cardinal semi-word: 1st, 2nd, 3rd, ... > Per

[Libreoffice] UNO related crashes on NetBSD

2011-09-01 Thread Francois Tigeot
Hi, The latest -master version crashes reliably on NetBSD (i386 and amd64). The primary suspect is UNO, the 'uno' binary segfaults: = Building module testtools = Entering /usr/pkgsrc/wip/libreoffice/work/libreoffice-core-2011-08-30/testtools/inc Entering /usr/pkgsrc/wi