Re: LibreOffice-SDK for MinGW

2013-05-07 Thread Joachim Langenbach
> situation with regards to that issue, but I would expect that using the > correct wordlength the MacOS-SDK should be comparable to the Linux version. > Over all, the SDK seems to be not as platfrom independent as the LibreOffice project itself. Regards, Joachim ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: LibreOffice-SDK for MinGW

2013-05-07 Thread Joachim Langenbach
Dear Jan and Stephan, > Joachim Langenbach píše v Po 06. 05. 2013 v 14:50 +0200: > > I'm also trying to build the LibreOffice SDK with MinGW. Goal is to > > connect an application compiled with MinGW to LibreOffice on Windows, > > Linux and may be other platforms.

LibreOffice-SDK for MinGW

2013-05-07 Thread Joachim Langenbach
fce (if an compiler switch to MSVC is not wanted)? Ole connection may be used, but ole is not platform independent (or is it available under linux or MacOS?). Are there any other possiblities or have the SDK or OLE connection some other advantages and disadvantages? Kind regards,

blanket license statement

2012-05-07 Thread Joachim Trémouroux
Hi everyone, All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Regards, Joachim. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/list

Re: [Libreoffice] [patch] remove duplicate placeholder icons

2011-06-08 Thread Joachim Trémouroux
Hi Norbert, Much faster indeed. It's instantaneous versus 35 sec for the md5sum. Thanks for the tip. Regards, Joachim. Le 7 juin 2011 22:53, Norbert Thiebaud a écrit : > 2011/6/7 Joachim Trémouroux : > > Hi everybody, > > > > I have made some stats to check the nu

Re: [Libreoffice] [patch] remove duplicate placeholder icons

2011-06-08 Thread Joachim Trémouroux
Hi, Done. I've just made my first git push ever. :-) Regards, Joachim. Le 7 juin 2011 20:51, Michael Meeks a écrit : > Hi Joachim, > > On Tue, 2011-06-07 at 20:27 +0200, Joachim Trémouroux wrote: > > I have made some stats to check the number of duplicate icons in t

Re: [Libreoffice] vcl/unx: remove duplicate printer code

2010-12-17 Thread Joachim
On 12/17/2010 11:22 AM, Caolán McNamara wrote: On Wed, 2010-12-15 at 19:58 +0100, Joachim wrote: - The following removed methods were not strictly identical to the existing: BOOL PspSalInfoPrinter::Setup( SalFrame* pFrame, ImplJobSetup* pJobSetup ) void vcl_sal::PrinterUpdate::doUpdate() void

[Libreoffice] vcl/unx: remove duplicate printer code

2010-12-15 Thread Joachim
/suggestion on this idea are welcome... Regards, Joachim. diff --git a/vcl/unx/headless/svpprn.cxx b/vcl/unx/headless/svpprn.cxx index 5d7e67c..27af93d 100644 --- a/vcl/unx/headless/svpprn.cxx +++ b/vcl/unx/headless/svpprn.cxx @@ -36,7 +36,6 @@ #include "vcl/timer.hxx" #in

Re: [Libreoffice] vcl: cppcheck cleanup.

2010-12-13 Thread Joachim Trémouroux
With the patch it's better... Le 13 décembre 2010 21:41, Joachim Trémouroux a écrit : > Hi, > > Here are some various cppcheck cleanup in vcl. > > Incidentally, while checking for one ccpcheck warning I have found a > duplicate definition and implementation of two class

[Libreoffice] vcl: cppcheck cleanup.

2010-12-13 Thread Joachim Trémouroux
implementation looks the same in vcl/unx/headless/svpprn.cxx and vcl/unx/source/gdi/salprnpsp.cxx Regards, Joachim. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [Pushed] Remove duplicate placeholder icons

2010-12-10 Thread Joachim
Hi Andrew, Michael, On 12/09/2010 09:05 PM, Joachim Trémouroux wrote: Andrew, Should I do the actual removal of the duplicate icons? I guess these are the "green cross on blue background" images. Regards, Joachim. Here is a patch that removes the placeholder icons in default_ima

Re: [Libreoffice] [PATCH] sw: cppcheck cleanup and comment removal.

2010-12-09 Thread Joachim Trémouroux
Oups, better with the patch attached... Joachim. Le 10 décembre 2010 04:13, Kohei Yoshida a écrit : > Hi Joachim, > > On Thu, 2010-12-09 at 22:28 +0100, Joachim Trémouroux wrote: > > Hi, > > > > The attached patch removes some unnecessary comments and fixe

[Libreoffice] [PATCH] sw: cppcheck cleanup and comment removal.

2010-12-09 Thread Joachim Trémouroux
Hi, The attached patch removes some unnecessary comments and fixes some cppcheck cleanup. Regards, Joachim. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [Pushed] Remove duplicate placeholder icons

2010-12-09 Thread Joachim Trémouroux
Andrew, Should I do the actual removal of the duplicate icons? I guess these are the "green cross on blue background" images. Regards, Joachim. 2010/12/9 Michael Meeks > Hi Joachim, > > On Wed, 2010-12-08 at 19:34 +0100, Joachim wrote: > > The attached patch im

[Libreoffice] Remove duplicate 'placeholder' icons

2010-11-30 Thread Joachim
other tests I should do? Regards, Joachim. diff --git a/sd/source/ui/view/viewoverlaymanager.cxx b/sd/source/ui/view/viewoverlaymanager.cxx index 1a09d86..d2fa1fe 100644 --- a/sd/source/ui/view/viewoverlaymanager.cxx +++ b/sd/source/ui/view/viewoverlaymanager.cxx @@ -45,7 +45,6 @@ #include

[Libreoffice] Remove duplicate 'placeholder' icons

2010-11-26 Thread Joachim Trémouroux
Hi everybody, Here is another patch for the duplicate icons task. On 11/25/2010 02:18 PM, Michael Meeks wrote: > On Tue, 2010-11-23 at 22:04 +0100, Joachim Trémouroux wrote: > I have looked at the calling places. The ImplImageTree::loadImage > >> method is called here: &g

Re: [Libreoffice] [PATCH 6/9] waring cleaning in sw_sw3redln.cxx

2010-11-26 Thread Joachim Trémouroux
{ /*N*/ >> nStrIdx; /*N*/ CloseFlagRec(); /*N*/ Regards, Joachim. Le 26 novembre 2010 07:56, Pierre-André Jacquod a écrit : > regards > > > ___ > LibreOffice mailing list > LibreOffice@list

Re: [Libreoffice] [patch] binfilter: cleanup and compilation warnings removal.

2010-11-23 Thread Joachim Trémouroux
con.png sc_default_icon.png sx_default_icon.png default_icon.png and based on the input name we can return an icon of the correct size. Does it look ok for you? Regards, Joachim. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [patch] binfilter: cleanup and compilation warnings removal.

2010-11-22 Thread Joachim Trémouroux
triggering compilation warnings. Should I fix them by removing the parameter name ? Regards, Joachim. diff --git a/binfilter/bf_sc/source/core/tool/sc_chartlis.cxx b/binfilter/bf_sc/source/core/tool/sc_chartlis.cxx index d26ff12..e1d828c 100644 --- a/binfilter/bf_sc/source/core/tool/sc_chartlis.cxx +++ b

[Libreoffice] [PATCH] remove unused SvXMLNumFmtDefaults methods

2010-11-19 Thread Joachim Trémouroux
Hi Everybody, My first mail on this liste :-) I was grepping for some dead code using 'grep "#if 0"' and I have found a bunch of unused method in xmloff package. I have attached 2 patches for review. Regards, Joachim. From a545c47c769e1b380d8670093bfdc6bc19243d1d Mon Sep 1