Re: [Libreoffice] [PATCH] Series of fixes and migration to One Git for contrib/dev-tools/ubuntu-jenkins

2011-08-13 Thread Henrik Jensen
On Thursday, 11 August 2011, 0:56 Norbert Thiebaud wrote: On Wed, Aug 10, 2011 at 4:56 PM, Henrik Jensen hrikjsenvagt...@yahoo.dk wrote: Patches licensed under LGPLv3+/MPL 1.1 ( or what ever Bjoern Michaelsen prefers :-) ) TODO: - Add the ccache lines to './autogen.sh' command line instead

Re: [Libreoffice] Can I compile and build only libreoffice writer component instead of whole LO suite ?

2011-08-13 Thread Norbert Thiebaud
On Sat, Aug 13, 2011 at 12:20 AM, Partha Chowdhury parthachowdhur...@gmail.com wrote: Hello all.This is my first post to the list.So if I have not provided necessary information or overlooked something obvious, please point me in the right direction. I have build libreoffice 3.3.3.1 from

[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

[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

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 . Gives

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

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

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

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,

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 set

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

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

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

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 lio...@mamane.lu 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

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 lio...@mamane.lu 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

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 lio...@mamane.lu 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 lio...@mamane.lu wrote: If ./download is run twice:  - the first time it creates e.g. symlink ure

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

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 christophe.stro...@esat.kuleuven.be wrote: By the way, I could not find the full process for fixing and closing bugs on http://www.libreoffice.org/get-involved/developers/ or http://wiki.documentfoundation.org/Development. I