Re: [Libreoffice] about the removing of binfilter

2011-08-20 Thread Norbert Thiebaud
On Sat, Aug 20, 2011 at 12:19 AM, Kálmán „KAMI” Szalai kami...@gmail.com wrote: HI! On 2011-05-31 10:46, Michael Meeks wrote: Come LibreOffice 4 the plan is to rip out the legacy staroffice binary formats import filter to avoid the maintenance burden, build time, and download size. If

[Libreoffice] [PATCH] HTML export cleanup

2011-08-20 Thread Harri Pitkänen
A few cleanups and removal of HTML 3.2 from HTML export options. In case HTML 3.2 has been previously selected as the HTML variant it will be converted to Netscape Navigator. Licensed under LGPL3+/GPL3+/MPL. Harri From dcfad39ff54a70cfb52c167a37e32a99396aec2e Mon Sep 17 00:00:00 2001 From:

Re: [Libreoffice] BASIC IDE code completion

2011-08-20 Thread Henrik Jensen
Hi Stephan On 19-08-2011 09:40, Stephan Bergmann wrote: On Aug 19, 2011, at 2:06 AM, Henrik Jensen wrote: On 16-08-2011 17:50, Michael Meeks wrote: On Mon, 2011-08-15 at 23:40 +0100, Henrik Jensen wrote: Later when I feel more comfortable with the code, I hope to be able to use (resurrect

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-08-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Carlo Strata carlo.str...@tiscali.it changed: What|Removed |Added CC|

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-08-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 --- Comment #189 from Carlo Strata carlo.str...@tiscali.it 2011-08-20 03:50:42 PDT --- I have just added bug 32849 Table borders in pdf export. I also am not sure that that bug would not depend on bug 37488 that has been declared Resolved -

Re: [Libreoffice] BASIC IDE code completion

2011-08-20 Thread Noel Power
On 20/08/11 11:41, Henrik Jensen wrote: Hi Stephan On 19-08-2011 09:40, Stephan Bergmann wrote: If I understand the problem correctly: So the hypothetical code-completion engine has to, at runtime, initialize all kinds of temp-objects and objects they use and so forth and destroy them

[Libreoffice] Naming clash on icuin.lib on Windows build

2011-08-20 Thread Kohei Yoshida
So, I was looking into a mysterious build breakage in forms (on WIndows). It would fail at link time due to missing external symbols. It was expecting to find those symbols from icuin.lib, which is a static library file generated from the icu module. The funny thing is, when I do cd icu rm -rf

Re: [Libreoffice] Naming clash on icuin.lib on Windows build

2011-08-20 Thread Matúš Kukan
On 20 August 2011 16:33, Kohei Yoshida kohei.yosh...@gmail.com wrote: So, I was looking into a mysterious build breakage in forms (on WIndows).  It would fail at link time due to missing external symbols.  It was expecting to find those symbols from icuin.lib, which is a static library file

Re: [Libreoffice] BASIC IDE code completion

2011-08-20 Thread Andrew Pitonyak
When I write a macro, I am usually using a loosely typed object so the type is not fully known. Even worse, based on the execution path, the object type may be completely different than expected. Unless your variables are explicitly stated as to type, it would likely not be possible to implement.

Re: [Libreoffice] [PATCH] Base fdo#40079 file / save (as) inoperant

2011-08-20 Thread Lionel Elie Mamane
On Thu, Aug 18, 2011 at 12:52:55PM +0100, Noel Power wrote: On 17/08/11 19:02, Lionel Elie Mamane wrote: On Wed, Aug 17, 2011 at 09:48:04AM +0100, Noel Power wrote: On 16/08/11 17:32, Lionel Elie Mamane wrote: I notice that calc and writer have the good sense of displaying an error message

[Libreoffice] [GSOC][patch] Multiline inputbar

2011-08-20 Thread Anurag Jain
Hello Kohei, I've Worked around ScrollBar and Made it appear. But still not able to get the event handling thing working. Also I've improved some previous code which handles sizing and positioning of button and other controls. Also in order to delay the call to InitEditEngine, I think we can make

Re: [Libreoffice] Naming clash on icuin.lib on Windows build

2011-08-20 Thread Tor Lillqvist
After many hours of hair-pulling investigation, I've come to find out that both icu and cui modules produce a static library named icuin.lib, Ah. Darn. The cleanest solution (to me) is to have icu produce icui18n.lib instead of icuin.lib, Yeah, I tend to think so, too, now. but I'm

[Libreoffice] [GSoC] link-time optimization

2011-08-20 Thread Matúš Kukan
Hello, I created patch, which allows link-time optimization (--enable-lto) for shared libraries, you need at least gcc-4.5 (I'm not checking for version in configure). gcc-4.5 is not really good for lto but I was able to install LibreOffice with lto enabled. I don't know what should I try to test

Re: [Libreoffice] Merging old tags

2011-08-20 Thread Norbert Thiebaud
On Sat, Aug 20, 2011 at 7:35 PM, Bjoern Michaelsen bjoern.michael...@canonical.com wrote: Hi, I just pushed: http://cgit.freedesktop.org/libreoffice/contrib/dev-tools/commit/?id=7616113f5e211dcd7cc3f3f432ffd08e1c43d48e it merges the old tags from all the core split repo and makes branches

Re: [Libreoffice] Merging old tags

2011-08-20 Thread Norbert Thiebaud
On Sat, Aug 20, 2011 at 7:35 PM, Bjoern Michaelsen bjoern.michael...@canonical.com wrote: Hi, I just pushed: http://cgit.freedesktop.org/libreoffice/contrib/dev-tools/commit/?id=7616113f5e211dcd7cc3f3f432ffd08e1c43d48e A shell script that generate an awk script that generate a shell script

[Libreoffice] Are these wmf files real malware or just antivirus false positive?

2011-08-20 Thread Korrawit Pruegsanusak
Hello Caolán, * While I'm building LibO, avast antivirus warn me for the malware in 3 files: * svtools/qa/cppunit/data/wmf/pass/CVE-2006-4071-1.wmf for Other:Malware-gen * svtools/qa/cppunit/data/wmf/fail/CVE-2006-0143-1.wmf and * svtools/qa/cppunit/data/wmf/fail/CVE-2006-0143-2.wmf for

Re: [Libreoffice] Merging old tags

2011-08-20 Thread Bjoern Michaelsen
On Sat, 20 Aug 2011 20:57:11 -0500 Norbert Thiebaud nthieb...@gmail.com wrote: A shell script that generate an awk script that generate a shell script that is sourced in the original script... really ? :-) , you're sure you can't add a lex/yacc, and a couple of lisp emacs macro in the mix ?