sfx2/source/control/querystatus.cxx |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 1567853a8236f5cc7b09df6002c9b9325d931a7b
Author: Julien Nabet
Date: Tue May 6 07:35:26 2014 +0200
Remove C11ism
Change-Id
sfx2/source/statbar/stbitem.cxx |2 +-
sfx2/source/toolbox/tbxitem.cxx |8
2 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 3f569908ac72c20826a45ebed59af9b1e5449207
Author: Julien Nabet
Date: Tue May 6 07:39:09 2014 +0200
Remove C11ism
Change
:
commit f69e74d1a0fcd5ec6c38dc8a33e9562486aef1b6
Author: Julien Nabet
Date: Tue May 6 21:31:29 2014 +0200
Prefer cppu::UnoType::get() to ::getCppuType((T*)0) part2 + fix some
errors
Change-Id: I9c889d718a9c91eb4c2bde2389a21dd754cbef36
diff --git a/chart2/source/tools
insertions(+), 64 deletions(-)
New commits:
commit db3b1dd86ed467889d595e080b00fc957eb155ff
Author: Julien Nabet
Date: Tue May 6 22:51:07 2014 +0200
Prefer cppu::UnoType::get() to ::getCppuType((T*)0) part3
Change-Id: Ibabd6d2d5e84fe007364bd1a4182a01ea2352b7a
diff --git a/chart2/source
+--
sfx2/source/control/unoctitm.cxx |8 +++
5 files changed, 30 insertions(+), 30 deletions(-)
New commits:
commit 21010f3ea76a98ba8349b7ab3ffd7dcadd6a2d1c
Author: Julien Nabet
Date: Tue May 6 23:25:13 2014 +0200
Prefer cppu::UnoType::get() to ::getCppuType((T*)0
dictionaries |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a0f77cbfe2b8b51097af797009705fa79f1fe44e
Author: Julien Nabet
Date: Thu May 1 18:49:19 2014 +0200
Updated core
Project: dictionaries d478664ac0a8e8997d8d17a76a39d2704f7a254d
diff --git a
en/dialog/en.xdl | 38 +++---
1 file changed, 19 insertions(+), 19 deletions(-)
New commits:
commit d478664ac0a8e8997d8d17a76a39d2704f7a254d
Author: Julien Nabet
Date: Thu May 1 18:49:19 2014 +0200
Resolves: fdo#76692 LightProof: Italian translation too
dictionaries |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d91899f612fddd70425d1170248ed1a29cc02209
Author: Julien Nabet
Date: Thu May 1 18:49:19 2014 +0200
Updated core
Project: dictionaries 06217fb7e4e03bca013563558c61cc10b8437eb7
diff --git a
en/dialog/en.xdl | 38 +++---
1 file changed, 19 insertions(+), 19 deletions(-)
New commits:
commit 06217fb7e4e03bca013563558c61cc10b8437eb7
Author: Julien Nabet
Date: Thu May 1 18:49:19 2014 +0200
Resolves: fdo#76692 LightProof: Italian translation too
chart2/source/tools/ObjectIdentifier.cxx |2 +-
chart2/source/tools/RangeHighlighter.cxx |4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 2d5581b49a2f1bbb326a3603def697d1ffe8d63d
Author: Julien Nabet
Date: Wed May 7 23:32:15 2014 +0200
Reference can
sw/source/core/doc/doclay.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6d14a2c264506e8d5272e87e99f140b1f976b6ef
Author: Julien Nabet
Date: Mon Apr 21 13:54:07 2014 +0200
Related: fdo#77720 Writer crashes when running Mail Merge Wizard
Change
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
M
Le 17/11/2010 22:19, Caolán McNamara a écrit :
On Wed, 2010-11-17 at 21:50 +0100, julien wrote:
There's no more cppcheck errors if if i change the line :
const sal_uInt32 nBezString = 1024;
into this :
sal_uInt32 nBezString = 1024;
Before i create a tracker for cppcheck guy, i'd like to kn
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/ma
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 p
Hello,
In the easy hacks, could it be possible to have more information on what
to do with timers ?
For example :
- what's a "leaked timer", is it the same as "permanent timer" that i
read on this http://qa.openoffice.org/issues/show_bug.cgi?id=106485 ?
- how to find a leaked timer ?
- how to
Le 17/11/2010 22:46, Julien Nabet a écrit :
Le 17/11/2010 22:19, Caolán McNamara a écrit :
On Wed, 2010-11-17 at 21:50 +0100, julien wrote:
There's no more cppcheck errors if if i change the line :
const sal_uInt32 nBezString = 1024;
into this :
sal_uInt32 nBezString = 1024;
Before i c
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@lists.freedesktop.org
Hello,
Here's a patch for libs-core
Julien.
(LGPLv3+ / MPL)
libs_core.txt.bz2
Description: application/bzip
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
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.
Hello,
In the file filters/binfilter/bf_svtools/source/items/svt_aeitem.cxx
We've got this :
SfxAllEnumItem::SfxAllEnumItem(const SfxAllEnumItem &rCopy):
SfxEnumItem(rCopy),
pValues(0),
pDisabledValues( 0 )
{
DBG_CTOR(SfxAllEnumItem, 0);
if ( !rCopy.pValues )
return;
Hello,
Here's a patch for libs-core/embeddedobj
Julien.
(LGPLv3+ / MPL)
libs_core_embeddedobj.txt.bz2
Description: application/bzip
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffi
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
Le 20/11/2010 17:18, Caolán McNamara a écrit :
On Sat, 2010-11-20 at 08:37 +0100, Julien Nabet wrote:
SfxAllEnumValue_Impl *pVal = new SfxAllEnumValue_Impl;
...
const SfxAllEnumValue_Impl *pTemp = pVal;
...
pValues->Insert( pTemp, n
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 JobData
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". So
Hello,
Here's a patch for libs-core/sfx2
Julien.
(LGPLv3+ / MPL)
libs_core_sfx2.txt.bz2
Description: application/bzip
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
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
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
l the others I made today.
Sorry 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
Pour : libreoffice@lists.freedesktop.org
Hello,
Here's a patch for libs-
l the others I made today.
Sorry 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
Pour : libreoffice@lists.freedesktop.org
Hello,
Here's a patch for libs-
morning by David.
It surprises me that it does not happen oftener, because I see no
coordination between the people working on RTL_CONSTASCII_USTRINGPARAM.
Joost
2010/11/22 Michael Meeks <mailto:michael.me...@novell.com>>
Hi there,
On Sun, 2010-11-21 at 17:20 +0100, Julien Na
Hello,
Here's a patch for components/cui.
I made this :
git commit -a
git format-patch HEAD~1
Hope it's ok.
Julien.
(LGPLv3+ / MPL)
0001-RTL-patch-for-cui.patch.bz2
Description: application/bzip
___
LibreOffice mailing list
LibreOffice@lists.free
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
Le 24/11/2010 08:11, Julien Nabet a écrit :
Date: Tue, 23 Nov 2010 22:20:36 -0500
From: Kohei Yoshida
Subject: Re: [Libreoffice] [PATCH] try to correct some timers in sc +
question
To:libreoffice@lists.freedesktop.org
Message-ID:<1290568836.2532.14.ca...@localhost>
Content-Type
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] ...
-a, --all outputs all common ancestors
usage:
Le 24/11/2010 23:03, Miklos Vajna a écrit :
On Wed, Nov 24, 2010 at 10:42:58PM +0100, Julien Nabet
wrote:
Now i do :
bin/g pull -r
and i got this :
= components =
usage: git merge-base [-a|--all] ...
-a, --all outputs all common ancestors
usage: git merge
Le 24/11/2010 23:14, Miklos Vajna a écrit :
On Wed, Nov 24, 2010 at 11:07:51PM +0100, Julien Nabet
wrote:
Here what i've got :
ser...@serval:~/libreoffice-source/build/clone$ git branch
* master
ser...@serval:~/libreoffice-source/build/clone$ cd components/
ser...@serval:~/libreo
4: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 Yoshida
Subject: Re: [Libreoffice] [PATCH] try to correct some timers in sc +
question
To:libreoffice@lists.freedesktop.org
Message-ID:<1290568836.2
Hello,
Here is a small patch for ./sal/osl/unx/util.c
Julien.
commit 9b18a955cd7ac4462c68b8113f73cd4dca2ccbbb
Author: serval
Date: Thu Nov 25 23:03:04 2010 +0100
ure : remove unused variables
diff --git a/sal/osl/unx/util.c b/sal/osl/unx/util.c
index dad9934..91b7b0d 100644
--- a/sal/os
Hello,
Here's a small patch for shell/source/unix/misc/gnome-open-url.c
Julien.
(LGPLv3+ / MPL)
commit 6b768a031280d0c3ad23624dd3a6470c57395a56
Author: serval
Date: Thu Nov 25 23:26:39 2010 +0100
correct cppcheck, Memory leak: fallback
diff --git a/shell/source/unix/misc/gnome-open-url.
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 b
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 ..
today.
Cheers,
Jesse Adelman
Bold and Busted LLC
http://www.boldandbusted.com/
On Sat, 27 Nov 2010 22:44 +0100, "Julien Nabet"
wrote:
Hello,
libreoffice.boldandbusted.com is a great idea, but what's the version
cppcheck used for libreoffice.boldandbusted.com ?
I ask this bec
Le 27/11/2010 22:49, Julien Nabet a écrit :
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
Hello Jesse,
I "git updated" cppcheck and it succeeded to scan the whole vcl
directory but above all, i noticed this in the logs :
ser...@serval:~/cppcheck/cppcheck$ git log
commit 00da0adf25b122fcfb7a2f892497f1785b01f43a
Author: Daniel Marjamäki
Date: Sun Nov 28 11:48:06 2010 +0100
Fi
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.
__
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/t
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 -- "${
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 re
Hello,
Here's a small patch for dbaccess/source/ui/dlg
Julien.
(LGPLv3+ / MPL)
commit 611a28b9fbafe37691865c023803a5a0b74b
Author: serval
Date: Mon Dec 6 22:36:51 2010 +0100
RTL_CONSTASCII_USTRINGPARAM for ConnectionHelper.cxx
diff --git a/dbaccess/source/ui/dlg/ConnectionHelper.cxx
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:
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 gre
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(nStartRow, nEndRow, aRect, TRUE, TRUE))
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->HasLi
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/ut
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++ compiler
Hello,
I've got this after a rm -rf unxlngi6.pro in this module :
Entering /home/serval/libreoffice-source/libo/soltools/adjustvisibility
Entering /home/serval/libreoffice-source/libo/soltools/support
Making:all_soltools_support.dpslo
Making:all_soltools_support.dpobj
Compiling: soltool
Le 11/12/2010 14:23, Julien Nabet a écrit :
Hello,
I've got this after a rm -rf unxlngi6.pro in this module :
Entering /home/serval/libreoffice-source/libo/soltools/adjustvisibility
Entering /home/serval/libreoffice-source/libo/soltools/support
Making:all_soltools_support.dpslo
M
Le 12/12/2010 14:57, Caolán McNamara a écrit :
On Sat, 2010-12-11 at 00:18 +0100, Julien Nabet wrote:
/home/serval/libreoffice-source/libo/solver/330/unxlngi6.pro/lib/libforuili.so:
undefined symbol: _ZN7TabPage16CreateAccessibleEv
c++filt _ZN7TabPage16CreateAccessibleEv
TabPage
Hello,
Here's a patch for testtools
Julien.
(LGPLv3+ / MPL)
commit 454a035958ee250cfc302967d5e936e0c634e746
Author: serval
Date: Mon Dec 13 21:36:13 2010 +0100
RTL_CONSTASCII_USTRINGPARAM for testtools
diff --git a/testtools/source/bridgetest/multi.hxx
b/testtools/source/bridgetest/mul
Hello,
Remove call-catcher / bloat removal with ScCellRangesBase of sc.
Compiling sc was ok.
Julien
(LGPLv3+ / MPL)
commit 3d43e48f2ce30615a33ca3cc3e5b634a7893b02f
Author: serval
Date: Mon Dec 13 22:06:35 2010 +0100
Remove callcatcher for ScCellRangesBase
diff --git a/sc/inc/cellsuno.hx
Hello,
Here are patches for several directories.
I tried to correct all the createFromAscii with just a simple string, ie
"..."
here is the command i used to make the research :
grep -R 'createFromAscii[ ]*([ ]*"' * > test_grep.txt
I compiled most of them, for some i couldn't (the files in aqu
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 -
ow 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 Nabet wrote:
Hello,
Here the error
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
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/mai
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/mailm
Le 18/12/2010 19:47, Norbert Thiebaud a écrit :
On Sat, Dec 18, 2010 at 2:07 AM, Julien Nabet wrote:
Le 18/12/2010 03:28, Norbert Thiebaud a écrit :
On Fri, Dec 17, 2010 at 7:34 PM, Julien Nabetwrote:
Hello,
Remove call-catcher / bloat removal with sc module
Compiling
Hello,
Here is a patch for removing commented code in
connectivity/workben/testmoz/main.cxx
Julien.
(LGPLv3+ / MPL)
commit 4cb5ca82032dfd7cb0c3deb784790f1587046500
Author: serval
Date: Sun Dec 19 08:45:42 2010 +0100
Removing commented code
diff --git a/connectivity/workben/testmoz/ma
Le 18/12/2010 13:47, Caolán McNamara a écrit :
On Sat, 2010-12-18 at 02:41 +0100, Julien Nabet wrote:
Hello,
Here is a patch for properties.h of framework
framework compiles ok.
Looks good, thanks for this. Pushed.
C.
Hello,
I made a global fgrep for searching the remaining
Hello,
Here is a patch for writerfilter/source/ooxml/factoryimpl.xsl
(LGPLv3+ / MPL)
Julien.
commit 4f3ac6a823e5592b3596d8edc8b0c0753776b7d3
Author: serval
Date: Sun Dec 19 09:48:01 2010 +0100
RTL_CONSTASCII_USTRINGPARAM
diff --git a/writerfilter/source/ooxml/factoryimpl.xsl
b/writer
Hello,
Here is a patch for some files
(LGPLv3+ / MPL)
Julien.
commit 492e63b1f62474aaacd6ba08e3a3fac785bc5469
Author: serval
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/helper/macros.hxx
inde
Hello,
Remove call-catcher / bloat removal with sc module + some cppcheck postfix
operator
Compiling sc was ok.
Julien
(LGPLv3+ / MPL)
commit 5111e8f3b6b177f59b061576eabd8a8481ada1eb
Author: Julien Nabet
Date: Mon Dec 20 23:05:47 2010 +0100
Some removing of postfix operators
diff
Hello,
Here is a patch for some files
(LGPLv3+ / MPL)
Julien
commit 63c58944749de8f44dac979eb4e044e2c08120a8
Author: serval
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 af78449..2ead973 10064
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 :
http://wiki.docume
Hello,
Here is a patch for some files
(LGPLv3+ / MPL)
Julien
commit 12ed8ec48418ac20a50e8a097e1a5e78f0c99cbb
Author: serval
Date: Sun Dec 19 14:46:27 2010 +0100
RTL_CONSTASCII_USTRINGPARAM
diff --git a/forms/source/inc/FormComponent.hxx
b/forms/source/inc/FormComponent.hxx
index 0beb5
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)
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.
_
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
Date: Sat Dec 25 13:09:26 20
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. S
Hello,
Here is a patch for cppcheck prefix operator in components
Compiling was ok
Julien
(LGPLv3+ / MPL)
commit d9f0d59f4f73bb5ef2a5585066d562429df75d04
Author: Julien Nabet
Date: Sun Dec 26 13:08:32 2010 +0100
RTL_CONSTASCII_USTRINGPARAM
diff --git a/cui/source/customize/acccfg.cxx b
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
Date: Sun Dec 26 17:04:32 2010 +0100
cppcheck cleaning in writer
diff --git a/sw/source/core/crsr
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 Ya
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
Date: Mon Dec 27 22:16:27 2010 +0100
Some cppcheck cleaning
but I don't know what to do with this.
There are still some cppcheck in svx, i hope to correct all of them soon.
Julien
(LGPLv3+ / MPL)
commit 2c7fd1b55ec2c937308f4edc2ea2f996126a1c4c
Author: Julien Nabet
Date: Thu Dec 30 00:18:04 2010 +0100
cppcheck cleaning
diff --git a/svx/sou
ommit 455bfe6d11844e4de5f89dfcec878c5ed4b27a6a
Author: Julien Nabet
Date: Thu Dec 30 18:36:12 2010 +0100
cppcheck cleaning part1
diff --git a/vcl/unx/kde/salnativewidgets-kde.cxx
b/vcl/unx/kde/salnativewidgets-kde.cxx
index c15e617..010ba59 100644
--- a/vcl/unx/kde/salnativewidgets-kde.cxx
+++ b/vc
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
D
Hello,
I just did an update, an "autogen.sh && make clean" and when i build sc,
i have this :
=
Building module sc
=
Entering /home/maryline/libreoffice-source/libo/sc/inc
mkout -- version: 1.8
touch
/home/maryline/libreoffice-source/libo/solver/330/unxlngi6.pro/inc/mi
Hello,
I used xargs instead of -exec to reduce chmod spawning.
Hope there's no mistake in it.
Julien.
commit d5a814812d592d36db85575bb80ab73817cd3e78
Author: Julien Nabet
Date: Sat Jan 8 02:01:25 2011 +0100
Reducing spawning of chmod with xargs instead of exec
diff --git a/solen
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
Date: Sat Jan 8 02:01:25 2011 +0100
Reducing spawning of chmod
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
Date: Sat Jan 8 02:01:25 2011 +0100
Red
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/.
: Julien Nabet
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 +234,14 @@ BOOL
Hello,
Here is a patch for cppcheck cleaning in xmlsecurity
Compiling was ok
Julien
(LGPLv3+ / MPL)
commit 4258d2cdd4ecfba8dfe76ad19da998777c8056f4
Author: Julien Nabet
Date: Tue Jan 11 21:40:43 2011 +0100
Some cppcheck cleaning
diff --git
a/xmlsecurity/source/xmlsec/mscrypt
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 './bridgetest.uno.so' in registry 'uno_services.rdb'
successf
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
Le 12/01/2011 13:34, Christian Lohmaier a écrit :
Hi *,
On Sat, Jan 8, 2011 at 2:06 AM, Julien Nabet 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
process pe
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
Hello,
Here is a small patch for dead code cleaning on sc
(LGPLv3+ / MPL)
Julien
commit 70660374dc7702e77d8089b8253cfdf39c651411
Author: serval
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/data/drwlayer.cxx
in
201 - 300 of 5279 matches
Mail list logo