[Libreoffice] LO-SDK problem with Exception.hxx

2011-03-04 Thread Sergey
Hello, I am trying to build my report generator with LibreOffice SDK and it fails because it can't find com/sun/star/uno/Exception.hxx which is get included in libreoffice/basis-link/sdk/include/cppuhelper/bootstrap.hxx I haven't tried to build it with OpenOffice SDK for some time, but my last

Re: [Libreoffice] [PATCH] [Pushed] translated german comments in module fpicker

2011-03-04 Thread Muthu Subramanian K
Hi, Pushed. Thank you for your patch. Looking for more... :) Thanks again! Muthu Subramanian On 03/04/2011 01:01 AM, Michael Muench wrote: Hi, translated german comments in libs-core/fpicker/. License is LGPLv3+/MPL. Regards, Michael

Re: [Libreoffice] LO-SDK problem with Exception.hxx

2011-03-04 Thread Caolán McNamara
On Fri, 2011-03-04 at 11:35 +0100, Sergey wrote: Hello, I am trying to build my report generator with LibreOffice SDK and it fails because it can't find com/sun/star/uno/Exception.hxx Exception.hxx or Exception.hpp ? I suspect that its Exception.hpp because thats the #include in

Re: [Libreoffice] LO-SDK problem with Exception.hxx

2011-03-04 Thread Jonathan Aquilina
I know not to long ago Caolan there were issues with trying to compile with gcc 4.5 is that still the case? On Fri, Mar 4, 2011 at 12:18 PM, Caolán McNamara caol...@redhat.com wrote: On Fri, 2011-03-04 at 11:35 +0100, Sergey wrote: Hello, I am trying to build my report generator with

Re: [Libreoffice] LO-SDK problem with Exception.hxx

2011-03-04 Thread Caolán McNamara
On Fri, 2011-03-04 at 12:19 +0100, Jonathan Aquilina wrote: I know not to long ago Caolan there were issues with trying to compile with gcc 4.5 is that still the case? I don't know of any gcc 4.5 issues. Was building with it regularly until a few weeks ago when I moved over to gcc 4.6.0 C.

Re: [Libreoffice] an attempt to connect LO to the unhosted web

2011-03-04 Thread Michael Meeks
Hi Michiel, On Mon, 2011-02-28 at 20:50 +0100, Michiel de Jong wrote: Since today I am a full-time developer of the Unhosted project. Great ;-) Specifically, our first goal is creating an alternative to Google Docs. The first step towards this will be a proof-of-concept that

Re: [Libreoffice] LO-SDK problem with Exception.hxx

2011-03-04 Thread Sergey
Ok, sorry, I forget I have to generate headers, now it compiles fine. Thanks! On Fri, 2011-03-04 at 11:18 +, Caolán McNamara wrote: On Fri, 2011-03-04 at 11:35 +0100, Sergey wrote: Hello, I am trying to build my report generator with LibreOffice SDK and it fails because it can't

[Libreoffice] [PATCH] One bool mistake in msfilter

2011-03-04 Thread Arnaud Versini
Hello, This verry small patch replace BOOL by bool for bRetValue. Can I replace all BOOL from msfilter to bool? Patch underLGPLv3+/MPL. Thanks From 14f0fda323be0bceabf0443240d7ec2f89942ad1 Mon Sep 17 00:00:00 2001 From: Arnaud Versini arnaud.vers...@gmail.com Date: Fri, 4 Mar 2011 13:06:07

[Libreoffice] [PATCH] Remove DECLARE_LIST in idl.

2011-03-04 Thread Rafael Dominguez
0001-Remove-of-DECLARE_LIST.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] List container cleaning in sd.

2011-03-04 Thread Rafael Dominguez
0002-Remove-usage-of-deprecated-List-container.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PATCH][PUSHED] Remove DECLARE_LIST in idl.

2011-03-04 Thread Joseph Powers
On Mar 4, 2011, at 6:45 AM, Rafael Dominguez wrote: 0001-Remove-of-DECLARE_LIST.patch ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PATCH][PUSHED] List container cleaning in sd.

2011-03-04 Thread Joseph Powers
On Mar 4, 2011, at 6:46 AM, Rafael Dominguez wrote: 0002-Remove-usage-of-deprecated-List-container.patch ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [REVIEW] paralel build problem sfx2/workben/custompanel

2011-03-04 Thread Petr Mladek
Hi, would you mind to cherry pick http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=73c529b72c2b7d91e5b1e8938b5c59e6e72299e8 into libreoffice-3-3 branch? It is normal to list all the generated files in EXTENSION_PACKDEPS, see the template

[Libreoffice] [PATCH] List container cleaning in sd.

2011-03-04 Thread Rafael Dominguez
0001-Remove-usage-of-List-container.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PATCH][PUSHED] List container cleaning.

2011-03-04 Thread Lubos Lunak
On Wednesday 02 of March 2011, Rafael Dominguez wrote: More List container cleaning up, added an append function to ParagraphList, removed some unused code in writer. All the test passed succesfully. Pushed, thanks. -- Lubos Lunak l.lu...@suse.cz

Re: [Libreoffice] an attempt to connect LO to the unhosted web

2011-03-04 Thread Michiel de Jong
On Fri, Mar 4, 2011 at 12:36 PM, Michael Meeks michael.me...@novell.comwrote: On Mon, 2011-02-28 at 20:50 +0100, Michiel de Jong wrote: Specifically, our first goal is creating an alternative to Google Docs. The first step towards this will be a proof-of-concept that explains the idea we

Re: [Libreoffice] [PATCH] Remove useless comments.

2011-03-04 Thread Lubos Lunak
On Friday 04 of March 2011, Guillaume Poussel wrote: And again new patches attached (2/2) 2011/3/3 Guillaume Poussel gpous...@gmail.com: Attached patches for components and filters. Pushed (all 7 patches in the 3 mails), thanks. -- Lubos Lunak l.lu...@suse.cz

[Libreoffice] [PATCH] List container cleaning in sd.

2011-03-04 Thread Rafael Dominguez
0001-Remove-usage-of-List-container.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PATCH] renamed MACASSGN_TEXTBAUST - MACASSGN_AUTOTEXT

2011-03-04 Thread Caolán McNamara
On Mon, 2011-02-28 at 10:36 +0100, Christina Roßmanith wrote: Sorry - I accidentally pushed that patch while I pushed some translation patches. So if there are any objections please explain, how I can undo this... I doubt there's any objections. Seems fine, but you could use e.g. git-revert

Re: [Libreoffice] [PATCH] Comment cleanup writer

2011-03-04 Thread Christina Roßmanith
Hi, I've applied your monster patch locally, waiting for a complete build before pushing it. Please break you patches in smaller parts in the future (c.f. http://wiki.documentfoundation.org/Development/Patch_Handling_Guideline) Thank you, Christina Rossmanith Am 03.03.2011 03:10, schrieb

Re: [Libreoffice] Compiler warnings ICC

2011-03-04 Thread Caolán McNamara
On Wed, 2011-03-02 at 20:33 +0100, Kenneth Venken wrote: Hi, there are a lot of compiler warnings when building ICC. It seems that building ICC consists of extracting I guess we generally don't care that much about compiler warnings in the external modules that contain source we didn't

[Libreoffice] [PATCH] Add non blank characters in Writter properties dialog.

2011-03-04 Thread Arnaud Versini
Hello, This patch add non blank characters count in Properties in Writter. Patch under LGPLv3+/MPL. Thanks -- Arnaud Versini From 35ce02c195ad93c8684e3d80fe9c9cffb19da1cc Mon Sep 17 00:00:00 2001 From: Arnaud Versini arnaud.vers...@gmail.com Date: Fri, 4 Mar 2011 21:46:43 +0100 Subject:

[Libreoffice] Question about using namespace ::com::sun::star::uno

2011-03-04 Thread Julien Nabet
Hello, I just finished the removing of using reference ::rtl:: in each directory (binfilters included). I'd like to be sure of what has to be done for ::com::sun::star::uno part 1) remove using namespace ::com::sun::star::uno ok 2) replace Reference by uno::Reference ok 3) But what about use

[Libreoffice] [PATCH] List container cleaning in sd.

2011-03-04 Thread Rafael Dominguez
0001-Remove-of-deprecated-List-container.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] I'm seeing errors on the Mac smoketest.

2011-03-04 Thread Joseph Powers
On Mar 4, 2011, at 8:18 AM, Joseph Powers wrote: *** Successful packaging process! *** ... creating log file log_OOO330_en-US.log ... creating follow me info file

Re: [Libreoffice] [PUSHED] l10n related fixes for LibreOffice 3.3.2

2011-03-04 Thread Andras Timar
Pushed, thanks. Andras 2011.03.03. 13:34 keltezéssel, Fridrich Strba írta: I went through them and they have my OK. Please, cherry-pick. I have all my builds currently running on master :( F. On Thu, 2011-03-03 at 10:18 +0100, Andras Timar wrote: Hi, Please review and let me

[Libreoffice] http://openoffice.org/bugzilla/show_bug.cgi?id=3959 -- Outline view

2011-03-04 Thread Marc Paré
I am just re-reading my to-do list of LibreOffice in Academia and one of the oldest feature request is this one. I believe 8 years in request. Do you think that this feature request will ever have a chance at being accepted? I am in the process of creating a wiki page of LibreOffice in