[Libreoffice] retroalimentacion

2011-09-17 Thread jalexest...@libero.it
Gracias por el desarrollo de su producto. Lo que me llamo la atencion es que en Base al generar tablas necesariamente hay que agregar un id para poder agregar o eliminar registros al crear la tabla. Si tuviera dos tablas con casas con precios y otras con casas y compradores en access yo las pe

[Libreoffice] fdo #31005 Autoformats does not save

2011-09-17 Thread julien2412
Hello, I'd like to work on fdo #31005 so first I reproduced the pb. Now I'd like to know where is stored the autoformat templates. Any idea ? Julien. -- View this message in context: http://nabble.documentfoundation.org/fdo-31005-Autoformats-does-not-save-tp3345188p3345188.html Sent from the De

Re: [Libreoffice] Fwd: gbuild question

2011-09-17 Thread Peter Foley
On Sat, 17 Sep 2011, Norbert Thiebaud wrote: > forgot to Reply-all :-( > > > -- Forwarded message -- > From: Norbert Thiebaud > Date: Sat, Sep 17, 2011 at 1:57 PM > Subject: Re: [Libreoffice] gbuild question > To: Peter Foley > > > On Sat, Sep 17, 2011 at 11:53 AM, Peter Fole

[Libreoffice] [LibreOffice] exclude .ppm's from opengrok?

2011-09-17 Thread Chr. Rossmanith
Hi, is it intended that opengrok looks for a pattern in .ppm's ? I've been searching for "lcl" with opengrok and found london.ppm. Christina ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/

[Libreoffice] Fwd: gbuild question

2011-09-17 Thread Norbert Thiebaud
forgot to Reply-all :-( -- Forwarded message -- From: Norbert Thiebaud Date: Sat, Sep 17, 2011 at 1:57 PM Subject: Re: [Libreoffice] gbuild question To: Peter Foley On Sat, Sep 17, 2011 at 11:53 AM, Peter Foley wrote: > On Sat, 17 Sep 2011, Norbert Thiebaud wrote: > >> On Fri

[Libreoffice] make dev-install reruns the build

2011-09-17 Thread Xisco Faulí
Hello, I chatted with scarabeus and we both agreed that there's a problem when running "make dev-install" because it reruns the build for install targets when It shouldn't. Let's me know if any further information is needed Cheers ___ LibreOffice maili

Re: [Libreoffice] Questions about Easyhack 37007 Add Math symbol "There does not exist"

2011-09-17 Thread Julien Nabet
Le 13/09/2011 14:01, Caolán McNamara a écrit : On Tue, 2011-08-23 at 22:46 +0200, Julien Nabet wrote: I put the patch as it is now. (i haven't git updated my libo repository since 2 days). In addition of this patch, there are the 2 png files. FWIW, the opensymbol font is available in extras/sou

[Libreoffice] [PUSHED] fdo#38391: don't crash while dropping texture

2011-09-17 Thread Michael Meeks
On Fri, 2011-09-16 at 18:14 +0400, Ivan Timofeev wrote: > Oops... Forgive me for my haste. Previous patch was incorrect. :( I > have created the new one. Thanks ! I've just pushed it to master, can you confirm that this and all your future patches are licensed MPL/LGPLv3+ ? :-) [ and prefe

Re: [Libreoffice] Unification of buildsystem targets

2011-09-17 Thread Michael Meeks
On Fri, 2011-09-16 at 19:04 +0200, Bjoern Michaelsen wrote: > The build system targets have been unified as per: > http://wiki.documentfoundation.org/Development/buildsystemtargets Lovely wiki page write up - thanks ! :-) most helpful. All the best, Michael. --

Re: [Libreoffice] Request for Statistical software (like Minitab)

2011-09-17 Thread Michael Meeks
Hi Daniel, On Fri, 2011-09-16 at 09:35 -0700, Daniel Cabral wrote: > Hello. I am a Libreoffice user. .. > One thing I am seeing is the lack of statistical software > such as Minitab in Linux. I am a Linux user and really try to do away with > Windows. This is a list for discussion on

[Libreoffice] Removed redundant pointer check in /sw/source/ui/uno/unomailmerge.cxx

2011-09-17 Thread CaStarCo
Hello, I've removed a redundant pointer check in the file core/sw/source/ui/uno/unomailmerge.cxx (in the line 630). The check can be removed because the pointer is checked before in the line 622 (and if the pointer is null throws a RuntimeException). I can't build libreoffice with this patch, but

Re: [Libreoffice] gbuild question

2011-09-17 Thread Peter Foley
On Sat, 17 Sep 2011, Norbert Thiebaud wrote: > On Fri, Sep 16, 2011 at 7:07 PM, Peter Foley wrote: > > > > I'm working on converting soltools to gbuild but I've come across a > > problem. > > soltools/testhxx/makefile.mk echos the commandline to compile a > > cxx file to a temporary file and then

[Libreoffice] About a probable bug in core/lotuswordpro/source/filter/xfilter/xfcell.cxx

2011-09-17 Thread CaStarCo
Hello :) , reading the list of http://libreoffice.boldandbusted.com/ i've found a potential bug in core/lotuswordpro/source/filter/xfilter/xfcell.cxx . The member m_pOwnerRow of the XFCell is not initialized in any constructor (and in many methodts it's setted to null), but in the line 177 the va

Re: [Libreoffice] Windows builds with Visual Studio Express

2011-09-17 Thread Mathias Bauer
Am 17.09.2011 15:01, schrieb Fridrich Strba: > Hello, Mathias, > > On 17/09/11 00:01, Mathias Bauer wrote: >> As you might know, building with VS Express requires disabling usage of >> ATL headers as they are missing in the Express version. >> When I was working on another project that forced me

Re: [Libreoffice] Windows builds with Visual Studio Express

2011-09-17 Thread Fridrich Strba
Hello, Mathias, On 17/09/11 00:01, Mathias Bauer wrote: > As you might know, building with VS Express requires disabling usage of > ATL headers as they are missing in the Express version. > When I was working on another project that forced me to build Chromium, > I found in their build instruction

[Libreoffice] [PATCH] Fix for fdo#38391

2011-09-17 Thread Ivan Timofeev
This patch fixes crash when you input incorrect range of pages in "Print" dialog, "General" tab, "Pages" textfield and layout is set to "Brochure". http://nabble.documentfoundation.org/file/n3344034/Fix-for-fdo-35513.patch Fix-for-fdo-35513.patch -- View this message in context: http://nabble.d

[Libreoffice] Bug 40958 - Insert copied row broken

2011-09-17 Thread Cor Nouws
bug in master -- - Cor - http://nl.libreoffice.org ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] 40957 - Ctrl-Shft-F2 does not put focus in formula bar

2011-09-17 Thread julien2412
Hello, I put a comment on the bugtracker. I haven't reproduced this bug. It would be helpful to know if other can reproduce it or not. Julien. -- View this message in context: http://nabble.documentfoundation.org/40957-Ctrl-Shft-F2-does-not-put-focus-in-formula-bar-tp3343837p3343885.html Sent

[Libreoffice] 40957 - Ctrl-Shft-F2 does not put focus in formula bar

2011-09-17 Thread Cor Nouws
bug in master -- - Cor - http://nl.libreoffice.org ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] natural drink

2011-09-17 Thread lucy
Dear Sir/Madam: We are professional Coconut Water, Energy Drinks, Aloe-vera juice and Natural fruit juice manufacturer in Vietnam. Our company have pass many inspection and get the FDA, HACCP,ISO,Halal certificate. You can visit: http://vn105660124.trustpass.alibaba.com/ or http://www.aloe