[Libreoffice] cppcheck detects division by 0 in sw/source/ui/vba/vbarows.cxx

2011-08-13 Thread Julien Nabet
Hello, cppcheck detects division by 0 in sw/source/ui/vba/vbarows.cxx, line 266 I discussed this with Norbert on IRC, here what we propose to add before this line : if ((nNewWidth <= 0) || (nWidth <= 0)) { OSL_ASSERT(!((nNewWidth <= 0) || (nWidth <= 0))); return; } (we supposed "indent

Re: [Libreoffice] Class Time and its funny ideas about time

2011-08-13 Thread Eike Rathke
Hi Lubos, On Friday, 2011-08-12 20:25:26 +0200, Lubos Lunak wrote: > > 2) Why should GetSec() of a negative delta return a negative amount of > >seconds? > > I didn't say it should be negative, it just should be sane. Which in this > case should be ... uhm ... oh well, another botched API.

[Libreoffice] Libre ........congrats

2011-08-13 Thread PE
Gentlemen, Ladies, I'd tip my hat to you, did i have a hat. I live with XL. Have for many years now, have tried all the alternatives. Still use 2003, hate (HATE!) the ribbon Downloaded your suite earlier this morning. I am very MUCH impressed. Much. Will share with others. Thank you. ___

[Libreoffice] Rebuild LO

2011-08-13 Thread swagat sharma
Hi, I have successfully built LibreOffice and also installed it.. by make install. Now I have modified the source and want to rebuild it. I want to make the whole build again. I did 'make clean', Then changed some configure options, but its not building . Gives error in compiling tail_end module.

Re: [Libreoffice] Rebuild LO

2011-08-13 Thread julien2412
swagat sharma wrote: > > Hi, > > I have successfully built LibreOffice and also installed it.. by make > install. > > Now I have modified the source and want to rebuild it. I want to make the > whole build again. > I did 'make clean', > Then changed some configure options, but its not building

[Libreoffice] [PATCH] Remove duplicated chunk in windows.mk

2011-08-13 Thread Korrawit Pruegsanusak
Hello all, Attached patch will remove the duplicated chunk from windows.mk. The original one is above my delete. Please feel free to comment :) Best Regards, -- Korrawit Pruegsanusak 0001-Remove-duplicated-chunk.patch Description: Binary data ___ Libr

Re: [Libreoffice] Rebuild LO

2011-08-13 Thread Eike Rathke
Hi swagat, On Saturday, 2011-08-13 22:15:35 +0530, swagat sharma wrote: > Gives error in compiling tail_end module. > Also its says the error is because of threaded build. what is a threaded > build? Sounds like you're using make 3.81 that has problems with parallel builds where more than one ta

[Libreoffice] java LO part with Eclipse

2011-08-13 Thread julien2412
Hello, I asked on the IRC but I had to leave so I certainly haven't let enough time to people to respond. I'd like to know if there's a wiki page or something which describes how to manage Java specific parts of LO in Eclipse. I found these 2 pages : - http://cedric.bosdonnat.free.fr/wordpress/?p=

Re: [Libreoffice] java LO part with Eclipse

2011-08-13 Thread Jenei Gábor
Hello Julien, I had this problem less than a week ago, if you read Cédric's website you should find there the right way. First you have to set LO's JVM setting. you have to set to listen on a port for remote debugger(in the example it was 8000) and you have to set anotheroption,after this you

[Libreoffice] [PATCH] download run twice creates foo/foo symlink

2011-08-13 Thread Lionel Elie Mamane
Hi, If ./download is run twice: - the first time it creates e.g. symlink ure connectivity -> clone/libs-core/connectivity - the second time it creates a symlink named connectivity/connectivity (thus clone/libs-core/connectivity/connectivity) pointing to clone/libs-core/connectivity, tha

Re: [Libreoffice] java LO part with Eclipse

2011-08-13 Thread julien2412
Jenei Gábor wrote: > > Hello Julien, > > I had this problem less than a week ago, if you read Cédric's website > you should find there the right way. First you have to set LO's JVM > setting. you have to set to listen on a port for remote debugger(in the > example it was 8000) and you have to

Re: [Libreoffice] java LO part with Eclipse

2011-08-13 Thread Jenei Gábor
well,I've never tried, you should make a new clean project and then add the module folder to the build path, also you have to set it in debug settings, but I advise you to simply do a make -sr debug=true dbglevel=2 in the module folder, it's easier than to make an eclipse project,and you can de

Re: [Libreoffice] java LO part with Eclipse

2011-08-13 Thread Olivier Hallot
Hi Makes me wonder if a Virtualbox (or the like) VM with the full development environment "ready-to-go, pick your flavor" inside is not a must have Will it makes things way too easy? :-) Olivier Em 13-08-2011 16:29, julien2412 escreveu: Jenei Gábor wrote: Hello Julien, I had this prob

Re: [Libreoffice] java LO part with Eclipse

2011-08-13 Thread Julien Nabet
Le 13/08/2011 22:29, Jenei Gábor a écrit : well,I've never tried, you should make a new clean project and then add the module folder to the build path, also you have to set it in debug settings, but I advise you to simply do a make -sr debug=true dbglevel=2 in the module folder, it's easier tha

Re: [Libreoffice] [PATCH] download run twice creates foo/foo symlink

2011-08-13 Thread Norbert Thiebaud
On Sat, Aug 13, 2011 at 2:26 PM, Lionel Elie Mamane wrote: > Hi, > > If ./download is run twice: > >  - the first time it creates e.g. symlink ure connectivity -> > clone/libs-core/connectivity there is no clone/libs-core anymore on master... in fact clone should contain at most binfilter dictio

Re: [Libreoffice] [PATCH] download run twice creates foo/foo symlink

2011-08-13 Thread Lionel Elie Mamane
On Sat, Aug 13, 2011 at 03:43:36PM -0500, Norbert Thiebaud wrote: > On Sat, Aug 13, 2011 at 2:26 PM, Lionel Elie Mamane wrote: >> If ./download is run twice: >>  - the first time it creates e.g. symlink ure connectivity -> >> clone/libs-core/connectivity > there is no clone/libs-core anymore o

Re: [Libreoffice] [PATCH][PUSHED] download run twice creates foo/foo symlink

2011-08-13 Thread Norbert Thiebaud
On Sat, Aug 13, 2011 at 3:58 PM, Lionel Elie Mamane wrote: > On Sat, Aug 13, 2011 at 03:43:36PM -0500, Norbert Thiebaud wrote: >> On Sat, Aug 13, 2011 at 2:26 PM, Lionel Elie Mamane wrote: > >>> If ./download is run twice: > >>>  - the first time it creates e.g. symlink ure connectivity -> >>> c

Re: [Libreoffice] .vimrc to compile source from within Vim

2011-08-13 Thread Eike Rathke
Hi, On Tuesday, 2011-08-09 23:56:52 +0200, Bjoern Michaelsen wrote: > http://cgit.freedesktop.org/libreoffice/contrib/dev-tools/ > is a cozy place for these. http://cgit.freedesktop.org/libreoffice/contrib/dev-tools/commit/?id=0904f09a9bcdcc30784a534b4f6a6e61ee13bd1b Eike -- PGP/OpenPGP/Gn

Re: [Libreoffice] [PATCH] Bug 39561 (XHTML export filter)

2011-08-13 Thread Korrawit Pruegsanusak
Hello Christophe, * On Tue, Aug 9, 2011 at 22:49, Christophe Strobbe wrote: > By the way, I could not find the full process for fixing and closing bugs on > or > . I missed: > * any mention of th

Re: [Libreoffice] [PATCH][PUSHED]Fix 33898 - import/export xrefs to numbered paras

2011-08-13 Thread Korrawit Pruegsanusak
Hello Cedric, Troy, * On Wed, Aug 10, 2011 at 15:22, Cedric Bosdonnat wrote: > Hi Troy, > > Your patch looks good to me, but it seems the bug number is wrong in the > title: isn't it fdo#33960? I pushed your patch to master, but I'm > wondering if you have some sample documents to help us test it