Regression in isHidden-Property of Frames

2012-08-29 Thread Andor E
Hi, We're currently in the process of switching from OpenOffice.org 3.2.1 to LibreOffice. As a part of this, we're testing our extension WollMux (www.wollmux.org) with LO. During these tests we found a change in the behaviour of the isHidden-Property of frames. We're using a

CVE-2012-1149 Is there a patch?

2012-05-23 Thread Andor E
Hi, I'm trying to backport the fix for CVE-2012-1149 to OOo 3.2.1. There doesn't seem to be a single commit dealing with that. Can someone tell me, which commits are part of this fix. Greetings Andor Ertsey ___ LibreOffice mailing list

Re: Hosting LibreOffice online

2012-02-13 Thread Andor E
Hi, thanks for the info. That's a lot of stuff to process. I can't promise, that I have the time for it right now (even if I'd like to). But I will do the write up of the information contained in this thread as asked by Michael. Thanks Andor Ertsey On Fri, Feb 10, 2012 at 9:00 AM, drew

Re: Hosting LibreOffice online

2012-02-13 Thread Andor E
https://wiki.documentfoundation.org/Using_LibreOffice_in_a_Web_Browser As promised I have created a first version of the Wiki page. I hope it is not too awful. On Mon, Feb 13, 2012 at 10:11 AM, Andor E eymux2...@googlemail.com wrote: Hi, thanks for the info. That's a lot of stuff to process. I

Hosting LibreOffice online

2012-02-09 Thread Andor E
Hi, I have read recently that LibreOffice 3.5 will support an online mode. I'm aware that this is still experimental, but I'd like to give it a test anyway, since we are highly interested in such a feature. I was unable to find any documentation how to host LibreOffice. Could someone give me some

[Libreoffice] Build: Turning off Debug after enabling it for a module

2011-10-24 Thread Andor E
Hi, I have done a build debug=t on a module. Now every time I build this module, debug symbols are build - no matter, if I have the debug parameter or not. Is there a trick to turn a debug build off? Greetings eymux ___ LibreOffice mailing list

Re: [Libreoffice] Build: Turning off Debug after enabling it for a module

2011-10-24 Thread Andor E
Hi, I did remove unxlngi6.pro. The configure.log shows that debug is turned off. I might have to add, that I'm building OOo. Thanks eymux On Mon, Oct 24, 2011 at 2:25 PM, Michael Meeks michael.me...@suse.com wrote: Hi there, On Mon, 2011-10-24 at 14:00 +0200, Andor E wrote: I have done

Re: [Libreoffice] [PATCH] Frac function in calc/BASIC

2011-10-21 Thread Andor E
Interestingly enough there seem to be two definitions for the frac function. Your implementation is the one seemingly used by all programming languages, which implement it. But the correct mathematical definition seems to be y = x - floor(x) (http://mathworld.wolfram.com/FractionalPart.html),

[Libreoffice] What does --disable-vba disable?

2011-06-21 Thread Andor E
Hi, I'm building my own version of OOo 3.2.1 and I'm wondering what the --disable-vba switch is disabling in detail. The Basic function CreateObject no longer works. Is CreateObject part of the VBA-compatibility package? With regards eymux ___

[Libreoffice] Debugging UNO references in gdb

2011-05-30 Thread Andor E
Hello, I'm trying to debug an issue with bookmarks in the Writer import filter. Right now my biggest problem is, that I don't know how to get information from the UNO reference objects. The import filter uses cursors and text ranges to insert the bookmarks into the document. I'm pretty sure, that