[Libreoffice-commits] .: sc/source

2012-08-05 Thread Markus Mohrhard
sc/source/filter/xml/xmlcondformat.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 507305afa0d826b7e3cb3cc9a4b389f0ba854638 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sun Aug 5 11:47:19 2012 +0200 use correct string length for between,

[REVIEW-3-6] fix for fdo#53010, use correct length for string

2012-08-05 Thread Markus Mohrhard
Hey, [1] fixes the problem with the is between conditional format. The problem was that I missed one character when I calculated the string length which prevented the import of the values/formulas. Regards, Markus [1]

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Roman Eisele b...@eikota.de changed: What|Removed |Added Depends on||52639 --- Comment #67 from

[PATCH] Modifiying some comments to follow the Doxygen standards

2012-08-05 Thread Gerrit
From Faisal al-otaibi fmalota...@kacst.edu.sa: Faisal al-otaibi has uploaded a new change for review. Change subject: Modifiying some comments to follow the Doxygen standards .. Modifiying some comments to follow the Doxygen

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

2012-08-05 Thread Lubos Lunak
On Sunday 05 of August 2012, Markus Mohrhard wrote: sc/source/filter/xml/xmlcondformat.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 507305afa0d826b7e3cb3cc9a4b389f0ba854638 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sun Aug 5 11:47:19

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

2012-08-05 Thread Lubos Lunak
sc/source/filter/xml/xmlcondformat.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 38d7b11915c9c4e5fcebcb7eb3ae1b2846b26267 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sun Aug 5 11:47:19 2012 +0200 use correct string length for between,

[PUSHED-3-6] Re: [REVIEW-3-6] fix for fdo#53010, use correct length for string

2012-08-05 Thread Lubos Lunak
On Sunday 05 of August 2012, Markus Mohrhard wrote: Hey, [1] fixes the problem with the is between conditional format. The problem was that I missed one character when I calculated the string length which prevented the import of the values/formulas. Pushed. Note that, as I already said in a

[Libreoffice-commits] .: sw/source

2012-08-05 Thread Philipp Riemer
sw/source/core/docnode/ndcopy.cxx | 190 ++ 1 file changed, 91 insertions(+), 99 deletions(-) New commits: commit bf68634a4ee34fb465cf35e019812b3ed48787a4 Author: Bertrand Lorentz bertrand.lore...@gmail.com Date: Fri Aug 3 19:23:57 2012 +0200

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

2012-08-05 Thread Philipp Riemer
Hey Bertrand, 2012/8/4 Bertrand Lorentz bertrand.lore...@gmail.com: Hi, On Sat, Aug 4, 2012 at 4:07 PM, Philipp Riemer ruderphil...@gmail.com wrote: Good work! However, I couldn't find your name on https://wiki.documentfoundation.org/Development/Developers and also no license statement of

Re: [Bug 38840] add coverage analysis to unit tests

2012-08-05 Thread John Smith
On Sun, Aug 5, 2012 at 12:16 PM, bugzilla-dae...@freedesktop.org wrote: https://bugs.freedesktop.org/show_bug.cgi?id=38840 --- Comment #5 from bfoman bfo.bugm...@spamgourmet.com 2012-08-05 10:16:44 UTC --- Seems there is a trace of gcov work in the source already:

[PATCH] Convert documents to follow the doxygen standard

2012-08-05 Thread Gerrit
From Norah A. Abanumay naban...@kacst.edu.sa: Norah A. Abanumay has uploaded a new change for review. Change subject: Convert documents to follow the doxygen standard .. Convert documents to follow the doxygen standard

[Libreoffice-commits] .: vcl/unx

2012-08-05 Thread Julien Nabet
vcl/unx/generic/app/i18n_wrp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4de603d28ce884fb2a3720b6d132465b6dcc98a9 Author: Julien Nabet serval2...@yahoo.fr Date: Sun Aug 5 13:49:37 2012 +0200 Clang:Null pointer passed as an argument to a 'nonnull'

[PUSHED] Re: [REVIEW] Null pointer passed as an argument to a 'nonnull' parameter in vcl/unx/generic/app/i18n_wrp.cxx

2012-08-05 Thread julien2412
Hi, The John Smith's clang report reminded me this thread. I pushed this easy fix on master (see http://cgit.freedesktop.org/libreoffice/core/commit/?id=4de603d28ce884fb2a3720b6d132465b6dcc98a9). I don't know if this part of code is or will be used but it can't do any harm. Julien -- View

[REVIEW-3-6] fix for fdo#52351, remove conditional formatting if all its cells are removed

2012-08-05 Thread Markus Mohrhard
Hey, [1] is mostly a fix for a strange behavior of ScRangeList which affects also conditional formats. ScRangeList did not delete a ScRange if UpdateReference removed all the ScRange cells. The second step of the patch is to remove the conditional formatting if the ScRangeList is empty after

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

2012-08-05 Thread Markus Mohrhard
sc/source/ui/condformat/condformatdlg.cxx | 22 +- sc/source/ui/inc/condformatdlg.hxx|1 + vcl/inc/vcl/edit.hxx |1 + vcl/source/control/edit.cxx | 17 ++--- 4 files changed, 37 insertions(+), 4 deletions(-)

Re: [Bug 38840] add coverage analysis to unit tests

2012-08-05 Thread Matúš Kukan
On 5 August 2012 13:11, John Smith lbalba...@gmail.com wrote: LDFLAGS+='-lgcov' CFLAGS+='-fprofile-arcs -ftest-coverage' CXXFLAGS+='-fprofile-arcs -ftest-coverage' CPPFLAGS+='-fprofile-arcs -ftest-coverage' make If you would google for undefined reference to `__gcov_merge_add' You could get to

Re: [Bug 38840] add coverage analysis to unit tests

2012-08-05 Thread John Smith
On Sun, Aug 5, 2012 at 3:02 PM, Matúš Kukan matus.ku...@gmail.com wrote: On 5 August 2012 13:11, John Smith lbalba...@gmail.com wrote: LDFLAGS+='-lgcov' CFLAGS+='-fprofile-arcs -ftest-coverage' CXXFLAGS+='-fprofile-arcs -ftest-coverage' CPPFLAGS+='-fprofile-arcs -ftest-coverage' make If you

[Libreoffice-commits] .: Branch 'feature/gbuild_ure' - solenv/gbuild

2012-08-05 Thread Matus Kukan
solenv/gbuild/UnoApiTarget.mk |1 + 1 file changed, 1 insertion(+) New commits: commit be91742ceaa09e18b788a79c46d45f754851c96c Author: Matúš Kukan matus.ku...@gmail.com Date: Sun Aug 5 15:17:52 2012 +0200 gbuild: add missing dependency on regmerge visible with 'make

Re: [PUSHED] Re: [REVIEW] Null pointer passed as an argument to a 'nonnull' parameter in vcl/unx/generic/app/i18n_wrp.cxx

2012-08-05 Thread John Smith
On Sun, Aug 5, 2012 at 1:55 PM, julien2412 serval2...@yahoo.fr wrote: Hi, The John Smith's clang report reminded me this thread. I pushed this easy fix on master (see http://cgit.freedesktop.org/libreoffice/core/commit/?id=4de603d28ce884fb2a3720b6d132465b6dcc98a9). I don't know if this part

[m...@marcpare.com: [libreoffice-marketing] Re: Ubuntu Developer Summit]

2012-08-05 Thread Bjoern Michaelsen
Hi there, Marc wrote: Le 2012-07-30 14:52, leif a écrit : Hi, Does anyone plan to speak at the Ubuntu Developer Summit in Copenhagen later this year? http://uds.ubuntu.com/ I'm not a developer so I think someone with blood type C++ should hold the flag ;-) Otherwise I plan to

Re: feature/gbuild_ure needs testing

2012-08-05 Thread Matúš Kukan
Hi David, On 2 August 2012 12:00, David Tardon dtar...@redhat.com wrote: Hi all, now that 3.6.0 is sucessfully out, I have started pushing gbuild conversion forward again. The latest result of my effort is on branch feature/gbuild_ure Nice, looks really good :-) 1/ Module bridges has been

[Libreoffice-commits] .: vcl/source

2012-08-05 Thread Julien Nabet
vcl/source/control/button.cxx |8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) New commits: commit a4e937d5b04b10c2d6ebecce6e77c57a02a95d17 Author: Julien Nabet serval2...@yahoo.fr Date: Sun Aug 5 17:45:17 2012 +0200 Declare all the members in ImplCommonButtonData ctor

MPL/LGPLv3+ blanket license

2012-08-05 Thread Norah A. Abanumay
Hello, All of my past future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Regards, Norah Abanumay Motah Program, KACST http://www.motah.org.sa Warning: This message and its attachment, if any, are confidential and may contain information protected by law. If

[Libreoffice-commits] .: 4 commits - starmath/source

2012-08-05 Thread Ivan Timofeev
starmath/source/view.cxx | 65 ++- 1 file changed, 14 insertions(+), 51 deletions(-) New commits: commit c4486f247891cefe662dae0f5ef6581ebdca Author: Ivan Timofeev timofeev@gmail.com Date: Sun Aug 5 20:29:20 2012 +0400 SmCmdBoxWindow:

[Libreoffice-commits] .: sw/source unusedcode.easy

2012-08-05 Thread Julien Nabet
sw/source/filter/ww8/rtfattributeoutput.cxx | 10 -- sw/source/filter/ww8/rtfattributeoutput.hxx |1 - unusedcode.easy |1 - 3 files changed, 12 deletions(-) New commits: commit a76dac1fb62823c357ad8f2bd789483b7ea7badd Author: Julien Nabet

[Libreoffice-commits] .: connectivity/source dbaccess/source extensions/source framework/inc idl/inc sc/source tools/inc ucb/source UnoControls/source

2012-08-05 Thread Thomas Arnhold
UnoControls/source/base/registercontrols.cxx | 20 -- connectivity/source/drivers/postgresql/pq_connection.hxx |5 -- dbaccess/source/inc/apitools.hxx | 28 --- dbaccess/source/ui/misc/TokenWriter.cxx |5 --

[Libreoffice-commits] .: binfilter/inc

2012-08-05 Thread Thomas Arnhold
binfilter/inc/bf_basic/sbxcore.hxx | 15 binfilter/inc/bf_sfx2/docfac.hxx | 128 - 2 files changed, 143 deletions(-) New commits: commit e238a59430ce1f2e45469faf14d9c0a4d151b60e Author: Thomas Arnhold tho...@arnhold.org Date: Sun Aug 5 20:31:14

[Libreoffice-commits] .: bean/com bridges/test javaunohelper/com javaunohelper/test odk/examples qadevOOo/runner qadevOOo/tests sc/qa scripting/workben unotest/source

2012-08-05 Thread Julien Nabet
bean/com/sun/star/beans/LocalOfficeConnection.java |2 +- bridges/test/testclient.java |9 ++--- javaunohelper/com/sun/star/comp/helper/Bootstrap.java |2 +-

[Libreoffice-commits] .: regexp/inc sd/inc sd/source

2012-08-05 Thread Philipp Riemer
regexp/inc/regexp/reclass.hxx| 233 ++- sd/inc/anminfo.hxx | 26 +- sd/inc/sdpage.hxx| 30 +- sd/inc/sdpptwrp.hxx |2 sd/inc/sdxmlwrp.hxx

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

2012-08-05 Thread Markus Mohrhard
sc/inc/column.hxx |3 sc/source/core/data/column2.cxx | 169 ++-- 2 files changed, 117 insertions(+), 55 deletions(-) New commits: commit 1e2964e55e6fc791b911998ca710a9f174c3d1ef Author: Markus Mohrhard markus.mohrh...@googlemail.com Date:

Re: [Libreoffice-qa] OLE Objects and Impress/Draw

2012-08-05 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks Regina for the answer. It is interesting to apply the fix in the bug id=118505 to LibreOffice, if possible (and legal). Regards, Em 04-08-2012 18:32, Regina Henschel escreveu: Hi Oliver, Olivier Hallot schrieb: -BEGIN PGP SIGNED

[Libreoffice-commits] .: regexp/inc

2012-08-05 Thread David Tardon
regexp/inc/regexp/reclass.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 591395a832aba635f9c8cf4e71a3558f14f41a37 Author: David Tardon dtar...@redhat.com Date: Mon Aug 6 06:46:06 2012 +0200 add accidentally removed */ Change-Id:

Re: [Libreoffice-qa] OLE Objects and Impress/Draw

2012-08-05 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks Regina for the answer. It is interesting to apply the fix in the bug id=118505 to LibreOffice, if possible (and legal). Regards, Em 04-08-2012 18:32, Regina Henschel escreveu: Hi Oliver, Olivier Hallot schrieb: -BEGIN PGP SIGNED

[Libreoffice-bugs] [Bug 46884] Font rendering problem

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46884 --- Comment #23 from Eugenij Shkrigunov eshk...@gmail.com 2012-08-05 07:55:25 UTC --- Also LibreOffice-3.5.5.3 350m1(Build:3) -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Libreoffice-bugs] [Bug 33239] RPT: ORDER BY clause dropped in analyze sql: no case

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33239 --- Comment #9 from Jochen d...@jochenschiffers.de 2012-08-05 08:57:35 UTC --- Hi Lionel, is the subject-text RPT: ORDER BY clause dropped in analyze sql: no case still correct? If not: what is in your opinion the correct text? -- Configure

[Libreoffice-bugs] [Bug 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964 --- Comment #14 from Jochen d...@jochenschiffers.de 2012-08-05 09:04:43 UTC --- (In reply to comment #13) Bug 32960 just needed to be fixed before one could even reproduce this bug. Hi Lionel, comprehension question: Bug 32960 is marked as

[Libreoffice-bugs] [Bug 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964 Jochen d...@jochenschiffers.de changed: What|Removed |Added Status Whiteboard||testing after fixing Bug

[Libreoffice-bugs] [Bug 50907] FILEOPEN FORMATTING pptx some unreadable text at the top of slide

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50907 Korrawit Pruegsanusak detective.conan.1...@gmail.com changed: What|Removed |Added Status|NEW

[Libreoffice-bugs] [Bug 53010] Conditional formatting of type values is between lost when reopening the file

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53010 Markus Mohrhard markus.mohrh...@googlemail.com changed: What|Removed |Added Status|NEW |ASSIGNED

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

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53120 --- Comment #3 from mic...@nallino.net 2012-08-05 09:32:22 UTC --- Hello, The format I use for saving my file is odt. I cannot send you the file I use: it is a private file, a book that I am writing. Its characteristics: 80 characters, 350

[Libreoffice-bugs] [Bug 53138] New: FILEOPEN FORMATTING picture is cropped and shown with black area

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53138 Bug #: 53138 Summary: FILEOPEN FORMATTING picture is cropped and shown with black area Classification: Unclassified Product: LibreOffice Version: 3.7.0.0.alpha0+ Master

[Libreoffice-bugs] [Bug 53139] New: : FILEOPEN: Couldn't abort from repairing a corrupt file

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53139 Bug #: 53139 Summary: : FILEOPEN: Couldn't abort from repairing a corrupt file Classification: Unclassified Product: LibreOffice Version: 3.5.4 release Platform:

[Libreoffice-bugs] [Bug 44446] LibreOffice 3.6 most annoying bugs

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Roman Eisele b...@eikota.de changed: What|Removed |Added Depends on||52639 --- Comment #67 from

[Libreoffice-bugs] [Bug 52639] ReportBuilder: Creating a new report destroys .odb

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52639 Roman Eisele b...@eikota.de changed: What|Removed |Added Blocks||6 -- Configure

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

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38840 --- Comment #5 from bfoman bfo.bugm...@spamgourmet.com 2012-08-05 10:16:44 UTC --- Seems there is a trace of gcov work in the source already: http://cgit.freedesktop.org/libreoffice/core/tree/sal/qa/helper/gcov -- Configure bugmail:

[Libreoffice-bugs] [Bug 52639] ReportBuilder: Creating a new report destroys .odb

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52639 --- Comment #12 from Roman Eisele b...@eikota.de 2012-08-05 10:17:06 UTC --- FYI: Given the fact that this issue is reproducible (see comment #10), I have added it to our list of LibO 3.6 most annoying bugs (bug 6). -- Configure bugmail:

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

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53115 Roman Eisele b...@eikota.de changed: What|Removed |Added CC|rainerbielefeldng@bielefeld |LibreOffice@bielefeldundbus

[Libreoffice-bugs] [Bug 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964 --- Comment #15 from Lionel Elie Mamane lio...@mamane.lu 2012-08-05 10:23:19 UTC --- (In reply to comment #14) (In reply to comment #13) Bug 32960 just needed to be fixed before one could even reproduce this bug. comprehension question: Bug

[Libreoffice-bugs] [Bug 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

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

[Libreoffice-bugs] [Bug 46598] Form wizard data sheet style form locks and crashes LibreOffice on OSX Lion

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

[Libreoffice-bugs] [Bug 52273] Base's open-existing-file dropdown list can not display Thai database name correctly.

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

[Libreoffice-bugs] [Bug 34809] Turning off JVM creates annoying popup when clicking on document on start

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34809 Roman Eisele b...@eikota.de changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever

[Libreoffice-bugs] [Bug 34809] Turning off JVM creates annoying popup when clicking on document on start

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34809 Roman Eisele b...@eikota.de changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 52639] ReportBuilder: Creating a new report destroys .odb

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52639 --- Comment #13 from Julien Nabet serval2...@yahoo.fr 2012-08-05 12:07:36 UTC --- On pc Debian x86-64, with master sources updated today, I tried to reproduce the problem by following comment4 (without creating table), I didn't succeed. Base

[Libreoffice-bugs] [Bug 52639] ReportBuilder: Creating a new report destroys .odb

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52639 --- Comment #14 from Julien Nabet serval2...@yahoo.fr 2012-08-05 12:17:17 UTC --- Created attachment 65142 -- https://bugs.freedesktop.org/attachment.cgi?id=65142 bt + console msgs on master I reproduced the crash (with same config than my

[Libreoffice-bugs] [Bug 34809] Turning off JVM creates annoying popup when clicking on document on start

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34809 Roman Eisele b...@eikota.de changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

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

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53120 --- Comment #4 from mic...@nallino.net 2012-08-05 12:57:53 UTC --- I have made some tests with LB 3.5.4 under UBUNTU 12.04 LTS (64 bits). It appears that the same memory leak exists: I open the file, change a character, save the file then do it

[Libreoffice-bugs] [Bug 52639] ReportBuilder: Creating a new report destroys .odb

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52639 --- Comment #15 from Julien Nabet serval2...@yahoo.fr 2012-08-05 13:09:16 UTC --- Sorry, the line warn:legacy.osl:10009:1:/home/julien/compile-libreoffice/libo/dbaccess/source/ui/browser/genericcontroller.cxx:1343:

[Libreoffice-bugs] [Bug 53071] writer has no more option to save as text file

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53071 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 52579] EDITING: Special characters

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52579 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 35449] Large TABLES causes Problems at Print Layout

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35449 --- Comment #4 from Alec Kojaev a...@kojaev.name 2012-08-05 13:53:53 UTC --- This bug still exists in LO 3.5.5.3 build 350m1 on Ubuntu 12.04 (i386). Happened to my documents before, but I wasn't able to isolate a good example. -- Configure

[Libreoffice-bugs] [Bug 52479] : soffice line 162 segmentation fault

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52479 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added CC||serval2...@yahoo.fr

[Libreoffice-bugs] [Bug 52361] Libreoffice Writer crashing

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52361 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 52639] ReportBuilder: Creating a new report destroys .odb

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52639 rob...@familiegrosskopf.de changed: What|Removed |Added See Also||https://bugs.freedesktop.or

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

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53120 --- Comment #5 from mic...@nallino.net 2012-08-05 14:13:44 UTC --- I have found a temporary workaround working with Windows: download sysinternals utilities suite from Microsoft download site. Use RAMMap.exe jointly with LB (keep RAMMap running).

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

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53120 --- Comment #6 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-08-05 14:15:10 UTC --- Probably same problem as in bug 52433. Best regards. JBF -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Libreoffice-bugs] [Bug 52534] FILESAVE - Excel compatibility: file loads OK, but some formulas are corrupted when document is saved

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52534 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 40676] Automatic crash reporting

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40676 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|NEEDINFO

[Libreoffice-bugs] [Bug 35438] Add a crash reporter (eg Breakpad)

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35438 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added CC|

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

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53120 --- Comment #7 from mic...@nallino.net 2012-08-05 14:36:13 UTC --- Yes, it seems similar: memory is not released by LB, just two methods to release memory, close LB or use a tool (like RAMMap) that forces private RAM to be released. I have in my

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

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53126 rob...@familiegrosskopf.de changed: What|Removed |Added CC||rob...@familiegrosskopf.de

[Libreoffice-bugs] [Bug 53134] Issue with the fonction \months in Calc

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53134 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 53138] FILEOPEN FORMATTING picture is cropped and shown with black area

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53138 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added CC||serval2...@yahoo.fr

[Libreoffice-bugs] [Bug 40196] MAILING: postings bounced on Libreoffice, Libreoffice-qa Libreoffice-ux-advise,

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40196 Joel Madero jmadero@gmail.com changed: What|Removed |Added CC||jmadero@gmail.com

[Libreoffice-bugs] [Bug 48527] Editing

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48527 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 41731] FORMATTING: OLE anchoring problems

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41731 Joel Madero jmadero@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 41800] EDITING: data typed in table cell disappears

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41800 Joel Madero jmadero@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 41884] [Task] Windows Installer Most Annoying Bugs

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41884 Joel Madero jmadero@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

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

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53129 John Smith lbalba...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

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

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38840 Bug 38840 depends on bug 53129, which changed state. Bug 53129 Summary: compile fails when specifying LDFLAGS+='-lgcov' CFLAGS/CXXFLAGS+='-fprofile-arcs -ftest-coverage' https://bugs.freedesktop.org/show_bug.cgi?id=53129 What

[Libreoffice-bugs] [Bug 52610] FILESAVE particular document as .docx (Office Open): Can not be opened with other office software

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52610 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added AssignedTo|libreoffice-b...@lists.free

[Libreoffice-bugs] [Bug 41885] : a5 landscape does not print writer or calc docs correctly on Linux

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41885 Joel Madero jmadero@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

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

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53115 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|NEW

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

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35079 --- Comment #21 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 2012-08-05 17:18:12 UTC --- Lennard Wasserthal: If you are uncertain you should discuss your patch on libreoff...@lists.freedesktop.org -- Configure bugmail:

[Libreoffice-bugs] [Bug 41889] SLIDESHOW: second display visual

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41889 Joel Madero jmadero@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 41889] SLIDESHOW: second display visual

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41889 Joel Madero jmadero@gmail.com changed: What|Removed |Added Priority|medium |high --- Comment #5

[Libreoffice-bugs] [Bug 53143] New: FORMATTING: Wrong equation alignment inside matrix cell.

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53143 Bug #: 53143 Summary: FORMATTING: Wrong equation alignment inside matrix cell. Classification: Unclassified Product: LibreOffice Version: 3.5.4 release Platform:

[Libreoffice-bugs] [Bug 40196] MAILING: postings bounced on Libreoffice, Libreoffice-qa Libreoffice-ux-advise,

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40196 --- Comment #5 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 2012-08-05 17:25:54 UTC --- At least these see my sender address as libreoffice-qa-bounces+libreoffice=bielefeldundbuss...@lists.freedesktop.org effects still exist for me.

[Libreoffice-bugs] [Bug 43220] UI: Strange Behavior According the Display of the Navigation Toolbar in Writer

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43220 Rafael Dominguez venccsra...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 43234] assertion raised, index.cxx:238

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43234 Rafael Dominguez venccsra...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 53145] New: If the user tries to open a 'Recent file' that no longer exists, LO does not offer to delete it.

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53145 Bug #: 53145 Summary: If the user tries to open a 'Recent file' that no longer exists, LO does not offer to delete it. Classification: Unclassified Product: LibreOffice

[Libreoffice-bugs] [Bug 53145] If the user tries to open a 'Recent file' that no longer exists, LO does not offer to delete it.

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53145 afrowi...@gmail.com afrowi...@gmail.com changed: What|Removed |Added Platform|Other |x86 (IA32)

[Libreoffice-bugs] [Bug 53145] If the user tries to open a 'Recent file' that no longer exists, LO does not offer to delete it.

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53145 afrowi...@gmail.com afrowi...@gmail.com changed: What|Removed |Added Version|unspecified |3.5.4 release

[Libreoffice-bugs] [Bug 44400] UI: Ruler is not Left-aligned back, when the Enhanced Language Support is Disabled

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44400 Rafael Dominguez venccsra...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 44129] programming error removing Writer document header? (DEBUG build crash)

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44129 Rafael Dominguez venccsra...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

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

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53115 --- Comment #3 from rob...@familiegrosskopf.de 2012-08-05 19:09:52 UTC --- The behaviour is the same as in https://bugs.freedesktop.org/show_bug.cgi?id=52639 . I could restart with a new user-profile - no difference. I haven't any extensions

[Libreoffice-bugs] [Bug 44137] TABLE: CRASH when Merge Cells

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44137 Rafael Dominguez venccsra...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 53146] New: EDITING: 'Proper' function

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53146 Bug #: 53146 Summary: EDITING: 'Proper' function Classification: Unclassified Product: LibreOffice Version: 3.5.5.3 release Platform: Other OS/Version: All Status:

[Libreoffice-bugs] [Bug 41731] FORMATTING: OLE anchoring problems

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41731 wolte...@gmail.com changed: What|Removed |Added Resolution|WORKSFORME |FIXED --- Comment #3 from

[Libreoffice-bugs] [Bug 42436] Text Box don't show on header

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42436 Alejandro Moreno almo...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

  1   2   >