Re: [Libreoffice] [PATCH] Remove dead code from dbase driver.

2010-10-16 Thread David Tardon
On Sun, Oct 17, 2010 at 06:50:52PM +1300, Luke Symes wrote: > This patch removes dead code and fixes a few comments in the code for the > dbase driver in the libs-core repository. Thanks! Pushed. D. ___ LibreOffice mailing list LibreOffice@lists.freedes

[Libreoffice] build out of git repos - first steps

2010-10-16 Thread Rajesh Sola
Hi all, I found the issue "build out of git repos" intresting & and planning to work on it As the first steps tried some small hack to bin/unpack with following changes,please check the attached patch - Eliminate rawbuild directory completely - create

[Libreoffice] [Pushed] [PATCH]SAL_N_ELEMENTS

2010-10-16 Thread Norbert Thiebaud
On Sat, Oct 16, 2010 at 7:13 PM, Kenneth Venken wrote: > Hi, > > some patches to fix EASY HACK 2.6 Pushed, Thanks. Norbert > > found some equivalent macros: >        - elementsof >        - ELEMENTS_OF_ARRAY >        - bufsizeof > > i'll try and replace them all with SAL_N_ELEMENTS tomorrow. >

Re: [Libreoffice] Make calls to unary_function and binary_function less ambiguous for VC++ 10

2010-10-16 Thread Fridrich Strba
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17/10/2010 00:17, Jesús Corrius wrote: > I think you didn't push my changes to xmloff. Did you?? Now yes, the thing was that I did that with a script and in the libs-core repository the git pull -r resulted in an error due to a premature EOF from t

[Libreoffice] [PATCH] Remove dead code from dbase driver.

2010-10-16 Thread Luke Symes
This patch removes dead code and fixes a few comments in the code for the dbase driver in the libs-core repository. From 8aac153aff470310b23abb63fcb78847fb9d8aad Mon Sep 17 00:00:00 2001 From: Luke Symes Date: Sun, 17 Oct 2010 18:44:04 +1300 Subject: [PATCH] Remove dead code from dbase driver. --

[Libreoffice] [PATCH]SAL_N_ELEMENTS

2010-10-16 Thread Kenneth Venken
Hi, some patches to fix EASY HACK 2.6 found some equivalent macros: - elementsof - ELEMENTS_OF_ARRAY - bufsizeof i'll try and replace them all with SAL_N_ELEMENTS tomorrow. diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DT

Re: [Libreoffice] [Pushed] [PATCH, EasyHack] Fix for setup_native win32 SAL_N_ELEMENTS

2010-10-16 Thread Norbert Thiebaud
On Sat, Oct 16, 2010 at 10:34 AM, Bircher Florian wrote: >  Build errors: > ERROR: error 65280 occurred while making > /cygdrive/p/build/libreoffice-3.2.99.2/setup_native/source/win32/stwrapper > setup_native/source/win32/customactions/sellang/sellang.cxx(188) : error > C3861: 'SAL_N_ELEMENTS': id

Re: [Libreoffice] yum-builddep question ...

2010-10-16 Thread Terrell Prude' Jr.
Michael Meeks wrote: Hi Terrell, On Sat, 2010-10-16 at 15:10 -0400, Terrell Prude' Jr. wrote: OK, I just learned it's a good idea to "Reply-All" when responding to ensure the list sees replies. :-) Yep :-) takes one or two tries to learn it, but the benefit is we can build pe

Re: [Libreoffice] Make calls to unary_function and binary_function less ambiguous for VC++ 10

2010-10-16 Thread Jesús Corrius
I think you didn't push my changes to xmloff. Did you?? On Sat, Oct 16, 2010 at 11:15 PM, Fridrich Strba wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 16/10/2010 00:51, Jesús Corrius wrote: >> Hi all, > > Hi, alone! > > pushed those ones > > thanks and cheers > > F. > -BEGIN

Re: [Libreoffice] Make calls to unary_function and binary_function less ambiguous for VC++ 10

2010-10-16 Thread Fridrich Strba
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16/10/2010 00:51, Jesús Corrius wrote: > Hi all, Hi, alone! pushed those ones thanks and cheers F. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAky6Ff

Re: [Libreoffice] Don't show a perl error when .NET SDK is not found

2010-10-16 Thread Fridrich Strba
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16/10/2010 21:40, Jesús Corrius wrote: > This continues to be a trivial patch. But a bit less trivial than the > 0 sized one :) Nice, pushed :) I mean, the patch. F. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (MingW32) Comment: Using Gnu

Re: [Libreoffice] [LibreOffice][PATCH] compiler warnings inftxt.hxx

2010-10-16 Thread Michael Meeks
On Sat, 2010-10-16 at 01:01 +0200, Kenneth Venken wrote: > some "shadows a member of 'this'" and "unused parameter" warnings. Great :-) though compile warnings in binfilter are less problematic than elsewhere, since it is known-awful, legacy code that most people don't use. But I've pushe

Re: [Libreoffice] Dynamic arrays in chartitempool

2010-10-16 Thread Michael Meeks
Hi Rene, On Sat, 2010-10-16 at 19:10 +0200, René Kjellerup wrote: > I removed some commented OSL_TRACE statements... but were they really > needed still? Fine to loose them ;-) Sadly, I was wrong about SAL_N_ELEMENTs here; it is not safe. With a generic array - ie. not one static

[Libreoffice] yum-builddep question ...

2010-10-16 Thread Michael Meeks
Hi Terrell, On Sat, 2010-10-16 at 15:10 -0400, Terrell Prude' Jr. wrote: > OK, I just learned it's a good idea to "Reply-All" when responding to > ensure the list sees replies. :-) Yep :-) takes one or two tries to learn it, but the benefit is we can build personal links more easily & t

Re: [Libreoffice] Dynamic arrays in chartitempool

2010-10-16 Thread René Kjellerup
Hii Michael, read on, I found my boggle, I had initially added #include my bad :) it builds and the charts seems to be without any problems too and I attached the diff with the corrected include, though at the bottom of the include list. you're all most welcome René On Sat, Oct 16, 2010 at 9:3

Re: [Libreoffice] [LibreOffice][PATCH]SAL_N_ELEMENTS

2010-10-16 Thread Michael Meeks
Hi Kenneth, On Sat, 2010-10-16 at 19:12 +0200, Kenneth Venken wrote: > some patches that replace sizeof(a)/sizeof(a[0]) with SAL_N_ELEMENTS(a) Thanks ! pushed :-) Michael. -- michael.me...@novell.com <><, Pseudo Engineer, itinerant idiot

Re: [Libreoffice] [PATCH, EasyHack] Fix for setup_native win32 SAL_N_ELEMENTS

2010-10-16 Thread Michael Meeks
Hi Florian,. On Sat, 2010-10-16 at 17:34 +0200, Bircher Florian wrote: > Reason: missing #include Looks like someone merged your commit :-) Thanks, Michael. -- michael.me...@novell.com <><, Pseudo Engineer, itinerant idiot _

Re: [Libreoffice] Newbie dev question: no "rawbuild" directory after git clone

2010-10-16 Thread Michael Meeks
On Sat, 2010-10-16 at 14:27 -0500, David Norton wrote: > I've updated > http://wiki.documentfoundation.org/Development#Required_Libraries.2FDeps to > tell the developer to run make in loroot if rawbuild does not exist. This > will create rawbuild. (at least, it did in my test.) Thanks D

[Libreoffice] Contributions-Wiki-Site: Easy Hacks - Translation of Comments

2010-10-16 Thread Andreas Mantke
Hi, i created a week or two ago a wiki page for the topic translation of comments. I did this, because I thought that we can avoid redundant work. I moved the site to the new wiki of the documentfoundation in the last days. You can find the site at http://wiki.documentfoundation.org/Developm

Re: [Libreoffice] Don't show a perl error when .NET SDK is not found

2010-10-16 Thread Jesús Corrius
This continues to be a trivial patch. But a bit less trivial than the 0 sized one :) 2010/10/16 Fridrich Strba : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Oh, quite trivial, 0 sized patch as attachment :) No need to apply this > one so trivial it is :) > > OK, send the real patch and y

Re: [Libreoffice] Don't show a perl error when .NET SDK is not found

2010-10-16 Thread Fridrich Strba
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oh, quite trivial, 0 sized patch as attachment :) No need to apply this one so trivial it is :) OK, send the real patch and you will be forgiven. F. On 15/10/2010 23:51, Jesús Corrius wrote: > Hi all, > > This trival patch hides a perl error in oow

Re: [Libreoffice] Translation of comments (no. 12)

2010-10-16 Thread Michael Meeks
Hi Andreas, On Sat, 2010-10-16 at 18:17 +0200, Andreas Mantke wrote: > i have get some time to translate comments to English. Thanks ! pushed :-) Michael. -- michael.me...@novell.com <><, Pseudo Engineer, itinerant idiot _

Re: [Libreoffice] Dynamic arrays in chartitempool

2010-10-16 Thread Michael Meeks
Hi Rene, On Sat, 2010-10-16 at 15:30 +0200, René Kjellerup wrote: > Okay I've now a beginning of a build of chart2 and I've added: > #include > To the file, but the compilation says that the file is not found, Strange, I add it and it is fine: --- chart2/source/view/main//ChartItemPool.

Re: [Libreoffice] Newbie dev question: no "rawbuild" directory after git clone

2010-10-16 Thread Terrell Prude' Jr.
Michael Meeks wrote: Hi Terrell, On Fri, 2010-10-15 at 20:07 -0400, Terrell Prude' Jr. wrote: I'm attempting to get a proper development environment to build LibreOffice. Pulled a clone of the git repository, and it looks like I have everything except for the loroot/rawbuild directory. Pr

Re: [Libreoffice] Newbie dev question: no "rawbuild" directory after git clone

2010-10-16 Thread David Norton
I tried this in an empty folder and found that: Yes, rawbuild is created by running make in loroot. And yes, bin/unpack contains code to create the rawbuild directory. (line 310) However, the instructions at http://wiki.documentfoundation.org/Development#Required_Libraries.2FDepscontain no mentio

[Libreoffice] [LibreOffice][PATCH]SAL_N_ELEMENTS

2010-10-16 Thread Kenneth Venken
some patches that replace sizeof(a)/sizeof(a[0]) with SAL_N_ELEMENTS(a) diff --git a/sc/source/ui/vba/vbapagesetup.cxx b/sc/source/ui/vba/vbapagesetup.cxx index 3b1a8ae..c80e407 100644 --- a/sc/source/ui/vba/vbapagesetup.cxx +++ b/sc/source/ui/vba/vbapagesetup.cxx @@ -41,6 +41,7 @@ #include #inc

Re: [Libreoffice] Dynamic arrays in chartitempool

2010-10-16 Thread René Kjellerup
added the SAL_N_ELEMENTS to construction and destruction, removed unused code and includes I removed some commented OSL_TRACE statements... but were they really needed still? best wishes René On Sat, Oct 16, 2010 at 6:47 PM, René Kjellerup wrote: > Wow... a simple symbol mistake of the brain, a

Re: [Libreoffice] Dynamic arrays in chartitempool

2010-10-16 Thread René Kjellerup
Wow... a simple symbol mistake of the brain, all the includes seemed to have hxx extension so It complies now pulling a diff together. On Oct 16, 2010 3:30 PM, "René Kjellerup" wrote: > Okay I've now a beginning of a build of chart2 and I've added: > #include > To the file, but the compilat

[Libreoffice] Translation of comments (no. 12)

2010-10-16 Thread Andreas Mantke
Hi, i have get some time to translate comments to English. Regards, Andreas -- ## Content Developer OpenOffice.org: lang/DE ## Freie Office-Suite für Linux, Mac, Windows, Solaris ## http://de.openoffice.org ## OpenOffice.org Portable: http://oooportable.org ## OOoPDFConverter: http://ooopdfconve

[Libreoffice] [PATCH, EasyHack] Fix for setup_native win32 SAL_N_ELEMENTS

2010-10-16 Thread Bircher Florian
Build errors: ERROR: error 65280 occurred while making /cygdrive/p/build/libreoffice-3.2.99.2/setup_native/source/win32/stwrapper setup_native/source/win32/customactions/sellang/sellang.cxx(188) : error C3861: 'SAL_N_ELEMENTS': identifier not found Reason: missing #include commit under LGPLv3

Re: [Libreoffice] [PATCH] More URLs to OOo sites

2010-10-16 Thread Florian Effenberger
Damn it ... beta*3*, of course ;) Florian Effenberger wrote on 2010-10-16 15.46: templates.tdf and extensions.tdf will exist for a while, until beta2 is out. -- Florian Effenberger Steering Committee and Founding Member of The Document Foundation Tel: +49 8341 99660880 Fax: +49 8341 99660889

Re: [Libreoffice] [PATCH] More URLs to OOo sites

2010-10-16 Thread Florian Effenberger
Should read beta2 of course Florian Effenberger wrote on 2010-10-16 15.46: templates.tdf and extensions.tdf will exist for a while, until beta2 is out. -- Florian Effenberger Steering Committee and Founding Member of The Document Foundation Tel: +49 8341 99660880 Fax: +49 8341 99660889 Mobile

Re: [Libreoffice] [PATCH] More URLs to OOo sites

2010-10-16 Thread Florian Effenberger
Hi, Thorsten Behrens wrote on 2010-10-14 17.34: Yeah, I think that's cleaner even - updated patch attached, that changes the already-existing tdf links to libreoffice - except for those explicitely referencing TDF (like vendor). Will push if there are no substantial objections.:) (will deal w

[Libreoffice] Dynamic arrays in chartitempool

2010-10-16 Thread René Kjellerup
Okay I've now a beginning of a build of chart2 and I've added: #include To the file, but the compilation says that the file is not found, So where do one add the sal depends to the module? (or simply the includes) On Oct 14, 2010 10:11 PM, "Michael Meeks" wrote: > Hi Rene, > > On Thu, 2010-10-14

Re: [Libreoffice] comment translation

2010-10-16 Thread René Kjellerup
Oh yes please do enjoy your vacation. Nice and thanks for the offer, if I stumble upon something I'll let you know. On Oct 16, 2010 4:41 AM, "Kohei Yoshida" wrote: > On Fri, 2010-10-15 at 16:55 +0100, Michael Meeks wrote: >> > I think I will focus my efforts around the Calc part, though it >> mi

[Libreoffice] Don't show a perl error when .NET SDK is not found

2010-10-16 Thread Jesús Corrius
Hi all, This trival patch hides a perl error in oowintool when the .NET SDK is not found in the system. Builds with VS2010 don't need the .NET SDK, anyway. -- Jesús Corrius Document Foundation founding member Skype: jcorrius | Twitter: @jcorrius ___

Re: [Libreoffice] Newbie dev question: no "rawbuild" directory after git clone

2010-10-16 Thread Michael Meeks
Hi Terrell, On Fri, 2010-10-15 at 20:07 -0400, Terrell Prude' Jr. wrote: > I'm attempting to get a proper development environment to build > LibreOffice. Pulled a clone of the git repository, and it looks like I > have everything except for the loroot/rawbuild directory. Problem: > looks lik