[Libreoffice] [PATCH] +question RTL_CONSTASCII_USTRINGPARAM for calc_core_tools

2010-11-11 Thread Julien Nabet
Hello, Here's a patch for calc/sc/source/core/tools I compiled it and it's ok. Hope it's ok ! How can we replace createFromAscii in this kind of line : OUString::createFromAscii(aPropNames[i]) Is it possible with another trick than RTL_CONSTASCII_USTRINGPARAM ? Julien. (LGPLv3+ / MPL)

[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM for calc_ui

2010-11-11 Thread Julien Nabet
Hello, Here's a patch for calc/sc/source/ui (except unoobj previously sent). Julien. (LGPLv3+ / MPL) calc_ui.txt.bz2 Description: application/bzip ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM for calc (datefunc, analysis and solver)

2010-11-12 Thread Julien Nabet
Hello, Here's a patch for calc I think it's the last one for calc since i haven't seen other createFromAscii to remove which concerned litterals. In datefunc, i tried to use the syntax : rtl::OUString foo(RTL_CONSTASCII_STRINGPARAM(foo)); -OUString aImpl =

[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM for writer_starmath

2010-11-12 Thread Julien Nabet
Hello, Here's a small patch as there was only 1 file in the starmath part which needed modifications. Julien. (LGPLv3+ / MPL) diff --git a/starmath/source/smdetect.cxx b/starmath/source/smdetect.cxx index a7404eb..8fe1dbd 100644 --- a/starmath/source/smdetect.cxx +++

[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM for impress

2010-11-12 Thread Julien Nabet
Hello, Here's again a small patch for the last changes to do that I've seen in Impress. Julien. (LGPLv3+ / MPL) impress.txt.bz2 Description: application/bzip ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] [PATCH] + question RTL_CONSTASCII_USTRINGPARAM for libs-core/connectivity/source/drivers/adabas/

2010-11-14 Thread Julien Nabet
Hello, Here's a patch (LGPLv3+ / MPL) for libs-core/connectivity/source/drivers/adabas/ Concerning the file connectivity/source/drivers/adabas/Buser.cxx, in the function : ::rtl::OUString OAdabasUser::getPrivilegeString(sal_Int32 nRights) const from the file :

[Libreoffice] Error in for libuno_sal.so.3 sal + lots of undefined references

2010-11-17 Thread Julien Nabet
Hello, Even with an rm -rf unxlngi6.pro in sal, I got this : Entering /home/serval/libreoffice-source/build/build/libreoffice-3.2.99.2/sal/util, I typed this : /bin/bash cd /home/serval/libreoffice-source/build/build/libreoffice-3.2.99.2 source ./LinuxX86Env.Set.sh cd sal build verbose=1

[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM for libs-core/connectivity/drivers/ado

2010-11-17 Thread Julien Nabet
Hello, Here's patch for libs-core/connectivity/drivers/ado Julien. (LGPLv3+ / MPL) libs_core_connectivity_drivers_ado.txt.bz2 Description: application/bzip ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] Error in for libuno_sal.so.3 sal + lots of undefined references

2010-11-17 Thread Julien Nabet
Le 17/11/2010 22:13, Caolán McNamara a écrit : On Wed, 2010-11-17 at 22:03 +0100, Julien Nabet wrote: alloc_arena.c:(.text+0x1255): undefined reference to `pthread_once' Woops, bit of fallout from the Unix GCC .mk merging, try pulling again and see does it work. C. I pulled

[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM for libs-core/connectivity/drivers

2010-11-19 Thread Julien Nabet
Hello, Here's patch for the last changes to do that I've seen in libs-core/connectivity/drivers Julien. (LGPLv3+ / MPL) connectivity_source_drivers.txt.bz2 Description: application/bzip ___ LibreOffice mailing list

[Libreoffice] [PATCH] try to correct some timers in sc + question

2010-11-19 Thread Julien Nabet
Hello, Here's a try to correct some timers in scmod.cxx. Here's what I did and why. 1) In IMPL_LINK( ScModule, SpellTimerHdl, Timer*, EMPTYARG ) I just added aSpellTimer.Stop() when there's neither input from keyboard nor ContinueOnlineSpelling. + I changed the function to have 1 return only.

[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM for libs-core/fpicker

2010-11-20 Thread Julien Nabet
Hello, Here's a patch for libs-core/fpicker Julien. (LGPLv3+ / MPL) libs_core_fpicker.txt.bz2 Description: application/bzip ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM for libs-core/framework

2010-11-20 Thread Julien Nabet
Hello, Here's a patch for libs-core/framework Julien. (LGPLv3+ / MPL) diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx index 55cda74..09b2165 100644 --- a/framework/source/jobs/jobdata.cxx +++ b/framework/source/jobs/jobdata.cxx @@ -182,7 +182,7 @@ void

[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM for libs-core/scripting + SAL_N_ELEMENTS (last one ?)

2010-11-21 Thread Julien Nabet
Hello, Here's a patch for libs-core/scripting + 1 patch for filter_msfilter (I thought i did it before but i must have deleted it by mistake). It seems, by reading the result of grep, it's the last SAL_N_ELEMENTS macro to put in place. So it would be a task to put in Completed_easy_hacks.

[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM for libs-core/svx

2010-11-21 Thread Julien Nabet
Hello, Here's a patch for libs-core/svx Julien. (LGPLv3+ / MPL) libs_core_svx.txt.bz2 Description: application/bzip ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM for libs-core/vbahelper

2010-11-21 Thread Julien Nabet
Hello, Here's a patch for libs-core/vbahelper Julien. (LGPLv3+ / MPL) libs_core_vbahelper.txt.bz2 Description: application/bzip ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] Fwd: [PATCH] RTL_CONSTASCII_USTRINGPARAM for libs-core/vbahelper

2010-11-21 Thread Julien Nabet
again. Julien. Message original Sujet: [PATCH] RTL_CONSTASCII_USTRINGPARAM for libs-core/vbahelper Date : Sun, 21 Nov 2010 21:35:17 +0100 De :Julien Nabet serval2...@yahoo.fr Pour : libreoffice@lists.freedesktop.org Hello, Here's a patch for libs-core/vbahelper Julien

[Libreoffice] Fwd: [PATCH] RTL_CONSTASCII_USTRINGPARAM for libs-core/vbahelper

2010-11-21 Thread Julien Nabet
again. Julien. Message original Sujet: [PATCH] RTL_CONSTASCII_USTRINGPARAM for libs-core/vbahelper Date : Sun, 21 Nov 2010 21:35:17 +0100 De :Julien Nabet serval2...@yahoo.fr Pour : libreoffice@lists.freedesktop.org Hello, Here's a patch for libs-core/vbahelper Julien

Re: [Libreoffice] [Pushed] RTL_CONSTASCII_USTRINGPARAM for libs-core/svx

2010-11-22 Thread Julien Nabet
, Julien Nabet wrote: Here's a patch for libs-core/svx It seems someone merged it without replying 'Pushed' ;-) Thanks, Michael. -- michael.me...@novell.com mailto:michael.me...@novell.com , Pseudo Engineer, itinerant idiot

[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM for components

2010-11-23 Thread Julien Nabet
Hello, Here's a patch for components Julien. (LGPLv3+ / MPL) 0001-RTL-patch.patch.bz2 Description: application/bzip ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] Git question again

2010-11-24 Thread Julien Nabet
Hello, I'm a little lost with git again now. Yesterday, i made first patches by using : git commit -a git format-patch HEAD~1 Now i do : bin/g pull -r and i got this : = components = usage: git merge-base [-a|--all] commit commit... -a, --all outputs all common

Re: [Libreoffice] Git question again

2010-11-24 Thread Julien Nabet
Le 24/11/2010 23:03, Miklos Vajna a écrit : On Wed, Nov 24, 2010 at 10:42:58PM +0100, Julien Nabetserval2...@yahoo.fr wrote: Now i do : bin/g pull -r and i got this : = components = usage: git merge-base [-a|--all]commit commit... -a, --all outputs all common

Re: [Libreoffice] Git question again

2010-11-24 Thread Julien Nabet
Le 24/11/2010 23:14, Miklos Vajna a écrit : On Wed, Nov 24, 2010 at 11:07:51PM +0100, Julien Nabetserval2...@yahoo.fr wrote: Here what i've got : ser...@serval:~/libreoffice-source/build/clone$ git branch * master ser...@serval:~/libreoffice-source/build/clone$ cd components/

[Libreoffice] timers in calc

2010-11-24 Thread Julien Nabet
at 08:14:08AM +0100, Julien Nabet wrote: Le 24/11/2010 08:11, Julien Nabet a ?crit : Date: Tue, 23 Nov 2010 22:20:36 -0500 From: Kohei Yoshidakyosh...@novell.com Subject: Re: [Libreoffice] [PATCH] try to correct some timers in sc + question To:libreoffice@lists.freedesktop.org

[Libreoffice] [Patch] cppcheck, Memory leak: fallback in shell/source/unix/misc/gnome-open-url.c

2010-11-25 Thread Julien Nabet
Hello, Here's a small patch for shell/source/unix/misc/gnome-open-url.c Julien. (LGPLv3+ / MPL) commit 6b768a031280d0c3ad23624dd3a6470c57395a56 Author: serval ser...@ilapharm.com Date: Thu Nov 25 23:26:39 2010 +0100 correct cppcheck, Memory leak: fallback diff --git

[Libreoffice] question about cppcheck for libreoffice.boldandbusted.com

2010-11-27 Thread Julien Nabet
Hello, libreoffice.boldandbusted.com is a great idea, but what's the version cppcheck used for libreoffice.boldandbusted.com ? I ask this because cppcheck has sometimes false positives. For example, lately i had opened a tracker (#2235: false Resource leak) and today it's corrected. It could

[Libreoffice] Compilation error

2010-11-27 Thread Julien Nabet
Hello, I use now rawbuild to compile. I updated repositories 2 hours ago and i have this (even after a rm -rf unxlngi6.pro/) I use this to compile : ./autogen.sh --with-num-cpus=1 --without-junit --disable-kde make Must i do a make clean ? ... languages en-US ... ... analyzing files ... ...

Re: [Libreoffice] question about cppcheck for libreoffice.boldandbusted.com

2010-11-27 Thread Julien Nabet
Hi Jesse I was talking about cppcheck bugtracker. There has been a fix for the tracker #2235, this one has been corrected yesterday. About false positives, i've created 3 trackers on cppcheck for the moment. 2 have been fixed : #2235 i talked about and #2210 which has been corrected by the

[Libreoffice] http://libreoffice.boldandbusted.com/ cppcheck report server problem

2010-11-29 Thread Julien Nabet
Hello, I reproduced the segmentation fault with the same file (blibs-gui/vcl/source/helper/canvasbitmap.cxx) by activating enable=all for cppcheck. I made a tracker on cppcheck (#2252 http://sourceforge.net/apps/trac/cppcheck/ticket/2252). Julien.

Re: [Libreoffice] http://libreoffice.boldandbusted.com/ cppcheck report server problem

2010-11-30 Thread Julien Nabet
Le 29/11/2010 14:38, Julien Nabet a écrit : Hello, I reproduced the segmentation fault with the same file (blibs-gui/vcl/source/helper/canvasbitmap.cxx) by activating enable=all for cppcheck. I made a tracker on cppcheck (#2252 http://sourceforge.net/apps/trac/cppcheck/ticket/2252). Julien

[Libreoffice] Error in autogen.sh of rawbuild : Bad substitution

2010-12-01 Thread Julien Nabet
Hello, I've runned autogen.sh present in rawbuild and i've got : Bad substitution. After having added a set -x at the beginning of the script, I found it was in the function requote, all these lines are ko : set -- ${@//\'/$q\'$q}# quote inner instances of ' set --

Re: [Libreoffice] Error in autogen.sh of rawbuild : Bad substitution

2010-12-01 Thread Julien Nabet
Le 02/12/2010 00:19, Jan Holesovsky a écrit : Hi Julien, On 2010-12-01 at 23:26 +0100, Julien Nabet wrote: I've runned autogen.sh present in rawbuild and i've got : Bad substitution. After having added a set -x at the beginning of the script, I found it was in the function requote, all

[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM for dbaccess/source/ui/dlg

2010-12-06 Thread Julien Nabet
Hello, Here's a small patch for dbaccess/source/ui/dlg Julien. (LGPLv3+ / MPL) commit 611a28b9fbafe37691865c023803a5a0b74b Author: serval ser...@ilapharm.com Date: Mon Dec 6 22:36:51 2010 +0100 RTL_CONSTASCII_USTRINGPARAM for ConnectionHelper.cxx diff --git

[Libreoffice] Error compilation on sc

2010-12-09 Thread Julien Nabet
Hello, Since today when i compile, i've got this in sc module : Entering /home/serval/libreoffice-source/libo/sc/source/ui/unoobj `../../../unxlngi6.pro/slo/chart2uno.obj' is up to date Entering /home/serval/libreoffice-source/libo/sc/util Making:scalc3c.lib Making:libscli.so : ERROR:

[Libreoffice] [Patch] call-catcher / bloat removal

2010-12-09 Thread Julien Nabet
Hello, First try to remove call-catcher / bloat removal with sc/source/core/tool/chgtrack.cxx and sc/inc/chgtrack.hxx I made a ./g grep AppendContent * on the whole project, i found it only on sc module I made a build and this file compiled ok but i had an error after so... I made a ./g

Re: [Libreoffice] Callcatch ScAttrArray::HasLines

2010-12-10 Thread Julien Nabet
Le 10/12/2010 22:13, Julien Nabet a écrit : Hello, The function ScAttrArray::HasLines is called in the file sc/source/core/data/column2.cxx (line 1246). BOOL ScColumn::IsEmptyBlock(SCROW nStartRow, SCROW nEndRow, bool bIgnoreNotes) const { Rectangle aRect; if (pAttrArray-HasLines

Re: [Libreoffice] Error compilation on sc

2010-12-10 Thread Julien Nabet
Le 09/12/2010 22:42, Julien Nabet a écrit : Hello, Since today when i compile, i've got this in sc module : Entering /home/serval/libreoffice-source/libo/sc/source/ui/unoobj `../../../unxlngi6.pro/slo/chart2uno.obj' is up to date Entering /home/serval/libreoffice-source/libo/sc/util Making

[Libreoffice] [Patch] call-catcher / bloat removal in sc

2010-12-11 Thread Julien Nabet
Hello, Remove call-catcher / bloat removal with ScBitMaskCompressedArray of sc. Since i've got big problems to compile, this patch must be tested before applying. checking whether the C++ compiler (ccache gcc ) works... no configure: error: installation or configuration problem: C++

[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM for testtools

2010-12-13 Thread Julien Nabet
Hello, Here's a patch for testtools Julien. (LGPLv3+ / MPL) commit 454a035958ee250cfc302967d5e936e0c634e746 Author: serval ser...@ilapharm.com Date: Mon Dec 13 21:36:13 2010 +0100 RTL_CONSTASCII_USTRINGPARAM for testtools diff --git a/testtools/source/bridgetest/multi.hxx

[Libreoffice] Error compilation in vcl module

2010-12-16 Thread Julien Nabet
Hello, Here the error I get when I compile vcl (i removed unxlng but same result) : Entering /home/serval/libreoffice-source/libo/vcl/unx/gtk/gdi Entering /home/serval/libreoffice-source/libo/vcl/unx/source/fontmanager Compiling: vcl/unx/source/fontmanager/parseAFM.cxx g++ -fmessage-length=0

Re: [Libreoffice] Error compilation in vcl module

2010-12-16 Thread Julien Nabet
Hello Norbert, I had done a ./g pull -r, I did this again 1 hour ago and I still got the same error. (and again, i did a rm -rf unxlng*) In libs-gui, when i make git log, i've got : - last commit : commit 64384c29136df68340bc3cccd2bcf98360b7fb6d Author: Thomas Klausner w...@netbsd.org Date:

Re: [Libreoffice] Error compilation in vcl module

2010-12-17 Thread Julien Nabet
Hello, After a : ./autogen.sh make clean make it works now ! Thank you ! Next time i'll try to think about ./autogen.sh make before adding make clean Julien Le 17/12/2010 08:14, Julien Nabet a écrit : Hello Norbert, I had done a ./g pull -r, I did this again 1 hour ago and I still got

[Libreoffice] [Patch] call-catcher / bloat removal in sc module part1

2010-12-17 Thread Julien Nabet
Hello, Remove call-catcher / bloat removal with sc module Compiling sc was ok. Julien (LGPLv3+ / MPL) commit-2680fc0.tar.bz2 Description: application/bzip ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM for framework properties

2010-12-17 Thread Julien Nabet
Hello, Here is a patch for properties.h of framework framework compiles ok. Julien. (LGPLv3+ / MPL) commit-d51048d.tar.bz2 Description: application/bzip ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] [Patch] call-catcher / bloat removal in sc module part1

2010-12-18 Thread Julien Nabet
Le 18/12/2010 19:47, Norbert Thiebaud a écrit : On Sat, Dec 18, 2010 at 2:07 AM, Julien Nabetserval2...@yahoo.fr wrote: Le 18/12/2010 03:28, Norbert Thiebaud a écrit : On Fri, Dec 17, 2010 at 7:34 PM, Julien Nabetserval2...@yahoo.frwrote: Hello, Remove call-catcher /

[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 ser...@ilapharm.com Date: Sun Dec 19 09:48:01 2010 +0100 RTL_CONSTASCII_USTRINGPARAM diff --git

[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 serval2...@yahoo.fr Date: Sun Dec 19 15:45:00 2010 +0100 RTL_CONSTASCII_USTRINGPARAM diff --git a/toolkit/inc/toolkit/helper/macros.hxx

[Libreoffice] [Patch] RTL_CONSTASCII_USTRINGPARAM for some files

2010-12-21 Thread Julien Nabet
Hello, Here is a patch for some files (LGPLv3+ / MPL) Julien commit 63c58944749de8f44dac979eb4e044e2c08120a8 Author: serval serval2...@yahoo.fr Date: Tue Dec 21 22:28:50 2010 +0100 RTL_CONSTASCII_USTRINGPARAM diff --git a/linguistic/source/defs.hxx b/linguistic/source/defs.hxx index

[Libreoffice] Suggestion for Windows building

2010-12-22 Thread Julien Nabet
Hello, I compile LO on Linux but I have a notebook in dualboot with Windows Vista. I'd like to compile on Windows Vista with all the possible modules (Mozilla, NSS, directx, etc.). I read this : http://wiki.documentfoundation.org/Development/Native_Build and of course this :

[Libreoffice] [Patch] RTL_CONSTASCII_USTRINGPARAM for some files part2

2010-12-22 Thread Julien Nabet
Hello, Here is a patch for some files (LGPLv3+ / MPL) Julien commit 12ed8ec48418ac20a50e8a097e1a5e78f0c99cbb Author: serval ser...@ilapharm.com Date: Sun Dec 19 14:46:27 2010 +0100 RTL_CONSTASCII_USTRINGPARAM diff --git a/forms/source/inc/FormComponent.hxx

[Libreoffice] [Patch] RTL_CONSTASCII_USTRINGPARAM for some files part 3

2010-12-22 Thread Julien Nabet
Hello, Here is a patch for some files. (LGPLv3+ / MPL) Caolán: there's still this : writer/sw/inc/unomid.h:#define C2U(cChar) rtl::OUString::createFromAscii( cChar ) There a lot of files that use this macro. Could you give details about this part of your last message ? (how do you do this)

[Libreoffice] ERROR: error 65280 occurred while making .../mdds

2010-12-24 Thread Julien Nabet
Hello, I don't know what was the pb but I had the same thing. I just updated my repository, then this : ./autogen.sh make clean make I don't know if there's a quicker way since it's quite tedious to make a compilation of the whole thing. Julien.

Re: [Libreoffice] compile fails: solver/unxlngx6.pro/xml/ure/services.rdb not created

2011-11-13 Thread Julien Nabet
Le 13/11/2011 13:28, Luc Castermans a écrit : Op 13-11-11 11:33, julien2412 schreef: Have you tried to apply the advice put here : http://wiki.documentfoundation.org/Development/How_to_build#The_Build_Failed..._What_can_I_do.C2.A0.3F ? Yes, result is the 2nd output in the pastebin URL.

[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM in sw and toolkit

2010-12-25 Thread Julien Nabet
Hello, Here are 2 patches for RTL_CONSTASCII_USTRINGPARAM in sw and toolkit Compiling was ok with HAVE_CXX0X forced (since I've got gcc 4.5.1) Julien (LGPLv3+ / MPL) commit aa72f99c55a8824a7429b322721c29f004d64c34 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Dec 25 13:09:26 2010 +0100

Re: [Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM in sw and toolkit

2010-12-25 Thread Julien Nabet
Le 25/12/2010 13:17, Julien Nabet a écrit : Hello, Here are 2 patches for RTL_CONSTASCII_USTRINGPARAM in sw and toolkit Compiling was ok with HAVE_CXX0X forced (since I've got gcc 4.5.1) Julien (LGPLv3+ / MPL) I'm not sure but perhaps they're the last replaces we can do. So it would

[Libreoffice] [PATCH] cppcheck prefix operator in components

2010-12-26 Thread Julien Nabet
Hello, Here is a patch for cppcheck prefix operator in components Compiling was ok Julien (LGPLv3+ / MPL) commit d9f0d59f4f73bb5ef2a5585066d562429df75d04 Author: Julien Nabet serval2...@yahoo.fr Date: Sun Dec 26 13:08:32 2010 +0100 RTL_CONSTASCII_USTRINGPARAM diff --git a/cui/source

[Libreoffice] [PATCH] cppcheck cleaning in writer

2010-12-26 Thread Julien Nabet
Hello, Here is a patch for 2 memleaks + 1 assigned a value that is never used Compiling was ok Julien (LGPLv3+ / MPL) commit 29e339267845268669dbecb036eb11fbe539d9ef Author: Julien Nabet serval2...@yahoo.fr Date: Sun Dec 26 17:04:32 2010 +0100 cppcheck cleaning in writer diff --git

[Libreoffice] [PATCH] cppcheck cleaning in svx

2010-12-27 Thread Julien Nabet
Hello, Here is a patch for cppcheck cleaning in svx Compiling was ok Julien (LGPLv3+ / MPL) __ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicités http://mail.yahoo.fr

[Libreoffice] [PATCH] cppcheck cleaning in svx

2010-12-27 Thread Julien Nabet
Hello, Here is a patch for cppcheck cleaning in svx Compiling was ok (Sorry for the last message, i forgot to put the attachment). Julien (LGPLv3+ / MPL) commit 2dbb64057f52de937ca2d4c8cf8c33582e33f525 Author: Julien Nabet serval2...@yahoo.fr Date: Mon Dec 27 22:16:27 2010 +0100 Some

[Libreoffice] [PATCH] new cppcheck cleaning in svx

2010-12-29 Thread Julien Nabet
some cppcheck in svx, i hope to correct all of them soon. Julien (LGPLv3+ / MPL) commit 2c7fd1b55ec2c937308f4edc2ea2f996126a1c4c Author: Julien Nabet serval2...@yahoo.fr Date: Thu Dec 30 00:18:04 2010 +0100 cppcheck cleaning diff --git a/svx/source/svdraw/svdfmtf.cxx b/svx/source/svdraw

[Libreoffice] [PATCH] new cppcheck cleaning in svx

2010-12-31 Thread Julien Nabet
Hello, Here is a new patch for cppcheck cleaning in svx Compiling was ok I have no more this pb : [./svdotxln.cxx:67]: (style) The class 'ImpSdrObjTextLink' does not have a constructor. Julien (LGPLv3+ / MPL) commit 2441e55a06e314cf1876bee1809c7846f260087a Author: Julien Nabet serval2

[Libreoffice] [PATCH] Reducing chmod spawning by replacing exec by xargs

2011-01-08 Thread Julien Nabet
Hello, I used xargs instead of -exec to reduce chmod spawning. Hope there's no mistake in it. Julien. commit d5a814812d592d36db85575bb80ab73817cd3e78 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Jan 8 02:01:25 2011 +0100 Reducing spawning of chmod with xargs instead of exec diff

[Libreoffice] [PATCH] Reducing chmod spawning by replacing exec by xargs

2011-01-08 Thread Julien Nabet
Hello, I used xargs instead of -exec to reduce chmod spawning. Hope there's no mistake in it. Julien PS : the first sending seemed not having worked. commit d5a814812d592d36db85575bb80ab73817cd3e78 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Jan 8 02:01:25 2011 +0100 Reducing

[Libreoffice] [PATCH] Reducing chmod spawning by replacing exec by xargs

2011-01-08 Thread Julien Nabet
Hello, I used xargs instead of -exec to reduce chmod spawning. Hope there's no mistake in it. Julien PS : the 2 sendings with my yahoo.fr address seemed not having worked. commit d5a814812d592d36db85575bb80ab73817cd3e78 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Jan 8 02:01:25 2011

Re: [Libreoffice] [PUSHED] Re: [PATCH] Again cppcheck cleanliness

2011-01-08 Thread Julien Nabet
Le 08/01/2011 08:39, Julien Nabet a écrit : On Fri, 2011-01-07 at 11:07 +, Caolán McNamara wrote: / On Thu, 2011-01-06 at 20:36 +0100, Guillaume Poussel wrote: //Hi everybody, // // //A new patch which correct cppcheck warnings in base/. // // Looks good, pushed. Thanks

[Libreoffice] [PATCH] cppcheck cleaning in sc

2011-01-09 Thread Julien Nabet
: Julien Nabet serval2...@yahoo.fr Date: Sun Jan 9 16:11:17 2011 +0100 some cppcheckcleaning diff --git a/sc/source/core/data/attarray.cxx b/sc/source/core/data/attarray.cxx index e18921c..574ab1f 100644 --- a/sc/source/core/data/attarray.cxx +++ b/sc/source/core/data/attarray.cxx @@ -234,14

[Libreoffice] [PATCH] cppcheck cleaning in xmlsecurity

2011-01-11 Thread Julien Nabet
Hello, Here is a patch for cppcheck cleaning in xmlsecurity Compiling was ok Julien (LGPLv3+ / MPL) commit 4258d2cdd4ecfba8dfe76ad19da998777c8056f4 Author: Julien Nabet serval2...@yahoo.fr Date: Tue Jan 11 21:40:43 2011 +0100 Some cppcheck cleaning diff --git a/xmlsecurity/source

Re: [Libreoffice] [PATCH] new cppcheck cleaning in cppu and cppuhelper + error in compilation

2011-01-11 Thread Julien Nabet
Le 11/01/2011 23:16, Julien Nabet a écrit : Hello, Here is a patch for cppcheck cleaning for cppu and cppuhelper Compiling these modules was ok I don't if it's a link but I had this in testtools (event after a rm -rf unxlngi6.pro/ ) : ./constructors.uno.so register component

Re: [Libreoffice] [PATCH] Reducing chmod spawning by replacing exec by xargs

2011-01-12 Thread Julien Nabet
Le 12/01/2011 13:34, Christian Lohmaier a écrit : Hi *, On Sat, Jan 8, 2011 at 2:06 AM, Julien Nabetserval2...@yahoo.fr wrote: I used xargs instead of -exec to reduce chmod spawning. Hope there's no mistake in it. I don't see the point in using -i - since that in turn causes one

[Libreoffice] [Patch] Cppcheck cleaning on dbaccess

2011-01-14 Thread Julien Nabet
Hello, Here is a small patch for Cppcheck cleaning on dbaccess Question : In the last git-updated cppcheck I use, i found this in core part of dbaccess : [./api/query.cxx:310]: (error) instance of OAutoActionReset object destroyed immediately I took a look and I don't understand what's the

[Libreoffice] [Patch] Remove some dead code in sc

2011-01-14 Thread Julien Nabet
Hello, Here is a small patch for dead code cleaning on sc (LGPLv3+ / MPL) Julien commit 70660374dc7702e77d8089b8253cfdf39c651411 Author: serval serval2...@yahoo.fr Date: Sat Jan 15 01:00:00 2011 +0100 Remove some dead code diff --git a/sc/source/core/data/drwlayer.cxx

Re: [Libreoffice] [PUSHED, partial] Re: [PATCH] some cppcheck cleaning in ucb

2011-01-17 Thread Julien Nabet
Le 17/01/2011 13:16, Caolán McNamara a écrit : On Sun, 2011-01-16 at 12:07 +0100, Julien Nabet wrote: Hello, Here is a patch for some cppcheck cleaning in ucb Compiling was ok Pushed the first part. For the second one, that one in gio is a false positive, it's only compiled

Re: [Libreoffice] [PUSHED, partial] Re: [PATCH] some cppcheck cleaning in ucb

2011-01-17 Thread Julien Nabet
Le 17/01/2011 22:15, Caolán McNamara a écrit : On Mon, 2011-01-17 at 21:57 +0100, Julien Nabet wrote: Ok. And to respond to Jesse Adelman, there is now the tracker 2479 on cppcheck for this. Oops I stepped on your toes there. I was also logging the test-case as http://sourceforge.net

[Libreoffice] Compilation failed in sw

2011-01-18 Thread Julien Nabet
Hello, Here what I get after a git update, an autogen.sh + rm -rf unxlng* in sw when I try to build on my Debian (testing updated) Compiling: sw/source/core/doc/docsort.cxx /home/maryline/libreoffice-source/libo/clone/writer/sw/source/core/doc/docsort.cxx: In member function 'virtual double

[Libreoffice] 2 questions

2011-01-20 Thread Julien Nabet
Hello, I' ve got these 2 questions : 1) After a make, make dev-install. If I found a problem with LO, can I just do this : - source Linux... - go to the module I suppose there's the pb - make the change - build deliver - make dev-install ? Or must I : - remove the directory of the install -

[Libreoffice] dev-install fail for branch feature/gnumake2.1

2011-01-22 Thread Julien Nabet
Hello, After compiling the usual way (so without the USE_GMAKE set to 1), I've got this error with dev-install : ... languages en-US ... ... analyzing files ... ERROR: The following files could not be found: ERROR: File not found: svlen-US.res ... cleaning the output tree ... ... removing

Re: [Libreoffice] dev-install fail for branch feature/gnumake2.1

2011-01-23 Thread Julien Nabet
Hello, I use no arguments so my autogen.last is empty. Julien. Le 22/01/2011 21:38, Norbert Thiebaud a écrit : On Sat, Jan 22, 2011 at 2:19 PM, Julien Nabetserval2...@yahoo.fr wrote: Hello, After compiling the usual way (so without the USE_GMAKE set to 1), I've got this error with

[Libreoffice] compilation fail for branch feature/gnumake2.1

2011-01-25 Thread Julien Nabet
Hello, I made a make clean yesterday evening. I git updated even today followed with an autogen.sh and the compilation fails with this : build -- version: 275224 = Building module libwpd = Entering /home/maryline/gnumakelibreoffice/libo/libwpd dmake: Error: --

[Libreoffice] [PATCH] some cppcheck cleaning in basctl

2011-01-26 Thread Julien Nabet
Hello, Here is a patch for some cppcheck cleaning in basctl Compiling was ok My git account is now created but I don't know what to do next to push my commit. If someone could help me, ideally i need a quick tutorial step by step. I do this : ssh serval2...@git.freedesktop.org but I don't

Re: [Libreoffice] compilation fail for branch feature/gnumake2.1

2011-01-27 Thread Julien Nabet
Le 27/01/2011 07:07, Norbert Thiebaud a écrit : On Tue, Jan 25, 2011 at 3:51 PM, Julien Nabetserval2...@yahoo.fr wrote: Hello, I made a make clean yesterday evening. I git updated even today followed with an autogen.sh and the compilation fails with this : build -- version: 275224

Re: [Libreoffice] [PATCH] Remove Xine

2011-02-13 Thread Julien Nabet
Le 13/02/2011 22:19, Caolán McNamara a écrit : On Sat, 2011-02-12 at 18:07 +0100, Julien Nabet wrote: Hello, Here is a patch to remove xine. I think that was an Easy Hack, can you remove it from that list and move it to the completed one, stick you name on it there then. C

[Libreoffice] [REVIEW] fdo#32552 (alt key opens File-menu)

2011-02-15 Thread Julien Nabet
92ec3bb031d94cfc8658ee7e5136e15acafa0987 Author: Julien Nabet serval2...@yahoo.fr Date: Tue Feb 15 22:05:49 2011 +0100 fdo 32552 diff --git a/vcl/unx/source/window/salframe.cxx b/vcl/unx/source/window/salframe.cxx index f52f780..56b4b54 100644 --- a/vcl/unx/source/window/salframe.cxx +++ b/vcl/unx/source/window

[Libreoffice] [PATCH] Remove using namespace ::rtl in sc

2011-02-24 Thread Julien Nabet
Hello, Here is the first try with this easyhack. Could you tell me 1) if my patch is ok ? (I can push it myself) 2) must we remove all the rtl:: stuff ? Julien. commit 9c2bd745cde4a6d635b0f0083d40f702ce1e66cc Author: Julien Nabet serval2...@yahoo.fr Date: Thu Feb 24 15:22:42 2011 +0100

[Libreoffice] Compilation failed in libs-gui/toolkit

2011-02-27 Thread Julien Nabet
Hello, I've got a compilation error in libs-gui/toolkit. Entering /home/maryline/compile-libreoffice/libo/toolkit/uiconfig/layout dmake: Warning: -- Found file corresponding to virtual target [message-box.xml]. dmake: Warning: -- Found file corresponding to virtual target [tab-dialog.xml].

[Libreoffice] Remove using namespace ::rtl

2011-03-03 Thread Julien Nabet
Hello, I finished the removing of using namespace ::rtl except in binfilters. (there were no compilation pb with my Linux env, hope it's the case with Windows and Mac envs). Even if binfilters is going to be extracted from LO, doesn't it worth to purge using namespace ::rtl from it (I think

[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

Re: [Libreoffice] Remove using namespace ::rtl

2011-03-05 Thread Julien Nabet
Le 05/03/2011 22:17, Pierre-André Jacquod a écrit : Hello, Even if binfilters is going to be extracted from LO, doesn't it worth I am doing, this, leting it be only an import filter. to purge using namespace ::rtl from it (I think about the people I think that when

[Libreoffice] Compilation failed in sd part.

2011-03-06 Thread Julien Nabet
Hello, After this command today : make clean ./autogen.sh make I've got an error in sd part. After building the specific part, I've got this : Entering /home/maryline/compile-libreoffice/libo/sd/util Making:libsdli.so ../unxlngi6.pro/slo/outlview.o: In function

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

2011-03-06 Thread Julien Nabet
Le 04/03/2011 23:48, Julien Nabet a écrit : 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

[Libreoffice] Compiled still failed in instsetoo_native after compiling a brand new local repository

2011-03-09 Thread Julien Nabet
Hello, After having removed all my local repository, refetch (from master) and rebuild the whole thing, i still got this in instsetoo_native : Package format: archive msi templatepath: /home/maryline/compile-libreoffice/libo/instsetoo_native/util/../unxlngi6.pro/misc/openoffice/msi_templates

[Libreoffice] Review needed for Python part patch

2011-03-12 Thread Julien Nabet
line (885) Julien. commit 2b065784e0b8f4790e43ba9ce1460da46c5baa4b Author: Julien Nabet serval2...@yahoo.fr Date: Sat Mar 12 11:21:45 2011 +0100 Fix pychecker warning/error diff --git a/scripting/source/pyprov/mailmerge.py b/scripting/source/pyprov/mailmerge.py index 8fd697f..1d76e6d 100644

Re: [Libreoffice] Review needed for Python part patch

2011-03-12 Thread Julien Nabet
Le 12/03/2011 14:36, Christian Lohmaier a écrit : Hi Julien, *, On Sat, Mar 12, 2011 at 11:29 AM, Julien Nabetserval2...@yahoo.fr wrote: Here is a patch for fixing warning/error pychecker in the .py files of libs-core/scripting/source/pyprov Could anybody tell me if this is ok (and i can

[Libreoffice] Rewiew needed for pythonscript.py patch (new try)

2011-03-12 Thread Julien Nabet
Hello, Here is a new try for fixing warning/error pychecker in the .py files of libs-core/scripting/source/pyprov Could anybody tell me if this is ok (and i can push it myself) or not ? This time I used this to check there is no tabs and spaces mixed. python -tt ppythonscript.py This one has

Re: [Libreoffice] Rewiew needed for pythonscript.py patch (new try)

2011-03-12 Thread Julien Nabet
it myself) or not ? This time you forgot to attach the patch :-) ciao Christian And now, ladies and gentlemen, the patch ! :-) Julien. commit f3773baa11ce36e7dbc74ec25c068391c1448d20 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Mar 12 23:29:52 2011 +0100 fix pychecker bugs

[Libreoffice-commits] .: sw/source

2012-07-18 Thread Julien Nabet
sw/source/core/table/swnewtable.cxx |2 +- sw/source/core/table/swtable.cxx|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 5af5fe4d39fe800bda0c8d3bd31d14b9b11ffb94 Author: Julien Nabet serval2...@yahoo.fr Date: Wed Jul 18 23:30:06 2012 +0200

[Libreoffice-commits] .: sc/source

2012-07-20 Thread Julien Nabet
sc/source/ui/collab/contacts.cxx |2 +- sc/source/ui/collab/sendfunc.cxx |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit b37bcdded66ae82c5677fe60d8347b87281f3fa2 Author: Julien Nabet serval2...@yahoo.fr Date: Fri Jul 20 08:34:42 2012 +0200 Prefer

[Libreoffice-commits] .: vcl/unx

2012-08-05 Thread Julien Nabet
vcl/unx/generic/app/i18n_wrp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4de603d28ce884fb2a3720b6d132465b6dcc98a9 Author: Julien Nabet serval2...@yahoo.fr Date: Sun Aug 5 13:49:37 2012 +0200 Clang:Null pointer passed as an argument to a 'nonnull

[Libreoffice-commits] .: vcl/source

2012-08-05 Thread Julien Nabet
vcl/source/control/button.cxx |8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) New commits: commit a4e937d5b04b10c2d6ebecce6e77c57a02a95d17 Author: Julien Nabet serval2...@yahoo.fr Date: Sun Aug 5 17:45:17 2012 +0200 Declare all the members in ImplCommonButtonData ctor

[Libreoffice-commits] .: sw/source unusedcode.easy

2012-08-05 Thread Julien Nabet
sw/source/filter/ww8/rtfattributeoutput.cxx | 10 -- sw/source/filter/ww8/rtfattributeoutput.hxx |1 - unusedcode.easy |1 - 3 files changed, 12 deletions(-) New commits: commit a76dac1fb62823c357ad8f2bd789483b7ea7badd Author: Julien Nabet serval2

[Libreoffice-commits] .: bean/com bridges/test javaunohelper/com javaunohelper/test odk/examples qadevOOo/runner qadevOOo/tests sc/qa scripting/workben unotest/source

2012-08-05 Thread Julien Nabet
/org/openoffice/test/OfficeConnection.java |2 +- 15 files changed, 19 insertions(+), 26 deletions(-) New commits: commit b80b7ba1791cdd9e79ed7a380b8981878f46b8a4 Author: Julien Nabet serval2...@yahoo.fr Date: Mon Aug 6 00:12:34 2012 +0200 Static method sleep from Thread should

  1   2   3   4   5   6   7   8   9   10   >