Re: [REVIEW] smoketest - gbuild, TestExtension.idl needed ?

2012-02-17 Thread Michael Meeks
Hi Tor, On Tue, 2012-02-14 at 19:23 +0200, Tor Lillqvist wrote: In the feature/android branch I have added the fw[eiklm], sfx, sb, svt and tk libraries to libmerged. Working on verifying that the last addition didn't break anything; I found a nice direct reference to the name tk in

Re: [OUTDATED][PATCH]fdo#44516 improved label and business card document creation (2/3)

2012-02-17 Thread Ivan Timofeev
Marking this as [OUTDATED] for convenience, I don't know what is the preferred tag for the outdated patches. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH] Removed unused code

2012-02-17 Thread Petr Vorel
Hi there, I removed a little bit of unused code (unusedcode.easy). This is my first contribution. This and any other is of course made available under the MPL/LGPLv3+. Regards, Petr From 445f0c71e523f06f42f622d401b8d9af22b159d3 Mon Sep 17 00:00:00 2001 From: Petr Vorel petr.vo...@gmail.com

Re: [PATCH] Translated german comments in sw/source/core/layout/

2012-02-17 Thread Michael Meeks
On Fri, 2012-02-17 at 11:26 +0100, David Vogt wrote: We're still not quite done, but here's what we have so far. Wow - this looks like some brilliant work :-) I imagine when Cedric gets over being flamed by some intersection of those guys who want a new UI, but don't want the UI to

[REVIEWED] vcl: consolidate common objects in Library_vcl.mk

2012-02-17 Thread Michael Meeks
On Fri, 2012-02-17 at 17:54 +0100, Riccardo Magliocchetti wrote: Store objects from vcl/generic and vcl/headless in a couple of variables so we don't need to repeat the quite long list for every target that uses them. Drat - I just near duplicated as I pushed your other patch :-)

Re: [REVIEW] smoketest - gbuild, TestExtension.idl needed ?

2012-02-17 Thread Michael Meeks
Hi Matus, On Wed, 2012-02-15 at 01:05 +0100, Matúš Kukan wrote: It's going quite well. With tml's patch [1] we can add more. He is doing great job, mostly in the android branch as he already said. Cool :-) yep, I saw. Current tail_build blocker is connectivity/. Peter was working on

[PUSHED] Removed unused code

2012-02-17 Thread Michael Meeks
Hi Peter, On Fri, 2012-02-17 at 18:15 +0100, Petr Vorel wrote: I removed a little bit of unused code (unusedcode.easy). Thanks for that, I pushed it ! :-) This is my first contribution. This and any other is of course made available under the MPL/LGPLv3+. Do you think you

Re: [REVIEWED-3-5] fdo#46167 fix path of shell extension dll in registry

2012-02-17 Thread khagaroth
Reading this, it should fix my bug https://bugs.freedesktop.org/show_bug.cgi?id=43708, if so, please close it. Also a warning, make sure to actually test it on Windows, when I locally fixed this by editing the installer with Orca, I got a Explorer crashloop caused by shlxthdl.dll after

Re: [REVIEWED-3-5] fdo#46167 fix path of shell extension dll in registry

2012-02-17 Thread Andras Timar
2012/2/17 khagaroth khagar...@gmail.com: Reading this, it should fix my bug https://bugs.freedesktop.org/show_bug.cgi?id=43708, if so, please close it. Also a warning, make sure to actually test it on Windows, when I locally fixed this by editing the installer with Orca, I got a Explorer

Re: Hosting LibreOffice online

2012-02-17 Thread drew
On Fri, 2012-02-17 at 17:54 +0100, Sophie Gautier wrote: Hi Drew, On 16/02/2012 06:50, drew wrote: [...] Just to wrap this thread up, I suppose. Well, after adding --enable-gtk3 it works. Had some issues related to the firewall, but got around that - turned it off (not likely a

Re: [REVIEWED-3-5] fdo#46167 fix path of shell extension dll in registry

2012-02-17 Thread khagaroth
Good news, the crashloop I had was still with a 3.5beta and I didn't test since. Now I repeated the test with the release version of 3.5 and it's not crashing anymore and the property page is working. ___ LibreOffice mailing list

Re: [PATCH] fdo#42790: Easyhack: get rid of PRODUCT define/build system variable

2012-02-17 Thread jumbo444
I updated issue page to propose this patch. Laurent BP - LibreOffice 3.5.0 -- View this message in context: http://nabble.documentfoundation.org/PATCH-fdo-42790-Easyhack-get-rid-of-PRODUCT-define-build-system-variable-tp3749409p3754736.html Sent from the Dev mailing list archive at

[REVIEW-3-5] fdo#40665 use CJKAnalyzer for ko, zh-CN, and zh-TW, too

2012-02-17 Thread Andras Timar
Hi, http://cgit.freedesktop.org/libreoffice/core/commit/?id=7636d37f8f9c53d694c4fe38581f3b495d53670e Caolán suggested this fix in the CLucene thread. I tried it, and indeed, it solved fdo#40665 (free text search did not work in Chinese help). Please cherry pick to 3-5. Thanks, Andras

dereference of a null pointer in xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx

2012-02-17 Thread julien2412
Hello, Llvm compiler brings a lot of useful info about potential problems. Here again a message I caught from clang : /home/julien/compile-libreoffice/libo/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx:152:26: warning: Access to field 'parent' results in a dereference of a null pointer

windows / cygwin - libreoffice-3-5 compiler error

2012-02-17 Thread walter
= (1/1) Building module np_sdk = Entering /cygdrive/c/LO35/np_sdk/mozsrc Compiling: np_sdk/mozsrc/npwin.cpp C:/LO35/np_sdk/mozsrc/npwin.cpp(171) : error C2440: 'return' : cannot convert from 'const char *' to 'char *' Conversion loses qualifiers dmake:

Re: [REVIEW-3-5] fdo#40665 use CJKAnalyzer for ko, zh-CN, and zh-TW, too

2012-02-17 Thread Michael Meeks
On Fri, 2012-02-17 at 21:49 +0100, Andras Timar wrote: http://cgit.freedesktop.org/libreoffice/core/commit/?id=7636d37f8f9c53d694c4fe38581f3b495d53670e Caolán suggested this fix in the CLucene thread. I tried it, and indeed, it solved fdo#40665 (free text search did not work in Chinese help).

Re: windows / cygwin - libreoffice-3-5 compiler error

2012-02-17 Thread Rene Engelhard
On Fri, Feb 17, 2012 at 10:23:16PM +0100, Rene Engelhard wrote: On Fri, Feb 17, 2012 at 10:10:19PM +0100, walter wrote: C:/LO35/np_sdk/mozsrc/npwin.cpp(171) : error C2440: 'return' : cannot convert from 'const char *' to 'char *' Yes. Make that const char* in npwin.cxx. Forgot that

Re: windows / cygwin - libreoffice-3-5 compiler error

2012-02-17 Thread Michael Meeks
Hi Walter, On Fri, 2012-02-17 at 22:10 +0100, walter wrote: Compiling: np_sdk/mozsrc/npwin.cpp C:/LO35/np_sdk/mozsrc/npwin.cpp(171) : error C2440: 'return' : cannot convert from 'const char *' to 'char *' I just pushed an explicit cast to master that (I hope) 'fixes' this, at least

[PUSHED] EasyHack 42790: get rid of PRODUCT define/build system variable

2012-02-17 Thread Michael Meeks
Hi there, On Wed, 2012-02-15 at 23:36 -0800, jumbo444 wrote: This is my first patch, so please let me know if I did something wrong. :) It looks lovely :-) Preprocessor constant PRODUCT is replaced by !DBG_UTIL Contributed under LGPLv3+ / MPL 1.1 or later. Thanks for that;

Re: Changing chart defaults in calc

2012-02-17 Thread Michael Meeks
Hi Dominic, On Thu, 2012-02-16 at 11:30 -0500, Dominic Woolf wrote: I'm new to this list and don't know my way around the LO code or data files, but I'm happy to help put some time into developing a solution to this problem if someone could give me a few pointers about how to get started.

[PUSHED] Removed unused code from svl, svtools and sfx2

2012-02-17 Thread Michael Meeks
On Thu, 2012-02-16 at 14:11 +0100, Dézsi Szabolcs wrote: I removed some unused code from modules svl, svltools and sfx2 Pushed; thanks :-) Michael. -- michael.me...@suse.com , Pseudo Engineer, itinerant idiot ___

Re: Tinderbox failure, Win-x86@7-MinGW, MASTER, last success: 2012-02-17 07:15:03

2012-02-17 Thread Rene Engelhard
On Fri, Feb 17, 2012 at 09:00:31PM +, ke...@suse.cz wrote: [...] d40a7f1 make gengal work again is the breaking one. [ info ALL ] Currently known executables: bestreversemap bmp bmpsum cppunit/cppunittester crashrep_com g2g gencoll_rule genconv_dict gendict genindex_data guiloader

Re: [PATCH] SwDocStub now prints out parameters

2012-02-17 Thread Markus Mohrhard
Hey, 2012/2/15 Markus Mohrhard markus.mohrh...@googlemail.com: Hey, thanks a lot for your great work here. after discussing the problems a bit more with Cedric we noticed that it might be better to try first a version where we create empty stub methods for all relevant methods. Do you think

Re: Adding Extension for Experimental Thai Spelling

2012-02-17 Thread Richard Wordingham
On Fri, 17 Feb 2012 14:10:21 + Caolán McNamara caol...@redhat.com wrote: On Thu, 2012-02-16 at 23:24 +, Richard Wordingham wrote: Indeed, yeah, I suppose, assuming its as complicated as Thai, that the right direction would be for someone to write for icu new dictionary-based

Re: [PUSHED] Remove unused methods from PDFI

2012-02-17 Thread Kate Goss
On 17 February 2012 11:21, Thorsten Behrens t...@documentfoundation.orgwrote: Kate Goss wrote: Yes, he did - thanks Thorsten. Christian - if you are able to set me up with access, that would be lovely :) Hi Kate, glad you hear you want to look into this - first step is to clone the git

[REVIEW][3-5] misc fixes for -3-5

2012-02-17 Thread Michael Stahl
some misc commits, mostly crashes fixed while loading ~2000 presumed ODT documents (looking at actual patches reveals expecting people to set bug attachment mime types correctly is unrealistic), proposed for libreoffice-3-5: plugin crashes:

Re: [PATCH] SwDocStub now prints out parameters

2012-02-17 Thread Mihályi Dániel
Hi, What do you mean by relevant methods? With regards, Daniel 2012/2/17 Markus Mohrhard markus.mohrh...@googlemail.com: Hey, 2012/2/15 Markus Mohrhard markus.mohrh...@googlemail.com: Hey, thanks a lot for your great work here. after discussing the problems a bit more with Cedric we

[REVIEW in progress] dereference of a null pointer in xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx

2012-02-17 Thread Thorsten Behrens
julien2412 wrote: Here again a message I caught from clang : /home/julien/compile-libreoffice/libo/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx:152:26: warning: Access to field 'parent' results in a dereference of a null pointer (loaded from variable 'pEncryptedData')

Re: [ANN] Referencing bugs in commits

2012-02-17 Thread Jan Holesovsky
Hi Lionel, Lionel Elie Mamane píše v Pá 17. 02. 2012 v 09:23 +0100: whenever you are committing / pushing to git, and you reference the bugs.freedesktop.org bug in the commit message, it will automatically appear as a comment in the bug :-) It seems not to happen this morning. In

Re: [PUSHED] Remove unused code in core/svx/source/dialog/_contdlg.cxx

2012-02-17 Thread Thorsten Behrens
Thanks a lot, pushed. Keep 'em coming, -- Thorsten pgpiLVIhoD1ix.pgp Description: PGP signature ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH] Removed unused code from avmedia module

2012-02-17 Thread Bartolomé Sánchez Salado
Hi, I removed unused code from avmedia module (unusedcode.easy) Removed functions: avmedia::priv::MediaWindowBaseImpl::getStopTime() const avmedia::priv::MediaWindowBaseImpl::setRate(double) avmedia::priv::MediaWindowBaseImpl::setStopTime(double) Bartolomé Sánchez. From

Re: [ANN] Referencing bugs in commits

2012-02-17 Thread Markus Mohrhard
Hey, 2012/2/17 Lionel Elie Mamane lio...@mamane.lu: On Tue, Feb 14, 2012 at 04:16:33PM +0100, Jan Holesovsky wrote: whenever you are committing / pushing to git, and you reference the bugs.freedesktop.org bug in the commit message, it will automatically appear as a comment in the bug :-)

Re: [PATCH] SwDocStub now prints out parameters

2012-02-17 Thread Markus Mohrhard
Hello Daniel What do you mean by relevant methods? Good question. I think that at least all protected and public method should be in there but it should not be a problem if there are also the private methods in it. Cedric and I had some rough ideas in Brussels what we want to do and now we

Re: [PATCH] Translated german comments in sw/source/core/layout/

2012-02-17 Thread Thorsten Behrens
Philipp Weissenbacher wrote: BTW: I'm reviewing the first five patches. Started from the other end, patch 22 and 21 are pushed to master. Slightly tweaked a few things, mostly if instead of when (a rather common error we Germans commit), and sometimes went a bit further away from a verbatim

Re: [PATCH] SwDocStub now prints out parameters

2012-02-17 Thread Mihályi Dániel
Hi, It is, :) but i don't understand something. If it is about creating a child class then why is that we have to have not only virtual methods? With regards, Daniel 2012/2/18 Markus Mohrhard markus.mohrh...@googlemail.com: Hello Daniel What do you mean by relevant methods? Good question.

[PUSHED] Re: [REVIEW in progress] dereference of a null pointer in xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx

2012-02-17 Thread julien2412
I commited and pushed on master only the fix you quoted (commit 140c90f4302303faf146c4a509acfb1d21c26164). Now if I well understood what you said, this function needs more work. So I suppose I don't need to ask if it could be useful to push this fix on 3.5 Julien. -- View this message in

Re: [Libreoffice-qa] [ANN] Referencing bugs in commits

2012-02-17 Thread Lionel Elie Mamane
On Tue, Feb 14, 2012 at 04:16:33PM +0100, Jan Holesovsky wrote: whenever you are committing / pushing to git, and you reference the bugs.freedesktop.org bug in the commit message, it will automatically appear as a comment in the bug :-) It seems not to happen this morning. In general, after

Re: [Libreoffice-qa] Relase_Criteria wiki page change request

2012-02-17 Thread Nino Novak
On Thursday 16 February 2012, Petr Mladek wrote: Nino Novak píše v Čt 16. 02. 2012 v 02:01 +0100: [Transclusion] Sounds wonderful! I was not aware of such feature. oh, there are still many unused wiki features left ;-) For conveniance, I've attached a patch, hopefully it works ;-)

Re: [Libreoffice-qa] [ANN] Referencing bugs in commits

2012-02-17 Thread Jan Holesovsky
Hi Lionel, Lionel Elie Mamane píše v Pá 17. 02. 2012 v 09:23 +0100: whenever you are committing / pushing to git, and you reference the bugs.freedesktop.org bug in the commit message, it will automatically appear as a comment in the bug :-) It seems not to happen this morning. In

Re: [Libreoffice-qa] [ANN] Referencing bugs in commits

2012-02-17 Thread Markus Mohrhard
Hey, 2012/2/17 Lionel Elie Mamane lio...@mamane.lu: On Tue, Feb 14, 2012 at 04:16:33PM +0100, Jan Holesovsky wrote: whenever you are committing / pushing to git, and you reference the bugs.freedesktop.org bug in the commit message, it will automatically appear as a comment in the bug :-)

[Libreoffice-bugs] [Bug 42901] URW Chancery L font is no more available

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42901 --- Comment #16 from gilbert_...@hotmail.com 2012-02-17 00:01:37 PST --- I did some more tests : Adding a copy of any font file from the /usr/share/fonts into $HOME/.fonts make the URW Chancery L font available! The content of this file does no

[Libreoffice-bugs] [Bug 38913] Libreoffice applications crash - MSVCR90.dll

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38913 liam.ki...@gmail.com changed: What|Removed |Added Status|NEEDINFO|NEW Severity|normal

[Libreoffice-bugs] [Bug 42772] Launch of Libreoffice 3.4.4 impossible after update from version 3.4.1

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42772 liam.ki...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Libreoffice-bugs] [Bug 38913] Libreoffice applications crash - MSVCR90.dll

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38913 liam.ki...@gmail.com changed: What|Removed |Added CC||rahaga.rahandr...@gmail.com ---

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

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 42772, which changed state. Bug 42772 Summary: Launch of Libreoffice 3.4.4 impossible after update from version 3.4.1 https://bugs.freedesktop.org/show_bug.cgi?id=42772 What|Old Value

[Libreoffice-bugs] [Bug 46105] program crash on or after load of danish dictionary at startup

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46105 liam.ki...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Libreoffice-bugs] [Bug 38913] Libreoffice applications crash - MSVCR90.dll

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38913 liam.ki...@gmail.com changed: What|Removed |Added CC||patle...@gmail.com --- Comment

[Libreoffice-bugs] [Bug 46140] Files not overwritten during upgrade result in crash citing msvcr90.dll

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46140 liam.ki...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Libreoffice-bugs] [Bug 38913] Libreoffice applications crash - MSVCR90.dll

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38913 --- Comment #12 from liam.ki...@gmail.com 2012-02-17 00:24:06 PST --- *** Bug 46140 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Libreoffice-bugs] [Bug 38913] Libreoffice crashes at startup after upgrade citing msvcr.dll

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38913 liam.ki...@gmail.com changed: What|Removed |Added Summary|Libreoffice applications|Libreoffice crashes at

[Libreoffice-bugs] [Bug 38913] Libreoffice crashes when loading Danish dictionary at startup citing msvcr.dll after upgrade

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38913 liam.ki...@gmail.com changed: What|Removed |Added Summary|Libreoffice crashes at |Libreoffice crashes when

[Libreoffice-bugs] [Bug 38913] Libreoffice crashes when loading Danish dictionary at startup citing msvcr90.dll after upgrade

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38913 liam.ki...@gmail.com changed: What|Removed |Added Summary|Libreoffice crashes when|Libreoffice crashes when

[Libreoffice-bugs] [Bug 46050] PageDown after Shift removes selection

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46050 --- Comment #1 from Dotan Cohen freedesktop-...@dotancohen.com 2012-02-17 00:46:27 PST --- I have discovered that I can only reproduce this bug with .doc files from a particular sender while in web layout mode and with comments and change

[Libreoffice-bugs] [Bug 46050] PageDown after Shift removes selection

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46050 Dotan Cohen freedesktop-...@dotancohen.com changed: What|Removed |Added Status|NEW |NEEDINFO

[Libreoffice-bugs] [Bug 46050] PageDown after Shift removes selection

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46050 --- Comment #3 from Dotan Cohen freedesktop-...@dotancohen.com 2012-02-17 00:48:00 PST --- Reminder to future self: Ncerff Ceb CUC ZIP puncgref 1, 2 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Libreoffice-bugs] [Bug 46214] New: FILEOPEN: opening password protected pdf never ask for the password and starts with file containing This PDF file is encrypted and can't be opened.

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46214 Bug #: 46214 Summary: FILEOPEN: opening password protected pdf never ask for the password and starts with file containing This PDF file is encrypted and can't be opened.

[Libreoffice-bugs] [Bug 46215] New: Regression on the cmd : libreoffice -headless -convert-to html my_file.csv

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46215 Bug #: 46215 Summary: Regression on the cmd : libreoffice -headless -convert-to html my_file.csv Classification: Unclassified Product: LibreOffice Version: LibO 3.4.3 release

[Libreoffice-bugs] [Bug 46184] [Calc] [AutoFilter] Option Copy results to ... remains activated in AutoFilter

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46184 --- Comment #1 from pierre-yves samyn pierre-yves.sa...@laposte.net 2012-02-17 01:18:11 PST --- Hello I confirm with LibO 3.5 Windows 7 64 bits Steps to reproduce : 1. Open the attached spreadsheet (Sheet1 contains data with Autofilter on)

[Libreoffice-bugs] [Bug 46184] [Calc] [AutoFilter] Option Copy results to ... remains activated in AutoFilter

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46184 --- Comment #2 from pierre-yves samyn pierre-yves.sa...@laposte.net 2012-02-17 01:19:48 PST --- Created attachment 57193 -- https://bugs.freedesktop.org/attachment.cgi?id=57193 Testing spreadsheet -- Configure bugmail:

[Libreoffice-bugs] [Bug 44260] Crash after inactivity/switch to other program

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44260 --- Comment #20 from Petr Mladek pmla...@suse.cz 2012-02-17 01:30:16 PST --- Does it help you to run LO with fresh user configuration? IMPORTANT: Please, do not remove the old configuration. Just rename the directory. Also, please stop LO

[Libreoffice-bugs] [Bug 44260] Crash after inactivity/switch to other program

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44260 Petr Mladek pmla...@suse.cz changed: What|Removed |Added Status|REOPENED|NEEDINFO -- Configure

[Libreoffice-bugs] [Bug 46216] New: insert col/row buttons have confusing bitmap

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46216 Bug #: 46216 Summary: insert col/row buttons have confusing bitmap Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release Platform: Other OS/Version: All

[Libreoffice-bugs] [Bug 46089] Impress: objects in a group look ugly in slideshow

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46089 --- Comment #1 from richard_g richard.gre...@onera.fr 2012-02-17 01:44:50 PST --- Created attachment 57195 -- https://bugs.freedesktop.org/attachment.cgi?id=57195 Test file with one slide that contains a group of graphic objects Test odp file

[Libreoffice-bugs] [Bug 46089] Impress: objects in a group look ugly in slideshow

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46089 --- Comment #2 from richard_g richard.gre...@onera.fr 2012-02-17 01:47:21 PST --- Created attachment 57196 -- https://bugs.freedesktop.org/attachment.cgi?id=57196 Screenshot of slideshow with LibreOffice 345 Screenshot of slide show of the

[Libreoffice-bugs] [Bug 46089] Impress: objects in a group look ugly in slideshow

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46089 --- Comment #3 from richard_g richard.gre...@onera.fr 2012-02-17 01:49:10 PST --- Created attachment 57197 -- https://bugs.freedesktop.org/attachment.cgi?id=57197 Screenshot of slideshow with LibreOffice 350 Screenshot of slideshow of the

[Libreoffice-bugs] [Bug 46218] New: EDITING: AutoSpellcheck stops working when language selected is English(India)

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46218 Bug #: 46218 Summary: EDITING: AutoSpellcheck stops working when language selected is English(India) Classification: Unclassified Product: LibreOffice Version: LibO 3.4.4

[Libreoffice-bugs] [Bug 46201] Choose extra languages in Windows Installer typical installation - Spanish and others

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46201 Toni Hermoso Pulido toni...@softcatala.cat changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 46208] VIEWING: all comments sometimes vanish for short moment

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46208 Matthew Francis fdb...@neosheffield.co.uk changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 45540] : Changing between Documents not Possible if Dialog Boxes are Displayed

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45540 --- Comment #1 from harald-koes...@htp-tel.de 2012-02-17 01:57:27 PST --- Bug also in 3.5.0 release. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the

[Libreoffice-bugs] [Bug 38913] Libreoffice crashes when loading Danish dictionary at startup citing msvcr90.dll after upgrade

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38913 --- Comment #13 from fuggi w...@gmx.de 2012-02-17 02:00:21 PST --- I strongly doubt that this bug has anything to do with the Danish dictionary as it is not even installed on my LO installations. Hence, I recommend to use the previous bug title

[Libreoffice-bugs] [Bug 46219] New: EDITING: distorted objects

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46219 Bug #: 46219 Summary: EDITING: distorted objects Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release Platform: Other OS/Version: All Status:

[Libreoffice-bugs] [Bug 38913] Libreoffice crashes when loading Danish dictionary at startup citing msvcr90.dll after upgrade

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38913 --- Comment #14 from patle...@gmail.com 2012-02-17 02:07:44 UTC --- I also doubt that it has anything to do with the danish dic, but if you cannot provide evidence against it we cannot rule it out completely. I also don't think that Java7 has

[Libreoffice-bugs] [Bug 46220] New: Copy/Paste from Calc to Thunderbird/Postbox lock

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46220 Bug #: 46220 Summary: Copy/Paste from Calc to Thunderbird/Postbox lock Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release Platform: All OS/Version: Mac

[Libreoffice-bugs] [Bug 43373] VIEWING the TOC (Table of Contents) will crash the Writer

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43373 --- Comment #2 from sasha.libreoff...@gmail.com 2012-02-17 02:17:27 PST --- http://odf-validator.rhcloud.com/ writes this error: TOC crash.odt/styles.xml[2,20757]: Error: unexpected attribute style:layout-grid-snap-to-characters -- Configure

[Libreoffice-bugs] [Bug 38932] Editing hyperlink crashes Writer

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38932 --- Comment #6 from theWebalyst freedesk...@happybeing.com 2012-02-17 02:23:19 PST --- I'm not touching 3.5 until it is hardened - I tried RC3 and within seconds of editing a spreadsheet in it Calc 3.5 crashed, so I have reverted to 3.4. My

[Libreoffice-bugs] [Bug 46221] New: Simplify file open dialog

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46221 Bug #: 46221 Summary: Simplify file open dialog Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release Platform: x86 (IA32) OS/Version: Linux (All)

[Libreoffice-bugs] [Bug 46222] New: : FILE NEW: Cannot create new doc based on template

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46222 Bug #: 46222 Summary: : FILE NEW: Cannot create new doc based on template Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release Platform: Other

[Libreoffice-bugs] [Bug 38932] Editing hyperlink crashes Writer

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38932 --- Comment #7 from sasha.libreoff...@gmail.com 2012-02-17 02:31:16 PST --- I tried RC3 and within seconds of editing a spreadsheet in it Calc 3.5 crashed It is very interesting. This crash was reproducible by doing the same thing again or it

[Libreoffice-bugs] [Bug 46102] script dispatch java extensions are broken

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46102 clio fyv...@ya.ru changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Libreoffice-bugs] [Bug 46102] script dispatch java extensions are broken

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46102 clio fyv...@ya.ru changed: What|Removed |Added Keywords||regression -- Configure bugmail:

[Libreoffice-bugs] [Bug 43419] Accessing Writer with unoconv changes the configuration

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43419 sasha.libreoff...@gmail.com changed: What|Removed |Added CC||sasha.libreoff...@gmail.com

[Libreoffice-bugs] [Bug 33634] VIEWING: No difference between cell border 0, 5pt and 1, 0pt

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33634 --- Comment #11 from Milos Sramek msrame...@gmail.com 2012-02-17 02:44:59 PST --- +1 for this bug, I confirm in 3.5.0rc3 on Linux. Simultaneously, I propose to change its category it to CRITICAL. We are in the process of moving to LO from MSO

[Libreoffice-bugs] [Bug 44026] MAILMERGE: Writer crashes after sending the first out of four mass mails

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44026 sasha.libreoff...@gmail.com changed: What|Removed |Added CC||sasha.libreoff...@gmail.com

[Libreoffice-bugs] [Bug 38932] Editing hyperlink crashes Writer

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38932 --- Comment #8 from theWebalyst freedesk...@happybeing.com 2012-02-17 02:57:25 UTC --- Sasha, I'm sorry but I don't have much more information. I had work to do and so uninstalled 3.5 immediately. Here is what I know... What I was doing was

[Libreoffice-bugs] [Bug 46223] New: Layout problem of localized help of Presenters Screen

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46223 Bug #: 46223 Summary: Layout problem of localized help of Presenters Screen Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release Platform: Other

[Libreoffice-bugs] [Bug 46223] Layout problem of localized help of Presenters Screen

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46223 --- Comment #1 from Andras Timar tima...@gmail.com 2012-02-17 03:05:24 PST --- Created attachment 57203 -- https://bugs.freedesktop.org/attachment.cgi?id=57203 German screenshot - too small -- Configure bugmail:

[Libreoffice-bugs] [Bug 46223] Layout problem of localized help of Presenters Screen

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46223 --- Comment #2 from Andras Timar tima...@gmail.com 2012-02-17 03:05:50 PST --- Created attachment 57204 -- https://bugs.freedesktop.org/attachment.cgi?id=57204 Hunagrian screenshot - too big -- Configure bugmail:

[Libreoffice-bugs] [Bug 46223] Layout problem of localized help of Presenters Screen

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46223 --- Comment #3 from Andras Timar tima...@gmail.com 2012-02-17 03:06:48 PST --- Created attachment 57205 -- https://bugs.freedesktop.org/attachment.cgi?id=57205 Chinese screenshot - too big -- Configure bugmail:

[Libreoffice-bugs] [Bug 44352] Unable to run Writer without Java without first installing Java

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44352 sasha.libreoff...@gmail.com changed: What|Removed |Added CC||sasha.libreoff...@gmail.com

[Libreoffice-bugs] [Bug 46166] EasyHack: remove obsolete MSFilterTracer ...

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46166 --- Comment #2 from Szabolcs Dézsi dezsisz...@hotmail.com 2012-02-17 03:33:50 PST --- oh it seems there was a few reference to msfiltertracer in sd module too :S -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Libreoffice-bugs] [Bug 44439] EDITING: LibreOffice Writer random crashes

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44439 sasha.libreoff...@gmail.com changed: What|Removed |Added CC||sasha.libreoff...@gmail.com

[Libreoffice-bugs] [Bug 44625] Set Navigator Visibility Separately for each App (Calc, Writer, Impress)

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44625 sasha.libreoff...@gmail.com changed: What|Removed |Added CC||sasha.libreoff...@gmail.com

[Libreoffice-bugs] [Bug 44646] Abbruch beim Aufruf eines Formulars im Writer-Format

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44646 sasha.libreoff...@gmail.com changed: What|Removed |Added CC||sasha.libreoff...@gmail.com

[Libreoffice-bugs] [Bug 44646] Abbruch beim Aufruf eines Formulars im Writer-Format

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44646 --- Comment #2 from sasha.libreoff...@gmail.com 2012-02-17 04:02:12 PST --- @ Rainer Please, help to reproduce this crash -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Libreoffice-bugs] [Bug 44773] Writer EDITING or UI: impossible change hight of row in table using mouse

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44773 sasha.libreoff...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0

[Libreoffice-bugs] [Bug 43419] Accessing Writer with unoconv changes the configuration

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43419 --- Comment #4 from Dag Wieers d...@wieers.com 2012-02-17 04:12:57 PST --- I just tested this myself, and I cannot reproduce this with LibreOffice 3.4.5 or LibreOffice 3.5.0. I can however reproduce this with OpenOffice 3.2.1, where without

[Libreoffice-bugs] [Bug 46167] CONFIGURATION: improber registry of 6 Inprocserver32

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46167 Andras Timar tima...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 38932] Editing hyperlink crashes Writer

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38932 --- Comment #9 from sasha.libreoff...@gmail.com 2012-02-17 04:26:06 PST --- Thanks for information. I will try to reproduce problem. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Libreoffice-bugs] [Bug 43419] Accessing Writer with unoconv changes the configuration

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43419 --- Comment #5 from sasha.libreoff...@gmail.com 2012-02-17 04:30:25 PST --- Thanks for information and additional testing. So, problem fixed in last versions? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Libreoffice-bugs] [Bug 46224] New: Interprocess communication via CLI nonfunctional

2012-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46224 Bug #: 46224 Summary: Interprocess communication via CLI nonfunctional Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release Platform: x86-64 (AMD64)

<    1   2   3   4   >