[Libreoffice] [LibreOffice][EasyHack] Hybrid PDF improvement 1 and 2

2011-07-27 Thread Jenei Gábor
Hello, Could you tell me if the first easyHack mentioned in the subject is still alive? Because for me it seems to be already resolved in version 3.5(However in 3.4 it can be seen). And as for the second hack, could someone tell me if it is alive? And where can I find the source code that does

[Libreoffice] [EasyHack] Hybrid PDF improvement 1 and 2

2011-07-27 Thread Jenei Gábor
Hello, Could you tell me if the first easyHack mentioned in the subject is still alive? Because for me it seems to be already resolved in version 3.5(However in 3.4 it can be seen). And as for the second hack, could someone tell me if it is alive? And where can I find the source code that does

[Libreoffice] [PATCH] Bug 39167

2011-07-29 Thread Jenei Gábor
Hello, Here is a patch for the above mentioned bug, for me it resolved the issue on 3.5 main version in english, unfortunatelly I couldn't have it done in other national versions. Please review it, and put it into the main version if it's ok. Gábor From 5a73827b9981c0481c7eaba6ece7042a9cd2f9e6

[Libreoffice] [EasyHack] HybridPDF 2. strange problem

2011-08-04 Thread Jenei Gábor
Hello, I have the following problem: In the present version we may export PDF by clicking on Export To PDF(or something like this) and Export, choosing PDF format and etc. The main difference between the two methods is the order of showing the dialogs. With the first method there isn't too

Re: [Libreoffice] [Libreoffice-ux-advise] Fwd: [PATCH] Bug 39167

2011-08-05 Thread Jenei Gábor
To be honest before I started minding with this problem I even didn't know what a HybridPDF could be, so probably it would be great to have some changes on this. And the most of Windows users who I know hate this function of windows, and it's among the first options that is turned of( even for

Re: [Libreoffice] [Libreoffice-ux-advise] Fwd: [PATCH] Bug 39167

2011-08-05 Thread Jenei Gábor
Hello Yoshida, Should the patch for the second version of the problem postponed? I am almost done with a patch that could do the job for extensions, I only have the problem that I have already mentioned yesterday. So, should I concentrate on another topic? Thanks: Gabor 2011. 08. 05. 21:22

[Libreoffice] [PATCH] Bug 39168

2011-08-08 Thread Jenei Gábor
Hello, I would like to inform everyone that I attached my purposed patch that fixes the bug 39168 in our bug report page, since it causes an already mentioned problem in the overwriting dialog's popup I don't consider it as something stable, but as in the recent days there were arguments

[Libreoffice] [BUG] dbaccess/xmlfilter.cxx

2011-08-08 Thread Jenei Gábor
Hello, I found out that on make -sr debug=true dbglevel=2 dbaccess did not compile successfully, the problem is with xmlfilter.cxx, it uses OStringBuffer, but there is no include to use it, so cxx says: OStringBuffer is not a member of rtl namespace I did the include, and the build works

[Libreoffice] Java debugging

2011-08-09 Thread Jenei Gábor
Hello, Could someone help me? I would like to fix a bug with LO Base wizards, I found the java source of the wizard,and even I got how to debug it from OpenOffice instructions: here http://cedric.bosdonnat.free.fr/wordpress/?p=57 and here

Re: [Libreoffice] [PATCH] Bug 39168

2011-08-10 Thread Jenei Gábor
cannot work on it at the moment, as I am busy with another bug about Base's querywizard. But as soon as I am done I could mind with this issue again taking into the consideration your requests. Gabor 2011. 08. 10. 18:25 keltezéssel, Noel Power írta: Hi Jenei On 08/08/11 11:06, Jenei Gábor wrote

[Libreoffice] [PATCH] BUG 38486

2011-08-12 Thread Jenei Gábor
Hello, Here is a patch for the mentioned bug, actually the problem mentioned in the bug info was just the minority, wizard didn't work for all the queries where I wanted to sort by an aggregate field. I did several tries,and it seems to be ok now, however without group by in an aggregate query it

[Libreoffice] [PATCH] Bug 38486

2011-08-12 Thread Jenei Gábor
Hello, Here is the patch that fixes the Query wizard, it seems that it works fine now, however the problem mentioned in the patch was a minor problem, wizard worked wrong for all queries where I wanted to sort by an aggregate field. Please review it,and push it to git. Thanks, Gabor From

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

Re: [Libreoffice] java LO part with Eclipse

2011-08-13 Thread Jenei Gábor
: 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 anotheroption

Re: [Libreoffice] Build failing in tail_build module

2011-08-23 Thread Jenei Gábor
Hello Swagat, As Cor suggested try to follow the instructions in the output, go to root dir of your source and 'source Env.Host.sh' after running this: 'cd tail_build', 'make clean', 'make -sr' I had the same problem and it resolved me the issue,however I don't know why this error occured,

[Libreoffice] [PATCH] build errors

2011-08-23 Thread Jenei Gábor
Hello, As I tried to build a fully debug version I saw several errors in different source files, finally I made the build to work, but I still cannot do make dev-install (I'm going to work on this now). Here is a patch that contains all the necessary modifications of sources. Gabor From

Re: [Libreoffice] [PUSHED][PATCH] build errors

2011-08-23 Thread Jenei Gábor
Yes,naturally, however I've already certified,but all my codes are under the mentioned license unless I state something else. Thanks, Gabor 2011. 08. 23. 15:07 keltezéssel, Caolán McNamara írta: On Tue, 2011-08-23 at 14:33 +0200, Jenei Gábor wrote: Hello, As I tried to build a fully debug

[Libreoffice] smoke test failed

2011-08-23 Thread Jenei Gábor
Hello, I just wanted to do make dev-install after a successful make -sr debug=true dbglevel=2. I have already posted so patches,because I met problems even in making, but finally I made it all. Now smoke-test fails with the error messages: invokeComponentFactory envDcp:gcc3

[Libreoffice] [PATCH] dev-install debug build fix

2011-08-24 Thread Jenei Gábor
Hello, Thanks to Stephan Bergmann I could fix also the dev-install of make, so now it works well even for debug version. Here I am sending the patch for this issue. Gabor From 7a8fb1822ffd5994fe3b805577d8eadad4ca41f4 Mon Sep 17 00:00:00 2001 From: Gabor jen...@elte.hu Date: Wed, 24 Aug 2011

[Libreoffice] build error

2011-08-24 Thread Jenei Gábor
Hello, While building a totally new build on Debian 6 32bit I got the following error message: Since you've disabled or enabled at least one algorithm, you need to do the following before building: make depend Configured for linux-elf. mkdir: cannot create directory

[Libreoffice] smoke test fail

2011-08-25 Thread Jenei Gábor
Hello, While doing dev-install I got the following errors: assertion caught: Error: rtl_string2UString_status() - UTF8 test encoding is wrong From File ustring.c at Line 634 Database Insert record into Database assertion caught: Error: rtl_string2UString_status() - UTF8 test encoding is

Re: [Libreoffice] smoke test fail

2011-08-25 Thread Jenei Gábor
Yes,the problem is there, actually I found out that in type*.cxx there is a reference counting variable,which seems to be not 0 in the end, so it looks like a memory leak. But I don't know yet where, and what's the reason. Can you help me? 2011. 08. 26. 0:01 keltezéssel, Miklos Vajna írta:

Re: [Libreoffice] build error

2011-08-29 Thread Jenei Gábor
, Caolán McNamara írta: On Wed, 2011-08-24 at 15:56 +0200, Jenei Gábor wrote: Hello, While building a totally new build on Debian 6 32bit I got the following error message: Since you've disabled or enabled at least one algorithm, you need to do the following before building: make depend

Re: [Libreoffice] [PATCH] BUG 36594

2011-08-29 Thread Jenei Gábor
Hello Eike, Let me to have some questions about your review: 2011. 08. 22. 21:47 keltezéssel, Eike Rathke írta: Hi Jenei, On Sunday, 2011-08-21 14:59:26 +0200, Jenei Gábor wrote: +::rtl::OUStringBuffer sTemp; Construct the buffer with a sufficient capacity beforehand so no memory

[Libreoffice] gdb debugging error

2011-08-30 Thread Jenei Gábor
Hello, While I try to run gdb on soffice.bin I cannot start soffice.bin as it gives the following error: /home/LOff/libo/desktop/source/app/cmdlineargs.cxx, Line 140: CommandLineArgs: no ProcessServiceFactory./lib/bootstrap.uno.so Program received signal SIGSEGV, Segmentation

[Libreoffice] BUG 36594

2011-08-30 Thread Jenei Gábor
Hello Eike, I made your recommended changes, but the querycomposer class seems to be modified since I last worked on this issu, as unfortunatelly it deletes all the linefeeds in the query string, so I cannot make it work. Now I could store in a second vector whether one line is just empty(it

[Libreoffice] [PATCH] new BUG 36594

2011-08-31 Thread Jenei Gábor
Hello Eike, I made the changes you said, and I resolved the no linefeed issue also, I hope it is ok now, and can be pushed, actually for me worked fine with all types of comments. Also I tried to follow the principals you said. So, push it if you think there is no need to correct something.

[Libreoffice] bug in vcl make files?

2011-09-01 Thread Jenei Gábor
Hi all, As I tried to compile vcl module with raised dbglevel I found out the following error at linking: /home/LOff/libo/workdir/unxlngi6.pro/CxxObject/vcl/unx/headless/svpgdi.o: In function `dbgOut(boost::shared_ptrbasebmp::BitmapDevice const)':

[Libreoffice] [PATCH] warining elimination

2011-09-01 Thread Jenei Gábor
Hello, Here is a patch to avoid compile time warnings, actually most of them are unfortunatelly not in our source but in libraries like OpenSSL, could you tell me why are these libraries compiled? On most of the linux machines it should be already installed, aren't compiled shared libraries

Re: [Libreoffice] [PUSHED][PATCH] warining elimination

2011-09-01 Thread Jenei Gábor
Yes,naturally it was only by mistake, so you can make it to be the old. 2011. 09. 01. 18:14 keltezéssel, Korrawit Pruegsanusak írta: Hello Jenei, * On Thu, 2011-09-01 at 15:34 +0200, Jenei Gábor wrote: Here is a patch to avoid compile time warnings It seems that your patch has touched

Re: [Libreoffice] [PATCH] new BUG 36594

2011-09-01 Thread Jenei Gábor
Well, as I know for HSQL -- and // are equal, so // is like one line comment in C++. Well,thanks for your work on the other hand :) Gabor 2011. 09. 01. 20:15 keltezéssel, Eike Rathke írta: Hi Jenei, On Wednesday, 2011-08-31 12:59:06 +0200, Jenei Gábor wrote: Hello Eike, I made the changes

Re: [Libreoffice] bug in vcl make files?

2011-09-01 Thread Jenei Gábor
2011. 09. 01. 21:26 keltezéssel, Stephan Bergmann írta: On Sep 1, 2011, at 3:47 PM, Matúš Kukan wrote: On 1 September 2011 15:14, Jenei Gáborjen...@elte.hu wrote: Hi all, As I tried to compile vcl module with raised dbglevel I found out the following error at linking:

Re: [Libreoffice] [PATCH] new BUG 36594

2011-09-01 Thread Jenei Gábor
:11 +0200, Jenei Gábor wrote: Well, as I know for HSQL -- and // are equal, so // is like one line comment in C++. Hmm.. ok. Btw, this +if(sCopy[i]=='\n' || i==nQueryLen-1){ +nCommentLen++; +if(i==nQueryLen-1)sTemp.append(sCopy[i],1); +if(bComment

Re: [Libreoffice] [PATCH] new BUG 36594

2011-09-02 Thread Jenei Gábor
that translate statement has just been modified? I guess you should comment out some lines in my patch, and put all the comments after the query. Gabor 2011. 09. 02. 10:09 keltezéssel, Eike Rathke írta: Hi Jenei, On Thursday, 2011-09-01 22:08:33 +0200, Jenei Gábor wrote: LibreOffice Base

Re: [Libreoffice] testing databases

2011-09-02 Thread Jenei Gábor
programming language called PL/SQL. 2011. 09. 02. 12:09 keltezéssel, Caolán McNamara írta: On Thu, 2011-09-01 at 22:08 +0200, Jenei Gábor wrote: How can I quickly setup a database and query to test this thing? I find setting up databases and configuring them a super pain in the ass, so much so

Re: [Libreoffice] testing databases

2011-09-02 Thread Jenei Gábor
, 2011 at 12:33 PM, Jenei Gábor jen...@elte.hu mailto:jen...@elte.hu wrote: Well, naturally it isn't a virtual machine with already set up DB systems can be useful, however for me it cause no problem to set up a database, as for MySQL it only needs some basic SQL knowledge

Re: [Libreoffice] [PATCH] BUG 36594

2011-09-02 Thread Jenei Gábor
:45 +0200, Eike Rathke wrote: On Monday, 2011-08-29 19:10:32 +0200, Jenei Gábor wrote: Let me to have some questions about your review: Wow - ... there was a lot of feedback here - hopefully not too unfriendly ;-) it is really great to have you contributing, and your work is much

Re: [Libreoffice] [PUSHED] new BUG 36594

2011-09-02 Thread Jenei Gábor
Nice job Eike, but multi-line comment was not necesary, as HSQL doesn't handle them, and I am even not sure if other DB systems support this type of comment. But thanks for your cooperation. Gabor 2011. 09. 03. 1:33 keltezéssel, Eike Rathke írta: are of the latter. That had to be done anyway