[Libreoffice] Building error : Hunk #1 FAILED at 58

2010-10-07 Thread julien
Hi, I've just done these steps : git pull -r ./autogen.sh --with-git --disable-kde --disable-kde4 ./download make And here are the error logs : dbaccess-default-varchar-lenght.diff: testing... /home/serval/libreoffice-source/build/patches/dev300/./dbaccess-default-varchar-lenght.diff patch

Re: [Libreoffice] Building error : Hunk #1 FAILED at 58

2010-10-08 Thread julien
Le 08/10/2010 11:20, Michael Meeks a écrit : Hi Julien, On Thu, 2010-10-07 at 21:41 +0200, julien wrote: I've just done these steps : git pull -r ./autogen.sh --with-git --disable-kde --disable-kde4 ./download You prolly want a: $ bin/g pull -r here - which

Re: [Libreoffice] Building error : Hunk #1 FAILED at 58

2010-10-08 Thread julien
Le 08/10/2010 23:10, Christian Lohmaier a écrit : Hi Julien, *, On Fri, Oct 8, 2010 at 10:54 PM, julienserval2...@yahoo.fr wrote: [...] whereas i don't have a mac. is there a doc with the different options for with-distro ? (i've got a Debian in testing 32 bits) No, it was a stupid

Re: [Libreoffice] Error Building, vcl segmentation fault

2010-10-11 Thread julien
Le 10/10/2010 22:31, julien a écrit : Le 10/10/2010 16:33, julien a écrit : Hi, I've just done these steps : make clean git pull -r bni/g pull -r ./autogen.sh --with-git (i removed --disable-kde --disable-kde4 just to test if kde parts are ok, of course i installed kdelibs4-dev ./download

Re: [Libreoffice] Error Building, vcl segmentation fault

2010-10-12 Thread julien
Le 12/10/2010 10:44, Michael Meeks a écrit : On Tue, 2010-10-12 at 08:26 +0200, David Tardon wrote: There is the problem: this line should be gdb --args $checkdll $@ Urk - my problem; you almost got there manually with: On Mon, 2010-10-11 at 23:08 +0200, julien wrote: (gdb

Re: [Libreoffice] Error Building, vcl segmentation fault

2010-10-13 Thread julien
Le 12/10/2010 22:30, julien a écrit : Le 12/10/2010 10:44, Michael Meeks a écrit : On Tue, 2010-10-12 at 08:26 +0200, David Tardon wrote: There is the problem: this line should be gdb --args $checkdll $@ Urk - my problem; you almost got there manually with: On Mon, 2010-10-11 at 23:08

Re: [Libreoffice] Error Building, vcl segmentation fault

2010-10-13 Thread julien
Le 12/10/2010 10:44, Michael Meeks a écrit : On Tue, 2010-10-12 at 08:26 +0200, David Tardon wrote: There is the problem: this line should be gdb --args $checkdll $@ Urk - my problem; you almost got there manually with: On Mon, 2010-10-11 at 23:08 +0200, julien wrote: (gdb

[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

Re: [Libreoffice] Array index at -1

2010-10-24 Thread julien
this dependancy or do we stay on the 4.7.25 for the moment as it could be long to upgrade this library, or something else (like a problem of license even ethics since it's Oracle) ? Julien ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http

Re: [Libreoffice] Memory leak in ./build/libreoffice-3.2.99.2/libxml2/unxlngi6.pro/misc/build/libxml2-2.7.6/xmlmemory.c

2010-10-24 Thread julien
that when there's a malloc, there must be a free somewhere. As it was a malloc on a local variable, i haven't thought about the goal of the functions by looking at their name. You're absolutely right, there's no bug at all. Julien ___ LibreOffice

Re: [Libreoffice] Build error in desktop::Migration

2010-11-03 Thread julien
Hello, Caolan told me via IRC that the hxx has been deleted from repository and he told me about rsync which can't delete that on itself. So just delete the migration.hxx, and the desktop/unxlngi6.pro ___ LibreOffice mailing list

[Libreoffice] [PATCH] SAL_N_ELEMENTS for clone/sdk directory

2010-11-03 Thread julien
Hello, Here is a patch for clone/sdk (here again i think there's no more in it). (LGPLv3+ / MPL) Julien. diff --git a/odk/examples/OLE/activex/SOComWindowPeer.cpp b/odk/examples/OLE/activex/SOComWindowPeer.cpp index 0b2fabf..1065a1b 100644 --- a/odk/examples/OLE/activex/SOComWindowPeer.cpp

[Libreoffice] build failure in dbaccess/qa/complex/dbaccess

2010-11-04 Thread julien
Hello, I have recompiled the whole project with openjdk 6 and it was ok. However my options to compile are very simple : bin/g pull -r ./autogen.sh --with-git --disable-kde --disable-kde4 ./download make I have openjdk6 and java 6 of sun and with Debian (I've got testing updated), i've

[Libreoffice] Fwd: build failure in dbaccess/qa/complex/dbaccess

2010-11-04 Thread julien
Oups, I wanted to respond to the thread opened by Thomas Klausner. Message original Sujet: build failure in dbaccess/qa/complex/dbaccess Date : Thu, 04 Nov 2010 21:13:22 +0100 De :julien serval2...@yahoo.fr Pour : libreoffice@lists.freedesktop.org Hello, I have

[Libreoffice] Question about Git

2010-11-04 Thread julien
master is up to date. git stash pop - Nothing to apply It must be quite simple but i don't know git at all. In advance, thanks for your help Julien. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman

[Libreoffice] [PATCH] remove -d from gunzip flags

2010-11-05 Thread julien
Hello, It's also possible to replace gunzip by gzip like the other lines of this file : # unpack the Crystal icon set $(MISC)$/crystal.flag : $(CRYSTAL_TARBALL) cd $(MISC) gzip -d -c $(CRYSTAL_TARBALL) | ( tar -xf - ) $(TOUCH) $(@:f) # unpack the Oxygen icon set $(MISC)$/oxygen.flag :

[Libreoffice] [Patch] RTL_CONSTASCII_USTRINGPARAM for calc\sc\source\filter

2010-11-05 Thread julien
Hello, Here is a patch for calc\sc\source\filter Hope i haven't made mistakes, there are 1 or 2 places where i hesitated. (LGPLv3+ / MPL) Julien. RTL_calc_sc_source_filter.txt.bz2 Description: application/bzip ___ LibreOffice mailing list

Re: [Libreoffice] Questions about ./sdext/source/minimizer/unodialog.cxx

2010-11-08 Thread julien
Le 08/11/2010 14:33, Caolán McNamara a écrit : On Sun, 2010-11-07 at 12:33 -0600, Norbert Thiebaud wrote: On Sun, Nov 7, 2010 at 7:00 AM, julienserval2...@yahoo.fr wrote: the if() can only be true if that value is not 0 so here you have a false positive. Julien, could you

Re: [Libreoffice] Questions about ./sdext/source/minimizer/unodialog.cxx

2010-11-10 Thread julien
Le 08/11/2010 21:08, julien a écrit : Le 08/11/2010 14:33, Caolán McNamara a écrit : On Sun, 2010-11-07 at 12:33 -0600, Norbert Thiebaud wrote: On Sun, Nov 7, 2010 at 7:00 AM, julienserval2...@yahoo.fr wrote: the if() can only be true if that value is not 0 so here you have a false positive

[Libreoffice] [Patch] + Question about compilation warning on sd/source/ui/view/drviewsj.cxx

2010-11-10 Thread julien
to translate. Julien. diff --git a/sd/source/ui/view/drviewsj.cxx b/sd/source/ui/view/drviewsj.cxx index f4fc9d9..1a5fd36 100644 --- a/sd/source/ui/view/drviewsj.cxx +++ b/sd/source/ui/view/drviewsj.cxx @@ -98,8 +98,6 @@ void DrawViewShell::GetMenuStateSel( SfxItemSet rSet

[Libreoffice] Suggestion about replacing fgrep instead of grep for the searching of createFromAscii

2010-11-10 Thread julien
On the page wiki Easy_Hacks in 2.6, it could be more efficient to indicate to use fgrep instead of grep since it's only a simple string to search. Julien. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org

[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM for calc_core_data

2010-11-10 Thread julien
Hello, Here's a patch for calc/sc/source/core/data I compiled it and it's ok. Hope it's ok ! Julien. (LGPLv3+ / MPL calc_core_data.txt.bz2 Description: application/bzip ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http

[Libreoffice] cppcheck : snprintf size is out of bounds

2010-11-12 Thread Julien
[0].Y()); I don't understand where's the pb with snprintf, pString has a size of 1024 and snprintf takes a size of 1024. Is this a false positive to give to the cppcheck guys ? Julien. PS : is there a pb with my patch [Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM for calc_unoobj

[Libreoffice] [PATCH] some cppcheck cleaning in sw + replacement of -exec by xargs

2011-01-09 Thread Julien
Hello, Here is a patch for some cppcheck cleaning in sw Compiling was ok + 1 -exec replaced by xargs Julien (LGPLv3+ / MPL) commit 8bce9aee2348d6d34f190b2409390010b9a88e79 Author: Julien Nabet serval2...@yahoo.fr Date: Sun Jan 9 22:19:39 2011 +0100 Some cppcheck cleaning diff --git

Re: About coverity 705746 (pormulti.cxx from sw module)

2013-03-15 Thread Julien
and nRight are exlusive, it could also just be an if(nLeft)... else... In both cases, no need to repeat SwMarginPortion *pMarg = new SwMarginPortion( 0 ); since we're sure to be in one of these blocks. Julien ___ LibreOffice mailing list LibreOffice

Re: [Libreoffice-commits] core.git: Revert ...

2015-06-24 Thread Julien
It allowed me to revert quickly and easily (without rebasing/conflict pb) the iff commit. Julien En date de : Mer 24.6.15, Stephan Bergmann sberg...@redhat.com a écrit : Objet: Re: [Libreoffice-commits] core.git: Revert ... À: Julien Nabet serval2

Re: [Firebird-devel] MacOS build fail "SSE4.2 instruction set not enabled"

2017-05-12 Thread Julien
-fvisibility=hidden EXE_LINK_OPTIONS:= UNDEF_PLATFORM= LINK_LIBS+=-liconv MATHLIB=-ltommath SO_LINK_LIBS+=-liconv include $(ROOT)/gen/darwin.defaults # This file must be compiled with SSE4.2 support %/CRC32C.o: COMMON_FLAGS += -msse4 Julien En date de : Ven

About putting back Firebird experimental

2019-08-20 Thread Julien
on Base part but most of bugs are too difficult for me and require a good understanding of Base mechanisms). Now perhaps I'm too pessimistic here, so would like your opinion. Any thoughts? Regards, Julien ___ LibreOffice mailing list LibreOffice

Re: About putting back Firebird experimental

2019-08-27 Thread Julien
=8a1a9899e05b0ebbc3ff43f2db242724c8feb18f should respond to the second part. For the first part, I'll take a look at the code pointer you proposed. IMHO it should be in master branch + 6.3 branch. Julien Le jeudi 22 août 2019 à 11:00:01 UTC+2, Caolán McNamara a écrit : On Tue, 2019-08-20 at 14:51 +0200

Re: Impress Remote for IOS (conversion to 64 bits mandatory?)

2019-11-08 Thread Julien
(sold by Collabora), I suppose LO IOS specific bugs I see in Bugtracker concerns this product from Collabora. However, I was talking about an additional module for LO called "Impress remote" (see https://www.libreoffice.org/download/impress-remote-2/) Regards, Julien Le vendredi

[RESOLVED] Re: Wrong copy paste in SwFieldFormCheckboxPortion::Format ?

2019-11-20 Thread Julien
Commented here: https://cgit.freedesktop.org/libreoffice/core/commit/?id=8a82100c8274d3c0e6d8386116fe8c48543fc4c3 Le mardi 19 novembre 2019 à 11:22:49 UTC+1, Julien a écrit : Hi Michael There's no function "GetTextWidth" (or I missed it), so can't do this assertion.

Re: Wrong copy paste in SwFieldFormCheckboxPortion::Format ?

2019-11-19 Thread Julien
Hi Michael There's no function "GetTextWidth" (or I missed it), so can't do this assertion. See https://opengrok.libreoffice.org/xref/core/sw/source/core/text/portxt.cxx?r=7ade17fd#810 Julien Le mardi 19 novembre 2019 à 11:12:24 UTC+1, Michael Stahl a écrit : On 19.1

About tdf#129547 and adding COLON

2020-01-13 Thread Julien
t possible to add this character? (I can propose a patch about this) Julien ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

[RESOLVED] Re: Openssl 1.1.1 support ending in 2023-09-11

2022-09-11 Thread Julien
With https://cgit.freedesktop.org/libreoffice/core/commit/?id=a539db002bc9ee6692d14cde2aaa166bd213eb51, LO master sources use openssl 3.0.5 Thank you Caolán!

Build failing on Windows when adding "ja" in "with-lang"

2022-11-11 Thread Julien
n shared object file: No such file or directory make[1]: *** [C:/cygwin/home/serva/lode/dev/core/solenv/gbuild/AllLangMoTarget.mk:38: C:/cygwin/home/serva/lode/dev/core/workdir/MoTarget/chartes.mo] Error 127 Any idea what to do here? Julien

[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 http://lists.freedesktop.org/mailman

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

2010-11-12 Thread Julien Nabet
::createFromAscii( / ); +OUString aImpl(RTL_CONSTASCII_USTRINGPARAM( / )); Hope it's ok and there wasn't other i missed. Julien. (LGPLv3+ / MPL) diff --git a/scaddins/source/analysis/analysishelper.cxx b/scaddins/source/analysis/analysishelper.cxx index bfebe6d..bf3c0f4 100644 --- a/scaddins/source

[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 +++ b/starmath/source

[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 http

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

2010-11-14 Thread Julien Nabet
/adabas/Buser.cxx Should'nt there be a block like this for INSERT part (at the beginning of the function) : if(sPrivs.getLength()) sPrivs += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(,)); ? Julien. connectivity_drivers_adabas.txt.bz2 Description: application/bzip

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

2010-11-17 Thread Julien Nabet
/lib/libuno_sal.so.3' Just before i testwith a long make clean, what do you think ? (here the line i use to update and compile : bin/g pull -r ./autogen.sh --with-git --disable-kde --disable-kde4 ./download make ) Julien. ___ LibreOffice mailing list

[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 http://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

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

2010-11-19 Thread Julien Nabet
repeat, this patch is just a try. If I'm all wrong, sorry for the noise and please, explain my mistakes. Julien. (just in case what I did is ok, license is as usual LGPLv3+ / MPL) diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx index 1bc98b5..1f164e9 100644 --- a/sc/source/ui

[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
. Someone to confirm (or to tell where the last ones are) ? 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

[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
Hello, Perhaps a simple table in the wiki to assign oneself a task which is available and its planned deadline could be useful. Julien. Le 22/11/2010 21:59, Joost Eekhoorn a écrit : Hi, I did send my patch to the list and Julien did send his patch just after that. It was pushed

[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
and try again (e.g. 'git pull repository refspec'). See git-pull(1) for details. I don't understand why it talks about branch. I don't want to merge anything, i just want to fetch the last version of the main repository. Could anybody help me ? Thanks in advance Julien

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/ ser

[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 a/shell/source/unix

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

2010-11-27 Thread Julien Nabet
be useful to know the date of the last update at the beginning of the report. Julien. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] Compilation error

2010-11-27 Thread Julien Nabet
: --- /bin/bash cd /home/serval/libreoffice-source/build/rawbuild source ./LinuxX86Env.Set.sh cd instsetoo_native build when the problem is isolated and fixed exit and re-run 'make' from the top-level sometimes (sadly) it is necessary to rm -Rf unxlngi6.pro in a module. Julien

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

2010-11-27 Thread Julien Nabet
by the cppcheck guys the 18/11. It seems like the other one (#2217) has been corrected with other fixes since they didn't reproduce it. Julien. Le 27/11/2010 23:02, some...@boldandbusted.com a écrit : Hi Julien, It is the git version of cppchcek, which I checkout every few days via Portage. If you

[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
. (i haven't tested with the other shells). I precise I haven't migrated my build system yet so perhaps it's ok now. Julien. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

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 a/dbaccess/source/ui/dlg

[Libreoffice] Error compilation on sc

2010-12-09 Thread Julien Nabet
? (If it could be useful, I can send a file with the result of build with verbose=1) Julien. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2010-12-09 Thread Julien Nabet
, must we check if a dlsym on the function AppendContent of the class chgtrack is called via a function of sal/osl/unx/module.c ? Julien. commit 6ac6f2458d5114af29428b94be40034bef636c7b Author: serval ser...@ilapharm.com Date: Thu Dec 9 22:44:46 2010 +0100 First try to remove of a call

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
it seems you are using a threaded build, which means that the actual compile error is probably hidden far above, and could be inside any of these other modules: moz please re-run build inside each one to isolate the problem. I tried to compile vcl Julien (LGPLv3+ / MPL) commit

[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 b/testtools

[Libreoffice] Error compilation in vcl module

2010-12-16 Thread Julien Nabet
' dmake: Error code 1, while making '../../../unxlngi6.pro/slo/parseAFM.obj' Julien. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Error compilation in vcl module

2010-12-16 Thread Julien Nabet
must I do a make clean ? Now my ccache config is ok, it should be quicker to compile ! :-) Julien. Le 16/12/2010 23:39, Norbert Thiebaud a écrit : Julien make sure you have pulled libs-gui:7758d868da6c4d6f489300bfb517ab3bb7a6dce9 Norbert On Thu, Dec 16, 2010 at 3:58 PM, Julien Nabetserval2

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 http://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 http://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 a/writerfilter/source/ooxml

[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 b/toolkit/inc/toolkit

[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
with : NSIS not found, no self contained installer will be build. If anybody who knows the whole process for Windows would have some time to give details in the wiki, it would be great ! If this person has little time, just give some hints please ! :-) Julien

[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 b/forms/source/inc

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

2010-12-22 Thread Julien Nabet
this) after passing a build with the SAL_N_ELEMENTS as compile-time test Thank you in advance. Julien commit 5576e38145fc8a4f34e3a435986e9b562ac2a49b Author: serval serval2...@yahoo.fr Date: Wed Dec 22 22:14:03 2010 +0100 RTL_CONSTASCII_USTRINGPARAM diff --git a/linguistic/inc/misc.hxx b

[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

[Libreoffice] Trying to identify a webdav bug fixed in LibreOffice but not in Open Office

2011-10-19 Thread Julien Petit
it. Thanks anyway for your great work and long life to LibreOffice! -- Julien ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Trying to identify a webdav bug fixed in LibreOffice but not in Open Office

2011-10-20 Thread Julien Petit
Thanks every one! I guess i'll have to push them to LibreOffice sooner than later :) That's great anyway that we can work properly with webdav! Thanks again for the good work! ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] [PATCH] Fix for FDO#42453 - remove unused anchor icons

2011-11-10 Thread Julien Chaffraix
Very straightforward change attached. The change is contributed under the LGPLv3+ / MPL. Thanks, Julien From 9dd61fd109964d7db42e1509249c62420611d593 Mon Sep 17 00:00:00 2001 From: Julien Chaffraix julien.chaffr...@gmail.com Date: Wed, 9 Nov 2011 19:50:38 -0800 Subject: [PATCH 1/2] FDO#42453

[Libreoffice] [PATCH] Remove some String - OUString conversion in svl/fsstor

2011-11-10 Thread Julien Chaffraix
Another simple change attached. The change is contributed under the LGPLv3+ / MPL. Thanks, Julien From a8d064a78058693d7d2bf5ceaabc779b8290242d Mon Sep 17 00:00:00 2001 From: Julien Chaffraix julien.chaffr...@gmail.com Date: Thu, 10 Nov 2011 07:23:29 -0800 Subject: [PATCH 2/2] Removed several

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] FDO#39446 - Remove uncallable code in basic/

2011-11-14 Thread Julien Chaffraix
Hi, please find attached a patch to remove most of the unused functions in basic/. The patch is contributed under the LGPLv3+ / MPL. Thanks, Julien From 2e65408accabe86f9b2b47666fea43910e30f845 Mon Sep 17 00:00:00 2001 From: Julien Chaffraix julien.chaffr...@gmail.com Date: Sun, 13 Nov 2011 22

Re: [Libreoffice] [PUSHED] [PATCH] Part of FDO #42454 - Remove code associated with unused icons

2011-11-15 Thread Julien Chaffraix
. Btw, do you have the error message from the tinderbox by any chance as it would be useful to know what was missed here? Thanks, Julien ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PUSHED] [PATCH] Part of FDO #42454 - Remove code associated with unused icons

2011-11-15 Thread Julien Chaffraix
it too hard. It shouldn't have broken anything. If it does, it means I should have done more research and testing on my side! Thanks, Julien ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

[Libreoffice] License statement

2011-11-18 Thread Julien Chaffraix
. Thanks, Julien Chaffraix ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PATCH] More icons removal

2011-11-19 Thread Julien Chaffraix
more testing but would need some pointer on how to add such test, what type of tests (unit test? more like integration testing in smoke tests?) and where to put such tests. Thanks, Julien ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http

Re: [Libreoffice] License statement

2011-11-19 Thread Julien Chaffraix
under the LGPLv3 / MPL or later version of these licenses. Thanks, Julien ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] Hi ! We are new on libo! 2/2

2011-12-20 Thread Julien Levesy
Hi, to follow my friend Martius, i'm introducing myself. I'm Julien Levesy, french student in CS. As a school project, I'll will help Martin in reworking file picker, and implementing new features he has presented in his previous mail. All this work is mentored by Cedric Bosdonnat. My nickname

[Libreoffice] Icons in Specialized class ListBox

2012-01-18 Thread Julien Levesy
in the list. Do you know what the best way to display icons in a listbox is ? Should I re-implement (override) the ListBox::draw() method, or is an other way to do that more easily ? Best regards Julien ___ LibreOffice mailing list LibreOffice

  1   2   3   4   5   6   7   8   9   10   >