[Libreoffice-commits] .: Branch 'libreoffice-3-6' - xmloff/source

2012-08-04 Thread Ivan Timofeev
xmloff/source/style/PageMasterImportPropMapper.cxx | 103 ++--- 1 file changed, 52 insertions(+), 51 deletions(-) New commits: commit eb42588dcdfe27df5812f9f41b56022e0d5b4cf4 Author: Michael Stahl mst...@redhat.com Date: Fri Aug 3 21:09:34 2012 +0200 fdo#38056: fix

Re: [PUSHED 3-6][REVIEW][3-5-6] regression in fix for fdo#38056

2012-08-04 Thread Ivan Timofeev
On 04.08.2012 01:35, Michael Stahl wrote: this is a rather stupid regression in 3.5.6, introduced by the fix for fdo#38056 which can cause crashes because the invalidation is in the wrong place please push the fix to libreoffice-3-5-6 and libreoffice-3-6

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - xmloff/source

2012-08-04 Thread Ivan Timofeev
xmloff/source/style/PageMasterImportPropMapper.cxx | 103 ++--- 1 file changed, 52 insertions(+), 51 deletions(-) New commits: commit 3347e2644f44d4a4165d594126bcd1c924b82a9a Author: Michael Stahl mst...@redhat.com Date: Fri Aug 3 21:09:34 2012 +0200 fdo#38056: fix

Re: [PUSHED 3-6 3-5][REVIEW][3-5-6] regression in fix for fdo#38056

2012-08-04 Thread Ivan Timofeev
On 04.08.2012 10:36, Ivan Timofeev wrote: On 04.08.2012 01:35, Michael Stahl wrote: this is a rather stupid regression in 3.5.6, introduced by the fix for fdo#38056 which can cause crashes because the invalidation is in the wrong place please push the fix to libreoffice-3-5-6 and

Re: [PUSHED] fdo#48549 System::Beep() removal

2012-08-04 Thread Ivan Timofeev
Adding [PUSHED] to the subject. http://cgit.freedesktop.org/libreoffice/core/commit/?id=85cb9084533605657aca0394afe4516058a8e4ef ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

gcov/lcov run on LibreOffice

2012-08-04 Thread John Smith
On Mon, Jul 30, 2012 at 4:49 PM, bfo bfo.bugm...@spamgourmet.com wrote: This is a very interesting report to read. Maybe after you are done with this you will be interested in playing with gcov/lcov - code coverage report tool? Thread with some resources is here:

Re: gcov/lcov run on LibreOffice

2012-08-04 Thread Matúš Kukan
On 4 August 2012 09:50, John Smith lbalba...@gmail.com wrote: I just tried to 'make test' after I ran './configure --with-system-libs', and I get the following error: You can't just run 'make test'. test/ is module as others and you can build it separately only after full 'make'. Maybe you want

[GSOC-UPDATE](03.08) Impress Remote

2012-08-04 Thread Andrzej J. R. Hunt
Hi everyone, A slightly delayed status update of yesterday: - Implemented the server selection screen. - Added server caching and deletion to the backend. - rebased onto master The last item is still causing some issues (not commited yet..) -- intially I tried a debug build, but this failed on

Re: gcov/lcov run on LibreOffice

2012-08-04 Thread John Smith
On Sat, Aug 4, 2012 at 10:55 AM, Matúš Kukan matus.ku...@gmail.com wrote: On 4 August 2012 09:50, John Smith lbalba...@gmail.com wrote: I just tried to 'make test' after I ran './configure --with-system-libs', and I get the following error: You can't just run 'make test'. test/ is module as

Re: gcov/lcov run on LibreOffice

2012-08-04 Thread John Smith
Hi, While attempting to set up my build dir for gcov/lcov Im running into a compile error that I cannot explain My configure and make lines were (if that's relevant) : ./configure --enable-debug --with-system-libcmis=no --with-system-saxon=no --with-system-libs CFLAGS+='-fprofile-arcs

[Libreoffice-commits] .: 2 commits - sc/source

2012-08-04 Thread Ivan Timofeev
sc/source/ui/app/inputwin.cxx | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) New commits: commit 8e9f9afbe6eb9d676e678f208db48f30a6561af1 Author: Ivan Timofeev timofeev@gmail.com Date: Sat Aug 4 17:29:06 2012 +0400 calc input line: don't reset the scrollbar

Re: [GSOC-UPDATE](03.08) Impress Remote

2012-08-04 Thread Andrzej J. R. Hunt
Hi again, Everything now builds, courtesy of adding the following to the correct build file: $(eval $(call gb_Library_use_externals,sd,\ libxml2 \ )) I'm not entirely sure why this should be done when I'm not using libxml directly -- I'm going to try and look for what has changed in master

[Libreoffice-commits] .: 2 commits - editeng/source sc/source sfx2/source svx/source sw/source

2012-08-04 Thread Bjoern Michaelsen
editeng/source/items/textitem.cxx | 13 - sc/source/core/data/stlsheet.cxx|4 +--- sfx2/source/control/bindings.cxx|2 +- svx/source/sdr/properties/defaultproperties.cxx |2 +- svx/source/unodraw/unoshape.cxx

[PATCH] fix WhichRange management in SfxItemSet

2012-08-04 Thread Gerrit
From Björn Michaelsen bjoern.michael...@canonical.com: Björn Michaelsen has uploaded a new change for review. Change subject: fix WhichRange management in SfxItemSet .. fix WhichRange management in SfxItemSet * Remove

Re: Change in core[master]: Translate German comments in sw/source/core/docnode/ndcopy.c...

2012-08-04 Thread Philipp Riemer
Hey Bertrand, 2012/8/4 Gerrit ger...@gerrit.libreoffice.org: From Bertrand Lorentz bertrand.lore...@gmail.com: Hello Philipp Riemer, I'd like you to reexamine a change. Please visit https://gerrit.libreoffice.org/365 to look at the new patch set (#3). Change subject: Translate

License statement for Bertrand Lorentz

2012-08-04 Thread Bertrand Lorentz
All of my past and future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. -- Bertrand Lorentz ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: gcov/lcov run on LibreOffice

2012-08-04 Thread Norbert Thiebaud
On Sat, Aug 4, 2012 at 6:13 AM, John Smith lbalba...@gmail.com wrote: Hi, While attempting to set up my build dir for gcov/lcov Im running into a compile error that I cannot explain My configure and make lines were (if that's relevant) : ./configure --enable-debug --with-system-libcmis=no

[Libreoffice-commits] .: 5 commits - filter/source registry/source registry/tools unodevtools/source xmloff/source xmlsecurity/source

2012-08-04 Thread Arnaud Versini
filter/source/pdf/impdialog.cxx |5 +- registry/source/keyimpl.cxx | 21 +- registry/source/reflwrit.cxx |2 registry/source/regimpl.cxx

Re: feature/gbuild_ure needs testing

2012-08-04 Thread Norbert Thiebaud
on mac I get: [ build LNK ] CppunitTest/libtest_svl_lngmisc.dylib error: no simple registry service! dying... make[2]: *** [/Volumes/Raid0/rel/workdir/unxmacxi.pro/CustomTarget/testtools/uno_test.done] Error 1 make[2]: *** Waiting for unfinished jobs /bin/sh: line 1: 78722 Abort trap

Re: gcov/lcov run on LibreOffice

2012-08-04 Thread John Smith
On Sat, Aug 4, 2012 at 5:50 PM, Norbert Thiebaud nthieb...@gmail.com wrote: missing -lgcov at link time ? Norbert Thanks: I indeed did not add LDFLAGS+='-lgcov'. But now, even when I specify that for make, I still see these errors (see attachment) as soon as I run ./configure

Re: feature/gbuild_ure needs testing

2012-08-04 Thread Norbert Thiebaud
on windows: I needed: $ git diff diff --git a/solenv/gbuild/CliLibrary.mk b/solenv/gbuild/CliLibrary.mk index 36352b7..d4f6841 100644 --- a/solenv/gbuild/CliLibrary.mk +++ b/solenv/gbuild/CliLibrary.mk @@ -20,17 +20,17 @@ gb_CliLibraryTarget_CSCFLAGS_DEBUG := \ -define:DEBUG \

Re: feature/gbuild_ure needs testing

2012-08-04 Thread Norbert Thiebaud
arghh the previous diff got mangled.. here is a corrected version: --- a/solenv/gbuild/CliLibrary.mk +++ b/solenv/gbuild/CliLibrary.mk @@ -20,17 +20,17 @@ gb_CliLibraryTarget_CSCFLAGS_DEBUG := \ -define:DEBUG \ -define:TRACE \ -define gb_CliLibraryTarget__get_csflags + ifeq

Re: gcov/lcov run on LibreOffice

2012-08-04 Thread John Smith
Hrm. Looks like I cheered to soon. :( Even if I dont specify '--with-system-libs', and do specify LDFLAGS+='-lgcov', I still get the errors although they appear at a later stage during make. - John ___ LibreOffice mailing list

Re: gcov/lcov run on LibreOffice

2012-08-04 Thread John Smith
On Sat, Aug 4, 2012 at 7:41 PM, John Smith lbalba...@gmail.com wrote: Hrm. Looks like I cheered to soon. :( Even if I dont specify '--with-system-libs', and do specify LDFLAGS+='-lgcov', I still get the errors although they appear at a later stage during make. - John Sorry,

[PATCH] code cleanup

2012-08-04 Thread Gerrit
From Rob Snelders libreoff...@ertai.nl: Rob Snelders has uploaded a new change for review. Change subject: code cleanup .. code cleanup Change-Id: Ib154cd53253e4d802d13a024a20f6c34d499e672 --- M

Re: [PATCH] code cleanup

2012-08-04 Thread Rob Snelders
Hi All, I have cleaned this up after an email from Tor (see attachment) explaining what needs to be done to clean it up. When something needs to be different then please let me know, as there are more a-like classes and I want to clean those up the same way, but I want to verify if this is ok

Tomorrow's Triaging

2012-08-04 Thread Joel Madero
Hi All, Tomorrow morning I'll be opening up an IRC room (#libreoffice-qa) at 9am (GMT-7). Starting at 9:30 (GMT-7) we're just going to spend an hour going through unconfirmed bugs and trying to confirm them and prioritize them. I suspect the first 10-15 minutes will be organizational, I've

Re: feature/gbuild_ure needs testing

2012-08-04 Thread Norbert Thiebaud
ok so now windows fail with C:/lo/core/solenv/gbuild/Package.mk:44: *** gb_Deliver_deliver: file does not exist in solver, and cannot be delivered: C:/lo/core/solver/wntmsci12.pro/bin/cliuno.snk. Stop. make[2]: *** Waiting for unfinished jobs the following seens to fix that: diff --git

android / activation helpers / return values ?

2012-08-04 Thread Michael Meeks
Hi there, I was just trying to chase down the reason why custom shapes would bust loading in the android port; still not quite to the bottom of why they initialize these language-checkers so early ;-) but - the attached fixes it and prints: No ExtensionManager: exception

[Libreoffice-commits] .: 2 commits - Makefile.top svl/inc svl/source

2012-08-04 Thread Michael Stahl
Makefile.top |4 +- svl/inc/svl/brdcst.hxx | 11 ++- svl/source/notify/brdcst.cxx | 67 ++- 3 files changed, 53 insertions(+), 29 deletions(-) New commits: commit 2a26650105507cd700b7e91bd55c8a5f61e7dd7c Author: Michael

Re: gcov/lcov run on LibreOffice

2012-08-04 Thread John Smith
Submitted Bug 53129 for this issue. https://bugs.freedesktop.org/show_bug.cgi?id=53129 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] .: 7 commits - sc/source tubes/inc tubes/Package_inc.mk tubes/qa tubes/source

2012-08-04 Thread Matus Kukan
sc/source/ui/collab/sccollaboration.cxx | 11 +- sc/source/ui/collab/sendfunc.cxx | 101 ++ sc/source/ui/collab/sendfunc.hxx | 22 sc/source/ui/inc/sccollaboration.hxx |1 tubes/Package_inc.mk

[Libreoffice-commits] .: tubes/inc

2012-08-04 Thread Matus Kukan
tubes/inc/tubes/conference.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6c946727a87374366f66cb39861b0142bd148a54 Author: Matúš Kukan matus.ku...@gmail.com Date: Sun Aug 5 00:27:04 2012 +0200 tubes: fix build Change-Id:

Re: [Libreoffice-qa] minutes of ESC call ...

2012-08-04 Thread Jochen
Hi *, can you please put the TOP problems/bgus with LO in LO3.6.0 on the agenda for the next call (see e.g. [1]). [1] https://bugs.freedesktop.org/show_bug.cgi?id=53115 Regards Jochen ___ List Name: Libreoffice-qa mailing list Mail address:

[Libreoffice-qa] Tomorrow's Triaging

2012-08-04 Thread Joel Madero
Hi All, Tomorrow morning I'll be opening up an IRC room (#libreoffice-qa) at 9am (GMT-7). Starting at 9:30 (GMT-7) we're just going to spend an hour going through unconfirmed bugs and trying to confirm them and prioritize them. I suspect the first 10-15 minutes will be organizational, I've

[Libreoffice-qa] OLE Objects and Impress/Draw

2012-08-04 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi The context menu of an OLE object inside Impress or Draw shows OLE Object entry. However, clicking on it does absolutely nothing (since LO 3.3). What this entry is supposed to do? (I tried with a Calc range pasted in Impress as calc8 object) It

Re: [Libreoffice-qa] Online update in 3.6

2012-08-04 Thread Pedro
Jan Holesovsky wrote I plan to remove the RC information from there when the 3.6 is final, and will present just 3.6.0 in the update dialog. I think the testers of the pre-release versions know what is going on, and the real users will not see that, so I hope we are good :-) Remove

[Libreoffice-bugs] [Bug 40254] Combo Box properties in form editing mode do not display count field

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40254 rob...@familiegrosskopf.de changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 53113] DOCX filter loses shape containing text

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53113 --- Comment #1 from ape os...@yandex.ru 2012-08-04 06:17:48 UTC --- I think that there are such errors Writer: a) Information about shapes (into DOCX file) is read incorrectly or not read. b) Text box of shapes are not passed into the DOCX file.

[Libreoffice-bugs] [Bug 33491] Database not storing last field entry using ENTER or TAB.

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33491 rob...@familiegrosskopf.de changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 38667] Syntax error: 9.99 vs 9, 99 (SQL Status: HY000)

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38667 rob...@familiegrosskopf.de changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #11 from

[Libreoffice-bugs] [Bug 38667] Query-Wizard produces syntax error: 9.99 vs 9, 99 (SQL Status: HY000)

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38667 rob...@familiegrosskopf.de changed: What|Removed |Added Summary|Syntax error: 9.99 vs 9,99 |Query-Wizard produces

[Libreoffice-bugs] [Bug 53115] New: EDITING: Wizards destroys *.odb

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53115 Bug #: 53115 Summary: EDITING: Wizards destroys *.odb Classification: Unclassified Product: LibreOffice Version: 3.6.0.4 rc Platform: x86 (IA32) OS/Version: Linux (All)

[Libreoffice-bugs] [Bug 53116] New: VIEWING: LO consume 100% CPU opening Huawei NGN/IMS presentation

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53116 Bug #: 53116 Summary: VIEWING: LO consume 100% CPU opening Huawei NGN/IMS presentation Classification: Unclassified Product: LibreOffice Version: 3.7.0.0.alpha0+ Master

[Libreoffice-bugs] [Bug 53116] VIEWING: LO consume 100% CPU opening Huawei NGN/IMS presentation

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53116 --- Comment #1 from ojab o...@ojab.ru 2012-08-04 07:23:59 UTC --- Presentation file is too large (7,9 Mb), you can download it from http://ojab.ru/huawei.pps -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Libreoffice-bugs] [Bug 53115] EDITING: Wizards destroys *.odb

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53115 rob...@familiegrosskopf.de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0

[Libreoffice-bugs] [Bug 53115] EDITING: Wizards destroys *.odb

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53115 rob...@familiegrosskopf.de changed: What|Removed |Added Priority|medium |highest -- Configure

[Libreoffice-bugs] [Bug 53115] EDITING: Wizards destroy *.odb-files

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53115 rob...@familiegrosskopf.de changed: What|Removed |Added Summary|EDITING: Wizards destroys |EDITING: Wizards destroy

[Libreoffice-bugs] [Bug 34124] On dual screen setup, Base insists on opening windows on the small laptop screen

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34124 Jochen d...@jochenschiffers.de changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever

[Libreoffice-bugs] [Bug 38667] Query-Wizard produces syntax error: 9.99 vs 9, 99 (SQL Status: HY000)

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38667 --- Comment #12 from Jochen d...@jochenschiffers.de 2012-08-04 07:38:11 UTC --- (In reply to comment #11) Hi Robert, I would change the title of this bug. IMHO you have changed. Right? -- Configure bugmail:

[Libreoffice-bugs] [Bug 41036] LO Base does not allow COALESCE() SQL function to be passed to SQL server

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41036 Jochen d...@jochenschiffers.de changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever

[Libreoffice-bugs] [Bug 39417] not creating nor viewing Forms

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39417 Jochen d...@jochenschiffers.de changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever

[Libreoffice-bugs] [Bug 37333] EDITING: can't add rows to tables containing unique fields

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37333 Jochen d...@jochenschiffers.de changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever

[Libreoffice-bugs] [Bug 49147] : LibreOffice Base locks up and has trouble closing.

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49147 Jochen d...@jochenschiffers.de changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever

[Libreoffice-bugs] [Bug 49145] EDITING: LibreOffice Base should use dropdown list to input fields having a foreign key

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49145 Jochen d...@jochenschiffers.de changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 46612] Functionality Request: Charts in Base

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46612 Jochen d...@jochenschiffers.de changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 34467] FORMATTING Fit to Frame for text boxes is broken

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34467 --- Comment #10 from Rodolfo rodolf...@gmail.com 2012-08-04 07:52:31 UTC --- So maybe this is related to Bug 49618? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Libreoffice-bugs] [Bug 52410] Conditional Formatting of rows does not work if cell contains formula

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52410 --- Comment #4 from Roman Eisele b...@eikota.de 2012-08-04 07:52:52 UTC --- Created attachment 65110 -- https://bugs.freedesktop.org/attachment.cgi?id=65110 Screenshot of ZKB Kapitalgewinn, LibO 3.5.5.3 MacOS X (In reply to comment #3) I

[Libreoffice-bugs] [Bug 53117] New: cann't paste all if the paragraph include esc and /esc code in a netpage

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53117 Bug #: 53117 Summary: cann't paste all if the paragraph include esc and /esc code in a netpage Classification: Unclassified Product: LibreOffice Version: 3.5.4 release

[Libreoffice-bugs] [Bug 35079] EDITING: Drawing element completely in mouse selection frame not selected

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079 --- Comment #20 from Lennard Wasserthal wassert...@nefkom.net 2012-08-04 08:22:50 UTC --- Solved! I found out that if you Change in drawinglayer/source/primitive2d/baseprimitive2d.cxx# Line Nr about 127 in my git Function

[Libreoffice-bugs] [Bug 52410] Conditional Formatting of rows does not work if cell contains formula

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52410 --- Comment #5 from jean-paul.h...@gmx.net 2012-08-04 09:20:34 UTC --- Hi Roman All cells which do not have a formula are affected (A, B, C). As soon as I enter a date in column A the formatting for that cell is lost. The same happens if I enter

[Libreoffice-bugs] [Bug 52410] Conditional Formatting of rows does not work if cell contains formula

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52410 --- Comment #6 from jean-paul.h...@gmx.net 2012-08-04 09:22:00 UTC --- Created attachment 65112 -- https://bugs.freedesktop.org/attachment.cgi?id=65112 Calc file showing the behavior -- Configure bugmail:

[Libreoffice-bugs] [Bug 39596] use the CLang++ static analyser to find bugs

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39596 --- Comment #14 from John Smith lbalba...@gmail.com 2012-08-04 10:24:04 UTC --- Please do note that the C++ *analyzer* (not the compiler) is still very much regarded as a 'work-in-progress' at this point in time (2012-08-01), so you are likely

[Libreoffice-bugs] [Bug 51686] FORMATTING Background Colour No Fill and Font Colour Automatic cause LibreOffice to crash on MacOS X when RightZoom is installed

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51686 --- Comment #10 from Roman Eisele b...@eikota.de 2012-08-04 10:35:21 UTC --- Created attachment 65116 -- https://bugs.freedesktop.org/attachment.cgi?id=65116 LibO 3.5.6.1 Font Color crash log (MacOS X 10.6.8, Intel, RightZoom running) I'm

[Libreoffice-bugs] [Bug 51686] FORMATTING Background Colour No Fill and Font Colour Automatic cause LibreOffice to crash on MacOS X when RightZoom is installed

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51686 --- Comment #11 from Roman Eisele b...@eikota.de 2012-08-04 10:36:46 UTC --- Created attachment 65117 -- https://bugs.freedesktop.org/attachment.cgi?id=65117 LibO 3.5.6.1 Highlighting Color crash log Attached you find the MacOS X log file

[Libreoffice-bugs] [Bug 51686] FORMATTING Background Colour No Fill and Font Colour Automatic cause LibreOffice to crash on MacOS X when RightZoom is installed

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51686 --- Comment #12 from Roman Eisele b...@eikota.de 2012-08-04 10:37:37 UTC --- Created attachment 65118 -- https://bugs.freedesktop.org/attachment.cgi?id=65118 LibO 3.5.6.1 (paragraph) Background Color crash log Attached you find the MacOS X log

[Libreoffice-bugs] [Bug 47368] Many crashes when accessibility enabled on MacOS X

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47368 --- Comment #68 from Roman Eisele b...@eikota.de 2012-08-04 10:51:43 UTC --- (In reply to comment #66) (In reply to comment #65) if there's good feedback for the patch (and yes it's hard to see how the color selector change could fix any mac

[Libreoffice-bugs] [Bug 52603] Excel Visual Basic compatibility issue in LibreOffice Calc: Application.ScreenUpdating = False does not work!

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52603 tor24_1975...@t-online.de changed: What|Removed |Added Summary|Excel Visual Basic code |Excel Visual Basic

[Libreoffice-bugs] [Bug 52602] Excel Visual Basic compatibility issue in LibreOffice Calc: NumberFormat to date/time

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52602 tor24_1975...@t-online.de changed: What|Removed |Added Summary|Excel Visual Basic code |Excel Visual Basic

[Libreoffice-bugs] [Bug 52601] Excel Visual Basic compatibility issue in LibreOffice Calc: If Not ... Like … Then

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52601 tor24_1975...@t-online.de changed: What|Removed |Added Summary|Excel Visual Basic code |Excel Visual Basic

[Libreoffice-bugs] [Bug 52600] Excel Visual Basic compatibility issue in LibreOffice Calc: Inserted Calc formula with Excel Visual Basic Code

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52600 tor24_1975...@t-online.de changed: What|Removed |Added Summary|Excel Visual Basic code |Excel Visual Basic

[Libreoffice-bugs] [Bug 51683] FORMATTING: Incorrect table format

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51683 Korrawit Pruegsanusak detective.conan.1...@gmail.com changed: What|Removed |Added Version|3.6.0.4 rc

[Libreoffice-bugs] [Bug 52183] CONFIGURATION: Wrong file association

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52183 --- Comment #1 from ribotb rib...@gmail.com 2012-08-04 12:50:56 UTC --- I confirm on Windows 7 Home Edition SP1 : 1. Uninstall previous version 3.5.5 2. Install 3.6.0.4 : associaations lost (odt, ods, odb) Not delete may user profile. Bernard

[Libreoffice-bugs] [Bug 45771] : Inserting SVG images into a document.

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45771 --- Comment #4 from Poustre Lakos pousta...@yahoo.gr 2012-08-04 12:54:03 UTC --- Created attachment 65119 -- https://bugs.freedesktop.org/attachment.cgi?id=65119 visio svg -- Configure bugmail:

[Libreoffice-bugs] [Bug 45771] : Inserting SVG images into a document.

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45771 --- Comment #5 from Poustre Lakos pousta...@yahoo.gr 2012-08-04 12:54:43 UTC --- Created attachment 65120 -- https://bugs.freedesktop.org/attachment.cgi?id=65120 libreoffice draw svg -- Configure bugmail:

[Libreoffice-bugs] [Bug 53120] New: LibreOffice crash when saving a large file from Writer

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53120 Bug #: 53120 Summary: LibreOffice crash when saving a large file from Writer Classification: Unclassified Product: LibreOffice Version: 3.5.5.3 release Platform: x86-64 (AMD64)

[Libreoffice-bugs] [Bug 45771] : Inserting SVG images into a document.

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45771 Poustre Lakos pousta...@yahoo.gr changed: What|Removed |Added Status|NEEDINFO|REOPENED --

[Libreoffice-bugs] [Bug 53120] LibreOffice crash when saving a large file from Writer

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53120 --- Comment #1 from mic...@nallino.net 2012-08-04 13:00:39 UTC --- Bug is seen with LibreOffice 3.5.5; it did not exist with 3.4.6 version, on the same computer with the same file. -- Configure bugmail:

[Libreoffice-bugs] [Bug 53123] New: UNCONFIRMED - XML displays midway thru document

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53123 Bug #: 53123 Summary: UNCONFIRMED - XML displays midway thru document Classification: Unclassified Product: LibreOffice Version: 3.5.5.2 rc Platform: x86-64 (AMD64) OS/Version:

[Libreoffice-bugs] [Bug 52159] EDITING: error bars lost/transformed

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52159 Rafael Dominguez venccsra...@gmail.com changed: What|Removed |Added AssignedTo|libreoffice-b...@lists.free

[Libreoffice-bugs] [Bug 50527] OLE Chart Creation with missing x-values-column

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50527 Rafael Dominguez venccsra...@gmail.com changed: What|Removed |Added AssignedTo|libreoffice-b...@lists.free

[Libreoffice-bugs] [Bug 53126] New: VIEWING: Base scrolling malfunctioning

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53126 Bug #: 53126 Summary: VIEWING: Base scrolling malfunctioning Classification: Unclassified Product: LibreOffice Version: 3.5.4 release Platform: Other OS/Version: All

[Libreoffice-bugs] [Bug 53126] VIEWING: Base scrolling malfunctioning

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53126 narea92 aren...@videotron.ca changed: What|Removed |Added Platform|Other |x86-64 (AMD64)

[Libreoffice-bugs] [Bug 53089] Numbers from external URL are always interpreted as text

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53089 Jean-Baptiste Faure jbf.fa...@orange.fr changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 53103] FILEOPEN INSERT 'Link to external data' 'Select the language to use for import' does not make a difference with dates/numbers

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53103 joaquin narebeest...@yahoo.com changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 53098] FORMATTING: When entering dates 1/2/* or 1/4/* system interpretes first 2 elements (day/month or month/day according to language) as fractions.

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53098 Jean-Baptiste Faure jbf.fa...@orange.fr changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 53113] DOCX filter loses shape containing text

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53113 ape os...@yandex.ru changed: What|Removed |Added Severity|major |critical -- Configure bugmail:

[Libreoffice-bugs] [Bug 53107] Insert Comment missing after .XLS save and file re-opened

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53107 Jean-Baptiste Faure jbf.fa...@orange.fr changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 53127] New: XForm don't save in file

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53127 Bug #: 53127 Summary: XForm don't save in file Classification: Unclassified Product: LibreOffice Version: unspecified Platform: x86-64 (AMD64) OS/Version: Windows (All)

[Libreoffice-bugs] [Bug 53127] XForm don't save in file

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53127 Francesco massi...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0

[Libreoffice-bugs] [Bug 53127] XForm don't save in file

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53127 Francesco massi...@gmail.com changed: What|Removed |Added Version|unspecified |3.5.5.3 release --

[Libreoffice-bugs] [Bug 53129] New: compile fails when specifying LDFLAGS+='-lgcov' CFLAGS+='-fprofile-arcs -ftest-coverage'

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53129 Bug #: 53129 Summary: compile fails when specifying LDFLAGS+='-lgcov' CFLAGS+='-fprofile-arcs -ftest-coverage' Classification: Unclassified Product: LibreOffice Version:

[Libreoffice-bugs] [Bug 53129] compile fails when specifying LDFLAGS+='-lgcov' CFLAGS/CXXFLAGS+='-fprofile-arcs -ftest-coverage'

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53129 John Smith lbalba...@gmail.com changed: What|Removed |Added Summary|compile fails when |compile fails when

[Libreoffice-bugs] [Bug 52410] Conditional Formatting of rows does not work if cell contains formula

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52410 Roman Eisele b...@eikota.de changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #7 from

[Libreoffice-bugs] [Bug 38840] add coverage analysis to unit tests

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38840 John Smith lbalba...@gmail.com changed: What|Removed |Added Depends on||53129 -- Configure

[Libreoffice-bugs] [Bug 53129] compile fails when specifying LDFLAGS+='-lgcov' CFLAGS/CXXFLAGS+='-fprofile-arcs -ftest-coverage'

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53129 John Smith lbalba...@gmail.com changed: What|Removed |Added Blocks||38840 -- Configure

[Libreoffice-bugs] [Bug 53120] LibreOffice crash when saving a large file from Writer

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53120 Jean-Baptiste Faure jbf.fa...@orange.fr changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 47674] calc: remember settings in dialogs

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47674 Laurent BP jumbo4...@yahoo.fr changed: What|Removed |Added Status|NEW |ASSIGNED

[Libreoffice-bugs] [Bug 40762] EDITING

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40762 Jochen d...@jochenschiffers.de changed: What|Removed |Added Status|REOPENED|RESOLVED

[Libreoffice-bugs] [Bug 44721] Report builder: upon mouse-resize control, (nearly) infinite loop and memory consumption

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44721 Jochen d...@jochenschiffers.de changed: What|Removed |Added Status|REOPENED|NEW

  1   2   >