Re: [Libreoffice] [LibreOffice] [PATCH] Minor libs-core comment clean up.

2010-10-19 Thread Sebastian Spaeth
On Tue, 19 Oct 2010 20:40:32 -0400, Trevor Murphy wrote: > Incidentally, I'm running Ubuntu 10.04 with git-email installed via > aptitude install, but I don't have the git-send-email command. Is > there something obvious that I'm missing? I don't have git-send-email either but "git send-email"

Re: [Libreoffice] [PATCH] final SAL_N_ELEMENTS

2010-10-19 Thread David Tardon
On Wed, Oct 20, 2010 at 07:29:56AM +0200, David Tardon wrote: > On Tue, Oct 19, 2010 at 09:42:17PM +0200, Kenneth Venken wrote: > > hi, > > > > these patches will replace the last occurrences of > > sizeof(foo)/sizeof(foo[0]) with SAL_N_ELEMENTS(foo) > > > > -- Kenneth > > Hi, > > I pushed sal_

Re: [Libreoffice] [PATCH] final SAL_N_ELEMENTS

2010-10-19 Thread David Tardon
On Tue, Oct 19, 2010 at 09:42:17PM +0200, Kenneth Venken wrote: > hi, > > these patches will replace the last occurrences of > sizeof(foo)/sizeof(foo[0]) with SAL_N_ELEMENTS(foo) > > -- Kenneth Hi, I pushed sal_n_elements.libs-gui.diff and sal_n_elements.ure.diff. The changes the other two do s

Re: [Libreoffice] [Pushed][PATCH] Filters - Clean up comments in sw_unoframe.cxx

2010-10-19 Thread Norbert Thiebaud
On Tue, Oct 19, 2010 at 6:27 PM, jgraeme wrote: > Another patch cleaning up comments. > Pushed, Thanks, Norbert > Graeme > > ___ > LibreOffice mailing list > LibreOffice@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [Pushed][PATCH] Filters - Clean up comments in sw_unocoll.cxx

2010-10-19 Thread Norbert Thiebaud
On Tue, Oct 19, 2010 at 6:18 PM, jgraeme wrote: > A patch to clean up comments. > Pushed, Thanks Norbert > Graeme > > ___ > LibreOffice mailing list > LibreOffice@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/libreoffice > >

Re: [Libreoffice] [LibreOffice] [Pushed][PATCH] Minor libs-core comment clean up.

2010-10-19 Thread Norbert Thiebaud
On Tue, Oct 19, 2010 at 7:40 PM, Trevor Murphy wrote: > Hello. > > I'm pretty new to this open source game, but I've been lurking a bit > and want to learn more. > > I took a stab at fixing some comments in the libs-core repo. Thanks Trevor. Your patch has been pushed into the main repository. >

Re: [Libreoffice] Building on windows 7-64bit with Visual Studio 2010 Express

2010-10-19 Thread Norbert Thiebaud
On Tue, Oct 19, 2010 at 4:46 PM, Martin Gallwey wrote: > Hi there, > > I'm attempting to build LO on 64bit Windows 7 using the Visual Studio > 2010 Express using a combination of the instructions here: > > http://www.documentfoundation.org/develop/ > > And the somewhat scattered instructions here

[Libreoffice] [LibreOffice] [PATCH] Minor libs-core comment clean up.

2010-10-19 Thread Trevor Murphy
Hello. I'm pretty new to this open source game, but I've been lurking a bit and want to learn more. I took a stab at fixing some comments in the libs-core repo. Incidentally, I'm running Ubuntu 10.04 with git-email installed via aptitude install, but I don't have the git-send-email command. Is

[Libreoffice] LibreOffice and Java

2010-10-19 Thread Cesare Leonardi
Hi all. There's a thing not clear to me and that involved go-oo too: the relationship between LibreOffice and Java. Here i'm referring to the Windows environment but under Linux/Mac should be the same. Is it Java a requirements or it is considered an optional component? If Java isn't installe

Re: [Libreoffice] How do I find where in the builld/build/libreoffice-* is in clone dir?

2010-10-19 Thread Norbert Thiebaud
On Tue, Oct 19, 2010 at 5:39 PM, Nadav Vinik wrote: > Hello > > If I change something in the clone dir and the compilation failed and > it complain about something in builld/build/libreoffice-* folder, > How can I find the same in the clone dir? I don;t know it is the best or canonical answer but

[Libreoffice] [PATCH] Build fixes for VC++ 10 in libxmlsec

2010-10-19 Thread Jesús Corrius
Hi all, Even more compilation fixes! :) -- Jesús Corrius Document Foundation founding member Skype: jcorrius | Twitter: @jcorrius 0001-Build-fixes-for-VC-10.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.or

[Libreoffice] [PATCH] Filters - Clean up comments in sw_unocoll.cxx

2010-10-19 Thread jgraeme
A patch to clean up comments. Graeme From 7493d712e537198fe036ff18a7e2a665f36a7f23 Mon Sep 17 00:00:00 2001 From: J. Graeme Lingard Date: Tue, 19 Oct 2010 23:48:16 +0100 Subject: [PATCH] Clean up comments in sw_unocoll.cxx --- binfilter/bf_sw/source/core/unocore/sw_unocoll.cxx | 235 +-

[Libreoffice] PATCH] Build fixes for VC++ 10 in libxml2 and libxslt

2010-10-19 Thread Jesús Corrius
Hi all, More VC++ 10 compilation fixes :) -- Jesús Corrius Document Foundation founding member Skype: jcorrius | Twitter: @jcorrius 0001-Build-fixes-for-VC-10.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.

[Libreoffice] How do I find where in the builld/build/libreoffice-* is in clone dir?

2010-10-19 Thread Nadav Vinik
Hello If I change something in the clone dir and the compilation failed and it complain about something in builld/build/libreoffice-* folder, How can I find the same in the clone dir? Thanks Nadav -- הבלוג שלי: http://nadavvin.com ___ LibreOffice mai

[Libreoffice] [PATCH] Fix compilation of icu for VC++ 10

2010-10-19 Thread Jesús Corrius
Hi all, Another simple patch to be able to compile ICU with Visual Studio 2010. Cheers, -- Jesús Corrius Document Foundation founding member Skype: jcorrius | Twitter: @jcorrius 0001-Fix-compilation-of-icu-for-VC-10.patch Description: Binary data _

[Libreoffice] Building on windows 7-64bit with Visual Studio 2010 Express

2010-10-19 Thread Martin Gallwey
Hi there, I'm attempting to build LO on 64bit Windows 7 using the Visual Studio 2010 Express using a combination of the instructions here: http://www.documentfoundation.org/develop/ And the somewhat scattered instructions here (as there is no windows section on libreoffice.org yet): http://wiki

Re: [Libreoffice] Building on gentoo ...

2010-10-19 Thread René Kjellerup
Yeah, I even tried installing junit too. On the other matter unless you're still running kde 3 then you need --disable-kde else the config will fail when it can't find Qt 3.x On Oct 19, 2010 10:01 PM, "Wols Lists" wrote: > On 18/10/10 23:34, René Kjellerup wrote: >> >> I've build on gentle, I had

Re: [Libreoffice] Building on gentoo ...

2010-10-19 Thread Norbert Thiebaud
On Tue, Oct 19, 2010 at 2:32 PM, Wols Lists wrote: >  On 19/10/10 20:15, Norbert Thiebaud wrote: >> On Tue, Oct 19, 2010 at 2:07 PM, Wols Lists wrote: >>>  On 19/10/10 19:57, Norbert Thiebaud wrote: On Tue, Oct 19, 2010 at 1:34 PM, Anthony Youngman wrote: >  On 18/10/10 23:34, René

Re: [Libreoffice] Building on gentoo ...

2010-10-19 Thread Wols Lists
On 18/10/10 23:34, René Kjellerup wrote: > > I've build on gentle, I had to disable kde to do so "--enable-kde=no > --enable-kde4=no --without-junit" > Hmm .. I've just hit the junit problem too - another little fix needed for the develop page ... > > The Bests > René > Cheers, Wol

[Libreoffice] [FIX] forgot semicolon in svx/source/intro/ooo.src

2010-10-19 Thread julien
Hi, Just a quick fix for this file. This contribution is of course under the LGPLv3+. Julien. patch_ooo.src Description: WAIS Source ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoff

[Libreoffice] [PATCH] final SAL_N_ELEMENTS

2010-10-19 Thread Kenneth Venken
hi, these patches will replace the last occurrences of sizeof(foo)/sizeof(foo[0]) with SAL_N_ELEMENTS(foo) -- Kenneth diff --git a/extensions/source/activex/main/SOActionsApproval.cpp b/extensions/source/activex/main/SOActionsApproval.cpp index fd4abb1..c0da27f 100644 --- a/extensions/source/acti

Re: [Libreoffice] Building on gentoo ...

2010-10-19 Thread Wols Lists
On 19/10/10 20:15, Norbert Thiebaud wrote: > On Tue, Oct 19, 2010 at 2:07 PM, Wols Lists wrote: >> On 19/10/10 19:57, Norbert Thiebaud wrote: >>> On Tue, Oct 19, 2010 at 1:34 PM, Anthony Youngman >>> wrote: On 18/10/10 23:34, René Kjellerup wrote: > I've build on gentle, I had to disa

Re: [Libreoffice] [PATCH] SAL_N_ELEMENTS for ure

2010-10-19 Thread Kenneth Venken
Michael Meeks schreef op ma 18-10-2010 om 19:49 [+0100]: > Hi there, > > On Mon, 2010-10-18 at 13:50 +0200, Kenneth Venken wrote: > > this patch replaces all occurrences of sizeof.*/.*sizeof.*\[ with > > SAL_N_ELEMENTS in ure > > Thanks - there were a few sillies in there: > > #inclu

Re: [Libreoffice] Building on gentoo ...

2010-10-19 Thread Wols Lists
On 19/10/10 19:57, Norbert Thiebaud wrote: > On Tue, Oct 19, 2010 at 1:34 PM, Anthony Youngman > wrote: >> On 18/10/10 23:34, René Kjellerup wrote: >>> I've build on gentle, I had to disable kde to do so "--enable-kde=no >>> --enable-kde4=no --without-junit" >>> >> When my default use settings a

Re: [Libreoffice] Building on gentoo ...

2010-10-19 Thread Norbert Thiebaud
On Tue, Oct 19, 2010 at 1:34 PM, Anthony Youngman wrote: >  On 18/10/10 23:34, René Kjellerup wrote: >> >> I've build on gentle, I had to disable kde to do so "--enable-kde=no >> --enable-kde4=no --without-junit" >> > > When my default use settings are/were USE="-gtk -gnome" ? We are not talking

Re: [Libreoffice] build out of git repos - first steps

2010-10-19 Thread Rajesh Sola
Thanks michael, for your valuable comments& suggestions, will look into build.pl and get back with some understanding in few days, On Tuesday 19 October 2010 11:16 AM, Michael Meeks wrote: Hi Rajesh, First - great to see you again ! and thanks for getting involved with LibreOffice. I

Re: [Libreoffice] build out of git repos - first steps

2010-10-19 Thread Jesús Corrius
>        Ok - so this is all good for the Unix case; unfortunately I believe we > -may- need something different for Windows. Having said that I don't see > any windows conditionals in unpack as of now - which seems to suggest > that the symlinks / rsync works; Jesus - what do you recommend - can w

Re: [Libreoffice] Building on gentoo ...

2010-10-19 Thread Anthony Youngman
On 18/10/10 23:34, René Kjellerup wrote: > > I've build on gentle, I had to disable kde to do so "--enable-kde=no > --enable-kde4=no --without-junit" > When my default use settings are/were USE="-gtk -gnome" ? I'd rather fix the build problem so it works, not paper over the cracks :-) I'll see

Re: [Libreoffice] Turkish translation mailing list

2010-10-19 Thread Gökçen Eraslan
Pazartesi 18 Ekim 2010 günü (saat 22:25:35) Gökcen Eraslan şunları yazmıştı: > Can you also create a mailing list[1] for Turkish LibreOffice > translations? Ping? -- Gökçen Eraslan Pardus Developer signature.asc Description: This is a digitally signed message part.

[Libreoffice] [PATCH] Fix for #i93300#: Crash when inserting 32 bit TIFF image

2010-10-19 Thread Harri Pitkänen
The sample documents in the bug had two problems: 32 bit sample size and use of floating point sample format[1]. Neither is supported so this patch adds checks to reject images that have either of these properties. Additionally a sanity check is added to make sure that similar crash (division by z

Re: [Libreoffice] [PATCH] removed a lot of dead code and bogus comments

2010-10-19 Thread Caolán McNamara
On Mon, 2010-10-18 at 16:06 +0300, Povilas Kanapickas wrote: > Hello, > > > I've done some work on entry level tasks. Specifically, I've removed > all #if 0 blocks in the LibreOffice source tree. Also, a lot of bogus > comments like /*N*/, /*?*/ and so on were removed. I took a look at the sw bi

[Libreoffice] howto for getting non-trivial cppunit tests up and running

2010-10-19 Thread Caolán McNamara
sc/qa/unit had an existing cppunit test to ensure that calc can do =SUM(A1:A2) correctly but it was currently disabled seeing as it didn't work, mostly due to miserable bootstrapping problems. I've fixed that test (I think), so I hope it can now provide a basis for adding more. It can be a little

[Libreoffice] ucb/source/ucb compilation error

2010-10-19 Thread Thomas Klausner
Hi! With up-to-date git, I now see: /build/libreoffice-3.2.99.2/ucb/source/ucp/file/prov.cxx: In member function 'virtual com::sun::star::uno::Reference fileaccess::FileProvider::queryContent(const com::sun::star::uno::Reference&)': /build/libreoffice-3.2.99.2/ucb/source/ucp/file/prov.c

Re: [Libreoffice] Changing patches

2010-10-19 Thread Thomas Klausner
On Tue, Oct 19, 2010 at 06:09:33AM +0100, Michael Meeks wrote: > I guess you want to operate on the patch in that middle state by > manually leconverting those files (?). That's a lot of effort -- I manually fixed the patch, I've been working with patches long enough :) -- and pushed. Thank

Re: [Libreoffice] ODF thumbnailer for win32/osx

2010-10-19 Thread Caolán McNamara
On Tue, 2010-10-19 at 06:48 +0100, Michael Meeks wrote: > Hi Jon, > > On Sun, 2010-10-17 at 04:11 +0200, Jon Nordby wrote: > > Does LibreOffice ship an ODF thumbnail implementation for > > file-managers on Windows and Mac OSX? If so, where in the sources can > > I find it? If not, can anyone point

[Libreoffice] how can we import/export .cbz/.cbr files on LibreOffice Impress?

2010-10-19 Thread Paulo Silva
hi! A missing awesome feature on LibreOffice Impress would be the possibility on importing/exporting .cbz and .cbr files on LibreOffice Impress. eVince (pdf reader, default on Ubuntu and Debian), can show .cbz and .cbr files as presentations, and both .cbz and .cbr files can be simply created as

[Libreoffice] Contributor statistics

2010-10-19 Thread Sebastian Spaeth
Hi all, I just coded a small git contributor analysis tool: https://bitbucket.org/spaetz/gitanaly and ran it on the LibreOffice code base since the time of the fork. See the resulting contribution stats here: http://www.flickr.com/photos/spaetz/5095658613/in/set-72157625196147766/#/photos/spaetz