Re: [Libreoffice] Icons in Specialized class ListBox

2012-01-18 Thread Julien Levesy
Hi Actually, it was ListBox, not SvtListBox ! Thanks for your help, i managed to display icons ! Best regards Julien 2012/1/18 Eike Rathke er...@redhat.com Hi Julien, On Wednesday, 2012-01-18 16:17:32 +0100, Julien Levesy wrote: I'm working on the file picker dialog. I would like to add

[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
Hello, Here is a patch for some cppcheck cleaning in sc Compiling was ok Julien PS : when cppcheck indicates that a boolean is not initialized, what is recommended to choose ? true, false or it depends on the context ? (LGPLv3+ / MPL) commit dd245b64fb571acffb4dc580d0f6098a0cf5037b Author

[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
the meaning of all this ? By the way, we can see the same kind of thing in api/querycontainer.cxx (line 193) (LGPLv3+ / MPL) Julien commit d0aa16bfd3e43a170d7cadd98066715112f333ed Author: serval serval2...@yahoo.fr Date: Sat Jan 15 00:00:46 2011 +0100 Some cppcheck cleaning diff --git

[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 b/sc/source/core

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
: Error code 1, while making '../../../unxlngi6.pro/slo/docsort.obj' Julien. __ 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 Yahoo! Mail

[Libreoffice] 2 questions

2011-01-20 Thread Julien Nabet
/Development/How_to_debug, but I found nothing. Julien. __ 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 Yahoo! Mail

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

2011-01-22 Thread Julien Nabet
*** Julien. __ 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 Yahoo! Mail ___ LibreOffice mailing list

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

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

2011-01-25 Thread Julien Nabet
/maryline/gnumakelibreoffice/libo/libwpd/unxlngi6.pro then a build, I've got the same thing. Julien. (Debian testing updated, gcc (Debian 4.4.5-8) on Intel x86) __ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la meilleure protection

[Libreoffice] [PATCH] some cppcheck cleaning in basctl

2011-01-26 Thread Julien Nabet
know what password to give (mykey-fdo, mykey-fdo.pub, another thing ?) 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

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
Hello, Here is small patch to close the tracker 32552 (alt key opens File-menu). I removed the block quoted in the comments, it compiles but I didn't test it. I use Gnome and so Gtk on my Debian. Could someone confirm it's ok (or not) ? Julien. (LGPLv3+ / MPL) commit

[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
' '--with-system-mysql' '--disable-gnome-vfs' (Debian testing, x86 32, gcc 4.4.5) Julien. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] Remove using namespace ::rtl

2011-03-03 Thread Julien Nabet
about the people who'll take care of this) ? Julien. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2011-03-04 Thread Julien Nabet
::com::sun::star ? Must we replace this : using namespace ::com::sun::star::uno by this : using ::com::sun::star ? Julien. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Remove using namespace ::rtl

2011-03-05 Thread Julien Nabet
::uno, I did the work on binfilters. I updated the wiki to mention it. Julien. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] Compilation failed in sd part.

2011-03-06 Thread Julien Nabet
' '--enable-gio' '--enable-kde4' '--enable-binfilter' '--enable-extra-gallery' '--enable-extra-template' '--enable-extra-sample' '--enable-extra-font' '--with-system-mysql' '--disable-gnome-vfs' gcc (Debian 4.4.5-11) 4.4.5 in x86 Julien. ___ LibreOffice

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
' '--enable-binfilter' '--enable-extra-gallery' '--enable-extra-template' '--enable-extra-sample' '--enable-extra-font' '--with-system-mysql' '--disable-gnome-vfs' Julien. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http

[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
only spaces. (I fixed this same pb + attributes not declared in mailmerged.py with the commit 97a762bb4f0aa51c20d858eb5b56c35dbb9044d0) Julien. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

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

2011-03-12 Thread Julien Nabet
Le 12/03/2011 23:38, Christian Lohmaier a écrit : On Sat, Mar 12, 2011 at 11:37 PM, Julien Nabetserval2...@yahoo.fr wrote: 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

[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

[Libreoffice-commits] .: wizards/com

2012-08-08 Thread Julien Nabet
wizards/com/sun/star/wizards/common/HelpIds.py |1 - 1 file changed, 1 deletion(-) New commits: commit 45a3e4dd7941e3cf5c1be5e966872338c3be1110 Author: Julien Nabet serval2...@yahoo.fr Date: Wed Aug 8 23:34:00 2012 +0200 class HelpIds: duplicated Change-Id

[Libreoffice-commits] .: wizards/com

2012-08-09 Thread Julien Nabet
|1 - wizards/com/sun/star/wizards/common/SystemDialog.py |1 - 14 files changed, 14 deletions(-) New commits: commit 28b3a290ce3dfe4156d810d73140fed9decbb12c Author: Julien Nabet serval2...@yahoo.fr Date: Thu Aug 9 11:50:43 2012 +0200 Others duplicated lines

[Libreoffice-commits] .: wizards/com

2012-08-09 Thread Julien Nabet
8b13238c453f05f1d862cf570dff0110295fbe3b Author: Julien Nabet serval2...@yahoo.fr Date: Thu Aug 9 12:56:40 2012 +0200 Fix last duplicated lines for Python files Change-Id: I22cbba9c574835c3e47dadb70d3c293b79e57325 diff --git a/wizards/com/sun/star/wizards/agenda/AgendaTemplate.py b

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

2012-08-09 Thread Julien Nabet
sc/source/filter/xml/xmlimprt.cxx | 37 - sc/source/filter/xml/xmlimprt.hxx |1 - unusedcode.easy |1 - 3 files changed, 39 deletions(-) New commits: commit 3e65ed611f25064aa865e1559fccfeebb0e3c411 Author: Julien Nabet serval2

[Libreoffice-commits] .: sfx2/inc sfx2/source unusedcode.easy

2012-08-09 Thread Julien Nabet
sfx2/inc/sfx2/thumbnailview.hxx |1 - sfx2/source/control/thumbnailview.cxx |5 - unusedcode.easy |1 - 3 files changed, 7 deletions(-) New commits: commit 282917d574d6df820ddb5583b8bbf17fc7af6b7a Author: Julien Nabet serval2...@yahoo.fr Date: Thu

[Libreoffice-commits] .: sc/inc sc/source unusedcode.easy

2012-08-09 Thread Julien Nabet
sc/inc/document.hxx |4 sc/source/core/data/document.cxx | 19 --- unusedcode.easy |2 -- 3 files changed, 25 deletions(-) New commits: commit 49ab16c9ad3eb0d27f8c66f2b535a8495671878f Author: Julien Nabet serval2...@yahoo.fr Date

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

2012-08-09 Thread Julien Nabet
sw/inc/viewsh.hxx |4 sw/source/core/view/viewsh.cxx |1 - unusedcode.easy|1 - 3 files changed, 6 deletions(-) New commits: commit c5cab0a3193ee286134b0d94dd68ccb7d2835381 Author: Julien Nabet serval2...@yahoo.fr Date: Thu Aug 9 23:01:21 2012

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

2012-08-10 Thread Julien Nabet
sc/source/ui/inc/tabview.hxx |1 - sc/source/ui/view/tabview3.cxx |5 - unusedcode.easy|1 - 3 files changed, 7 deletions(-) New commits: commit 75b15044a9af0f3bd08a204422b088fd1e9f5ad9 Author: Julien Nabet serval2...@yahoo.fr Date: Fri Aug 10 08:15:11 2012

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

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

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

2012-08-10 Thread Julien Nabet
basctl/source/basicide/bastypes.cxx |8 basctl/source/inc/bastypes.hxx |1 - unusedcode.easy |1 - 3 files changed, 10 deletions(-) New commits: commit 369da987d373bdf5bdabfeb11d4b2562c916f372 Author: Julien Nabet serval2...@yahoo.fr Date: Fri Aug

[Libreoffice-commits] .: vcl/source

2012-08-11 Thread Julien Nabet
vcl/source/fontsubset/gsub.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit e1c2aae61b21f8aa5f64c38efd6ca685c89291e3 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Aug 11 09:15:30 2012 +0200 Remove unused local var Change-Id

[Libreoffice-commits] .: chart2/source crashrep/source cui/source desktop/source framework/source jvmfwk/plugins oox/source scripting/source solenv/bin sw/source vcl/generic

2012-08-11 Thread Julien Nabet
/generic/glyphs/gcach_ftyp.cxx|1 - 11 files changed, 13 deletions(-) New commits: commit 88840a796efc087e5699d8e8a53587f1cedbe73c Author: Julien Nabet serval2...@yahoo.fr Date: Sat Aug 11 10:25:54 2012 +0200 Remove unused local vars Change-Id

[Libreoffice-commits] .: sc/source

2012-08-11 Thread Julien Nabet
sc/source/filter/xml/xmldpimp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4af24fb1a3dd359be4b97f7682678aa5b8d2ff1a Author: Julien Nabet serval2...@yahoo.fr Date: Sat Aug 11 12:40:35 2012 +0200 Remove unused local var Change-Id

[Libreoffice-commits] .: libvisio/libvisio-0.0.16-fdo50178.patch libvisio/makefile.mk

2012-05-24 Thread Julien Nabet
libvisio/libvisio-0.0.16-fdo50178.patch | 29 + libvisio/makefile.mk|1 + 2 files changed, 30 insertions(+) New commits: commit 03764e29978bcf0b59a3738166b5af31d0af582a Author: Julien Nabet serval2...@yahoo.fr Date: Thu May 24 20:36:21 2012

[Libreoffice-commits] .: filter/source

2012-05-28 Thread Julien Nabet
filter/source/msfilter/msdffimp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0575c329b52071a993097cedc928944186750674 Author: Julien Nabet serval2...@yahoo.fr Date: Mon May 28 11:48:17 2012 +0200 Remove stray */ Change-Id

[Libreoffice-commits] .: filter/source

2012-05-28 Thread Julien Nabet
filter/source/msfilter/msdffimp.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 6b074ddd68133817b3aaff891fa85b43d264afe4 Author: Julien Nabet serval2...@yahoo.fr Date: Mon May 28 13:52:37 2012 +0200 Fix typos + fix prefer prefix++ for iter

[Libreoffice-commits] .: dbaccess/source xmerge/source

2012-05-28 Thread Julien Nabet
/xml/sxc/pexcel/records/formula/TokenEncoder.java |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit dcd5136b80891e02a28939572f0f62e182f0fb76 Author: Julien Nabet serval2...@yahoo.fr Date: Mon May 28 14:50:51 2012 +0200 Fix typos Change-Id

[Libreoffice-commits] .: canvas/source

2012-05-28 Thread Julien Nabet
2f804c94cdaaa9ac047f229509c774dbea1dbcaa Author: Julien Nabet serval2...@yahoo.fr Date: Mon May 28 20:50:07 2012 +0200 Some cppcheck cleaning Change-Id: Id5be3a25fc66d2f7fcec8325491a23d6908021fc diff --git a/canvas/source/vcl/canvashelper.cxx b/canvas/source/vcl/canvashelper.cxx index 9ae3c8b..83f3ccf 100644

[Libreoffice-commits] .: sal/osl sw/source

2012-05-29 Thread Julien Nabet
40106014f7b5c414faf087472a5ae350e683db53 Author: Julien Nabet serval2...@yahoo.fr Date: Tue May 29 21:31:44 2012 +0200 Some cppcheck cleaning see http://nabble.documentfoundation.org/Advice-needed-about-some-cppcheck-reports-td3986408.html Change-Id: I4b3b2c87031ab48641e78fce56bd7f86c606b48b diff --git

[Libreoffice-commits] .: sw/source

2012-05-29 Thread Julien Nabet
sw/source/ui/docvw/PostItMgr.cxx |2 +- sw/source/ui/shells/mediash.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 4c21b80c8e57c101afb8d1578f3ae810419e0d5f Author: Julien Nabet serval2...@yahoo.fr Date: Tue May 29 22:04:32 2012 +0200 Reduce scope

[Libreoffice-commits] .: connectivity/source

2012-05-30 Thread Julien Nabet
connectivity/source/drivers/mozab/MDriver.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3a16d64b6d83d453442cd7891aaa0386dabf55fd Author: Julien Nabet serval2...@yahoo.fr Date: Wed May 30 08:30:57 2012 +0200 Fix misplaced parenthesis Change-Id

[Libreoffice-commits] .: filter/source sal/osl

2012-05-30 Thread Julien Nabet
filter/source/graphicfilter/icgm/cgm.cxx |2 +- sal/osl/unx/file.cxx |2 -- sal/osl/w32/file.cxx |2 -- 3 files changed, 1 insertion(+), 5 deletions(-) New commits: commit e519306d498208484b72d935a3923af4a9adbbcb Author: Julien Nabet serval2

[Libreoffice-commits] .: writerfilter/source

2012-06-01 Thread Julien Nabet
writerfilter/source/dmapper/WrapPolygonHandler.cxx |6 +++--- writerfilter/source/resourcemodel/XPathLogger.cxx |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 80d5a21acb6db619eb9bd67a1ed9dcdf937c389f Author: Julien Nabet serval2...@yahoo.fr Date: Sat Jun 2

[Libreoffice-commits] .: editeng/source

2012-06-03 Thread Julien Nabet
editeng/source/editeng/impedit3.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit c3b12e24ce5e62e05d524a338e1c17f8e7a53f53 Author: Julien Nabet serval2...@yahoo.fr Date: Mon Jun 4 07:58:01 2012 +0200 Fix call of getLength Change-Id

[Libreoffice-commits] .: vcl/generic vcl/inc

2012-06-04 Thread Julien Nabet
vcl/generic/fontmanager/fontconfig.cxx |8 +--- vcl/inc/vcl/fontmanager.hxx|2 +- 2 files changed, 6 insertions(+), 4 deletions(-) New commits: commit 881accb9a75fd080e706a6e184de955ae0ae17e1 Author: Julien Nabet serval2...@yahoo.fr Date: Mon Jun 4 22:33:55 2012 +0200

[Libreoffice-commits] .: basegfx/source

2012-06-06 Thread Julien Nabet
|5 ++--- basegfx/source/workbench/bezierclip.cxx |3 ++- 6 files changed, 10 insertions(+), 10 deletions(-) New commits: commit c9e4cc279371a87495bfbc7c52f56686f9ab42c9 Author: Julien Nabet serval2...@yahoo.fr Date: Wed Jun 6 22:40:37 2012 +0200 Some cppcheck cleaning

[Libreoffice-commits] .: connectivity/source

2012-06-08 Thread Julien Nabet
connectivity/source/inc/odbc/ODefs3.hxx | 94 1 file changed, 94 deletions(-) New commits: commit 75f97d4e3e0e4f6acc116dfe2fc21853f6bfdb64 Author: Julien Nabet serval2...@yahoo.fr Date: Fri Jun 8 19:47:21 2012 +0200 Drop unused file See http

[Libreoffice-commits] .: filter/source

2012-06-08 Thread Julien Nabet
filter/source/svg/svgexport.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 3cf78fa315b84d866e643b93d0083b38bc8dab8c Author: Julien Nabet serval2...@yahoo.fr Date: Sat Jun 9 01:06:57 2012 +0200 Check for assignment to self for =operator Change-Id

[Libreoffice-commits] .: xmlsecurity/source

2012-06-08 Thread Julien Nabet
xmlsecurity/source/framework/buffernode.cxx |8 xmlsecurity/source/framework/saxeventkeeperimpl.cxx |7 +++ 2 files changed, 7 insertions(+), 8 deletions(-) New commits: commit 0d53cde185eb6c3e8e6096c842dbd672b44076a6 Author: Julien Nabet serval2...@yahoo.fr Date

[Libreoffice-commits] .: writerfilter/source

2012-06-12 Thread Julien Nabet
writerfilter/source/dmapper/DomainMapperTableManager.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 104badf31c8a39994cadc460561bfa01e428b67b Author: Julien Nabet serval2...@yahoo.fr Date: Tue Jun 12 19:50:23 2012 +0200 Resolves: fdo#49178 CRASH when

[Libreoffice-commits] .: libvisio/libvisio-0.0.17-fdo50988.patch libvisio/makefile.mk

2012-06-14 Thread Julien Nabet
libvisio/libvisio-0.0.17-fdo50988.patch | 27 +++ libvisio/makefile.mk|1 + 2 files changed, 28 insertions(+) New commits: commit cc85e1303fbdf7d1ff9c5b63ed9942206b53ddac Author: Julien Nabet serval2...@yahoo.fr Date: Thu Jun 14 21:57:06 2012

[Libreoffice-commits] .: filter/source

2012-06-14 Thread Julien Nabet
filter/source/msfilter/escherex.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 5af60dc534b9217e2c799aacbff03bdf727e806e Author: Julien Nabet serval2...@yahoo.fr Date: Thu Jun 14 23:31:29 2012 +0200 Fix uninitialized values Change-Id

[Libreoffice-commits] .: libvisio/libvisio-0.0.17-fdo48601_part1.patch libvisio/makefile.mk

2012-06-16 Thread Julien Nabet
libvisio/libvisio-0.0.17-fdo48601_part1.patch | 26 ++ libvisio/makefile.mk |1 + 2 files changed, 27 insertions(+) New commits: commit 74b5e0d5e5b5773fde6c77712a87025f1667 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Jun 16 15

[REVIEW] fdo#48601 FILEOPEN: Open Visio's file with bitmap's blocks

2012-06-16 Thread Julien Nabet
://bugs.freedesktop.org/attachment.cgi?id=63108action=edit I searched about where colours counting would be different but got lost :-( Any idea ? Julien. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman

[Libreoffice-commits] .: comphelper/source editeng/source framework/source package/source sot/qa svtools/source sw/source

2012-06-23 Thread Julien Nabet
|2 sw/source/ui/misc/redlndlg.cxx |2 10 files changed, 28 insertions(+), 28 deletions(-) New commits: commit e45bb323eea8edacfe40a4b5dec991ddf36f303b Author: Julien Nabet serval2...@yahoo.fr Date: Sat Jun 23 23:05:51 2012 +0200 Fix prefix ++/-- operators

[Libreoffice-commits] .: oox/source

2012-06-24 Thread Julien Nabet
oox/source/vml/vmlshapecontext.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 750a9c408f9a2bd1454f567ca1fcbb6381be1570 Author: Julien Nabet serval2...@yahoo.fr Date: Sun Jun 24 10:46:45 2012 +0200 Fix consecutive break Change-Id

[Libreoffice-commits] .: sc/source

2012-07-09 Thread Julien Nabet
sc/source/filter/xml/XMLStylesImportHelper.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 57ce2ffc718a089bf71b722c8e5f94cd902fd8e3 Author: Julien Nabet serval2...@yahoo.fr Date: Mon Jul 9 23:18:47 2012 +0200 Fix typo Change-Id

[Libreoffice-commits] .: sw/source

2012-07-10 Thread Julien Nabet
sw/source/core/docnode/ndtbl.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit dd0e782d1176f6f52d121fdc920f015ea7647d45 Author: Julien Nabet serval2...@yahoo.fr Date: Tue Jul 10 23:31:37 2012 +0200 Add some explanation (thank you David!) (see http

[Libreoffice-commits] .: lotuswordpro/source

2012-07-13 Thread Julien Nabet
lotuswordpro/source/filter/xfilter/xfpagemaster.cxx | 25 1 file changed, 5 insertions(+), 20 deletions(-) New commits: commit 962d78294bec0df5e5120ac8fd10355a6e0e6988 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Jul 14 00:45:57 2012 +0200 Perform

[Libreoffice-commits] .: sal/osl

2012-07-13 Thread Julien Nabet
sal/osl/unx/profile.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) New commits: commit c48c7560eed91616a33771deae9b4a4d1ccd77e8 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Jul 14 01:05:03 2012 +0200 Let's check struct var != NULL before initializing its

[Libreoffice-commits] .: sc/source

2012-07-13 Thread Julien Nabet
sc/source/filter/starcalc/collect.cxx |4 1 file changed, 4 insertions(+) New commits: commit 25608fb92488426b60dabdc1328fd71482a6642e Author: Julien Nabet serval2...@yahoo.fr Date: Sat Jul 14 01:20:19 2012 +0200 Check for assignment to self for =operator Change-Id

[Libreoffice-commits] .: vcl/source

2012-07-14 Thread Julien Nabet
vcl/source/fontsubset/sft.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit a95cdde9afb5edac14a5b3204f115bcbd5277d66 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Jul 14 19:22:56 2012 +0200 Fix typos Change-Id

[Libreoffice-commits] .: desktop/source

2012-07-14 Thread Julien Nabet
desktop/source/migration/migration_impl.hxx |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit f88ed64c2437ad7db8323f43796fd4c6af4ee2b6 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Jul 14 19:31:43 2012 +0200 Perform initialization in initialization

[Libreoffice-commits] .: lotuswordpro/source

2012-07-14 Thread Julien Nabet
lotuswordpro/source/filter/xfilter/xfparastyle.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 528b406bc2b9cc6dcbce54303f024d32fbe41e3f Author: Julien Nabet serval2...@yahoo.fr Date: Sat Jul 14 19:48:09 2012 +0200 Check for assignment to self for =operator

[Libreoffice-commits] .: sw/source

2012-07-14 Thread Julien Nabet
sw/source/filter/ww8/ww8par.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 3b2bcb45376e8c1dcc2cc30621681d05d71acddb Author: Julien Nabet serval2...@yahoo.fr Date: Sat Jul 14 20:02:17 2012 +0200 Prefer prefix ++/-- operators for non-primitive types

[Libreoffice-commits] .: sfx2/source

2012-07-15 Thread Julien Nabet
sfx2/source/appl/lnkbase2.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 602445c1aae34c1770b627c60238f4f8ba8515ac Author: Julien Nabet serval2...@yahoo.fr Date: Sun Jul 15 15:24:09 2012 +0200 Prefer prefix ++/-- operators for non-primitive types

[Libreoffice-commits] .: framework/source

2012-07-15 Thread Julien Nabet
framework/source/lomenubar/MenuItemInfo.cxx | 10 +- framework/source/lomenubar/MenuItemInfo.hxx | 10 +- 2 files changed, 10 insertions(+), 10 deletions(-) New commits: commit 6c4838c13cdc1a6b127e08f1a46883da1b45cfbf Author: Julien Nabet serval2...@yahoo.fr Date: Sun Jul

[Libreoffice-commits] .: sal/osl

2012-07-16 Thread Julien Nabet
sal/osl/unx/profile.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ba768f83cf4035d5e42d3a5b242ab7b371ec2634 Author: Julien Nabet serval2...@yahoo.fr Date: Mon Jul 16 22:40:57 2012 +0200 Fix Same expression on both sides of '|' Change-Id

[Libreoffice-commits] .: lotuswordpro/source

2012-07-16 Thread Julien Nabet
lotuswordpro/source/filter/xfilter/xfparastyle.cxx | 86 ++--- 1 file changed, 45 insertions(+), 41 deletions(-) New commits: commit 00ae1cec08ae970f0640c0cc5d612eb0b9035207 Author: Julien Nabet serval2...@yahoo.fr Date: Mon Jul 16 22:54:38 2012 +0200 Change form

[Libreoffice-commits] .: canvas/source

2012-07-16 Thread Julien Nabet
canvas/source/vcl/canvashelper.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5cfd4e920023ecb6caa9061bc0a52ea03def83c6 Author: Julien Nabet serval2...@yahoo.fr Date: Mon Jul 16 23:09:35 2012 +0200 Reduce scope Change-Id

Re: Compile failed on master Debian in tail_build

2012-04-13 Thread Julien Nabet
On 12/04/2012 22:56, Matúš Kukan wrote: On 12 April 2012 22:51, julien2412serval2...@yahoo.fr wrote: [ build LNK ] Library/libsdlo.so /home/julien/compile-libreoffice/libo/workdir/unxlngx6/CxxObject/sd/source/ui/func/fuediglu.o: file not recognized: File truncated maybe the error is somewhere

[Libreoffice-commits] .: editeng/source

2012-04-28 Thread Julien Nabet
editeng/source/editeng/impedit4.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 953ba47e75a449c464b4ca488073360cf622553d Author: Julien Nabet serval2...@yahoo.fr Date: Sat Apr 28 22:56:44 2012 +0200 Some cppcheck cleaning Change-Id

<    1   2   3   4   5   6   7   8   9   10   >