[Libreoffice-commits] .: Branch 'feature/gbuild_sdext' - 6 commits - sdext/Extension_minimizer.mk sdext/Extension_pdfimport.mk sdext/Extension_presenter.mk sdext/Library_pdfimport.mk sdext/source sole

2012-02-25 Thread David Tardon
dev/null |binary sdext/Extension_minimizer.mk |4 sdext/Extension_pdfimport.mk |2 sdext/Extension_presenter.mk | 10 sdext/Library_pdfimport.mk|4 sdext/source/presenter/PresenterClock.cxx

[Libreoffice-commits] .: Branch 'feature/gbuild_sdext' - sdext/Library_pdfimport.mk

2012-02-25 Thread David Tardon
sdext/Library_pdfimport.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit bc2cbaf95386a44b225d0ee25ce4ddf4a9e239c5 Author: David Tardon dtar...@redhat.com Date: Sat Feb 25 11:50:22 2012 +0100 the include must be at the beginning diff --git

[Libreoffice-commits] .: vcl/android vcl/headless vcl/inc vcl/unx

2012-02-25 Thread Michael Meeks
vcl/android/androidinst.cxx | 89 +--- vcl/headless/svpframe.cxx | 39 + vcl/headless/svpinst.cxx|5 +- vcl/inc/android/androidinst.hxx |5 +- vcl/inc/headless/svpframe.hxx | 11

[Libreoffice-commits] .: sc/source

2012-02-25 Thread Takeshi Abe
sc/source/ui/unoobj/scdetect.cxx | 22 +++--- sc/source/ui/vba/vbafilesearch.cxx |2 +- 2 files changed, 12 insertions(+), 12 deletions(-) New commits: commit 552a9862f8a11d8e3b86eef710d91a322a3a2946 Author: Takeshi Abe t...@fixedpoint.jp Date: Sat Feb 25 23:15:00 2012

[Libreoffice-commits] .: Branch 'feature/gbuild_sdext' - 3 commits - sdext/CppunitTest_pdfimport.mk sdext/Module_sdext.mk sdext/source

2012-02-25 Thread David Tardon
sdext/CppunitTest_pdfimport.mk | 90 ++ sdext/Module_sdext.mk |4 sdext/source/minimizer/delzip |1 sdext/source/minimizer/minimizer.pmk | 28 - sdext/source/pdfimport/delzip |1

[Libreoffice-commits] .: solenv/gbuild

2012-02-25 Thread Tor Lillqvist
solenv/gbuild/Helper.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 9eb1c0cb7c3ae261d21b7efb30a6dbb1ec21c02f Author: Tor Lillqvist t...@iki.fi Date: Sun Feb 26 09:17:05 2012 +0200 Fix typos diff --git a/solenv/gbuild/Helper.mk

Re: development summary: year 2012, week 07

2012-02-25 Thread Korrawit Pruegsanusak
Hello Petr, 2012/2/25 Petr Mladek pmla...@suse.cz:        + master:            LO-3.5 development Did you mean 3.6? :-) Best Regards, -- Korrawit Pruegsanusak ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [PATCH]bug 44516 improved label and business card document creation

2012-02-25 Thread Norbert Thiebaud
ok so I re-dit the diff to get something humanly reviewable, I applied on 3.5.1-RC1 git apply original.patch git diff -w ../ip/simplified_bug_44516.diff cat ../ip/simplified_bug_44516.diff | grep -v ^-$ | grep -C2 ^[+\-] | sed -e s/-\( *\)value/-\1value/ | less /prop

Re: Trying to understand why LO seems freezed for some seconds when a module is started

2012-02-25 Thread Michael Meeks
On Fri, 2012-02-24 at 16:22 -0800, julien2412 wrote: I runned gdb during the freeze and found that about 230 were used during this moment. It looks strongly to me like the Java problem :-) is it possible that you have LanguageTool installed ? (or some other Java grammar checker) ? if

Re: Trying to understand why LO seems freezed for some seconds when a module is started

2012-02-25 Thread Tommy
On Sat, 25 Feb 2012 11:54:03 +0100, Michael Meeks michael.me...@suse.com wrote: cut etc. of course, perhaps we still have some vestige of Java in that path in the default install, if so we need to find / fix it :-) but I suspect you just have LanguageTool installed. HTH,

Re: Trying to understand why LO seems freezed for some seconds when a module is started

2012-02-25 Thread julien2412
Yes I had language-tool enabled in autogen.lastrun. So I removed it then did : - ./autogen.sh - make dev-install - removed LO profile But I saw no difference :-( Either what I did is not sufficient to take this change into account (perhaps I should run make clean make) or the cause is something

[PATCH] EasyHacks fdo#38831 VARARR and VARARR_SORT

2012-02-25 Thread Maciej Rumianowski
Hi *, small patches partially cleaning svltools from svarrays. Best Regards, Maciej Rumianowski From 574028e9cef7bfcfc5d7fcaafa075ad1b8e9bb49 Mon Sep 17 00:00:00 2001 From: Maciej Rumianowski maciej.rumianow...@gmail.com Date: Sat, 25 Feb 2012 14:58:16 +0100 Subject: [PATCH 1/3] Replace

Re: Trying to understand why LO seems freezed for some seconds when a module is started

2012-02-25 Thread Tommy
On Sat, 25 Feb 2012 15:22:44 +0100, julien2412 serval2...@yahoo.fr wrote: Yes I had language-tool enabled in autogen.lastrun. So I removed it then did : - ./autogen.sh - make dev-install - removed LO profile But I saw no difference :-( Either what I did is not sufficient to take this change

JUnit sc_complex fails in Localized enviroment

2012-02-25 Thread Maciej Rumianowski
Hi *, I hjave discovered a problem when checking libreoffice build (master), below is log. It seems that test is not fully localized. Is make check meant to work in non-English enviroment? I had once such problem with filters_tests in Calc

Re: Trying to understand why LO seems freezed for some seconds when a module is started

2012-02-25 Thread julien2412
Tommy, I compile LO sources from master. As I said, I removed LO profiles so I don't think I've got a lot of autocorrect items. (I've got also a directory for LO sources from 3.5 and have the same thing). -- View this message in context:

[PATCH] Fix compiling with icecream on ubuntu

2012-02-25 Thread Governa
On Ubuntu the icecream GCC_HOME should be /usr/lib/icecc. Added an test to configure.in to use this directory if it exists. From 858713f4592c0e909713b3a419008b98e94bed06 Mon Sep 17 00:00:00 2001 From: Fernando fernando@ubuntu.ubuntu-domain Date: Sat, 25 Feb 2012 15:22:08 -0200 Subject: [PATCH] fix

Re: [REVIEW 3-5][PUSHED] fdo#46568 - VALGRIND corruption

2012-02-25 Thread Markus Mohrhard
Hello Noel, 2012/2/24 Noel Power nopo...@suse.com: please review the patch from master here, the detail ( valgrind and gdb traces etc. ) already in the bug so I won't duplicate here http://cgit.freedesktop.org/libreoffice/core/commit/?id=22871f1af3be444e747f7adaad5221b9c8b0bebf This looks

[PATCH] Removed unused code

2012-02-25 Thread Bartolomé Sánchez Salado
Hello. I've removed some unused virtual methods inside backends as Michael Meeks requested me: http://www.mail-archive.com/libreoffice@lists.freedesktop.org/msg23796.html after my first commit: http://lists.freedesktop.org/archives/libreoffice-commits/2012-February/027928.html Bartolomé

Question: How do I rasterize an SVG to a BitmapEx

2012-02-25 Thread Andrew Higginson
Hi, I am trying to do some work on improving the About Dialog and I need to be able to rasterize an SVG (which I guess I would have to pack in the icon themes) to a vcl::BitmapEx I can see there are various classes (i.e. vcl::SVGReader and vcl::RenderGraphicRasterizer) which may do the job,

[PUSHED] Remove unused code (19)

2012-02-25 Thread Michael Meeks
On Sat, 2012-02-25 at 01:57 +0800, Elton Chung wrote: This patch removes 14 unused methods. Thanks, pushed - modulo the fround removal which we added a unit test for IIRC. :-) Michael. -- michael.me...@suse.com , Pseudo Engineer, itinerant idiot

[PUSHED] Remove unused code (20)

2012-02-25 Thread Michael Meeks
On Sat, 2012-02-25 at 14:15 +0800, Elton Chung wrote: This patch removes 20 unused methods. Thanks ! :-) Michael. -- michael.me...@suse.com , Pseudo Engineer, itinerant idiot ___ LibreOffice mailing list

[PATCH] Removed unused code

2012-02-25 Thread Petr Vorel
Another patch removing some unused methods. From 9ab3fcd3e16bdb0c0ea565777d7537bd9bf761f0 Mon Sep 17 00:00:00 2001 From: Petr Vorel petr.vo...@gmail.com Date: Sun, 26 Feb 2012 00:04:49 +0100 Subject: [PATCH] Removed unused code --- sc/source/filter/excel/xepivot.cxx |9 -

[Libreoffice-qa] manual testing

2012-02-25 Thread e-letter
Readers, Recent comments in the 'users' mailing list indicate that manual testing is insufficient. What is the procedure to expand the quantity and quality of manual tests? To improve software quality, especially with reference to regression of previous bugs, a selection of manual tests based

Re: [Libreoffice-qa] manual testing

2012-02-25 Thread Pedro
e-letter wrote Recent comments in the 'users' mailing list indicate that manual testing is insufficient. What is the procedure to expand the quantity and quality of manual tests? To improve software quality, especially with reference to regression of previous bugs, a selection of manual

Re: [Libreoffice-qa] [ANNOUNCE] libreoffice-3.5.1.1 tag created (3.5.1-rc1)

2012-02-25 Thread Pedro
Hi Petr, all Petr Mladek wrote after some fighting, there have been created the libreoffice-3.5.1.1 tag for 3.5.1-rc1 release. The corresponding official builds will be available within next few days. I'm glad the x.x.x.y (where y is the rc version) numbering model was accepted. This is

Re: [Libreoffice-qa] [ANNOUNCE] libreoffice-3.5.1.1 tag created (3.5.1-rc1)

2012-02-25 Thread Norbert Thiebaud
On Sat, Feb 25, 2012 at 3:54 AM, Pedro pedl...@gmail.com wrote: Is this the plan forward? Only versions x.x.0 have Betas? x.y.x with z = 1 are bugfixes-release.. if they need a 'beta' then we already failed on the principle of what a bugfix-release is. Norbert

[Libreoffice-bugs] [Bug 34147] Writer FILESAVE: First page style created by Writer lose the page style

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34147 --- Comment #6 from sasha.libreoff...@gmail.com 2012-02-25 00:10:11 PST --- Similar problem: Bug 34984 - Saving to .doc format copies first page header onto all others -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Libreoffice-bugs] [Bug 35243] Paste not working, paste special first row is empty

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

[Libreoffice-bugs] [Bug 46546] FILEOPEN: Import docx file with embedded charts not handled

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46546 s-joyemuseq...@vf.uni-konstanz.de changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 46579] Form fields 'Image Button' do not work in Forms

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

[Libreoffice-bugs] [Bug 46579] Form fields 'Image Button' do not work in Forms

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46579 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Attachment #57604|0 |1

[Libreoffice-bugs] [Bug 46441] FILESAVE: After saving to .doc (Microsoft Word 97/2000/XP) document content is lost

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46441 --- Comment #3 from s-joyemuseq...@vf.uni-konstanz.de 2012-02-25 00:44:47 PST --- Tested On Windows XP / Vista 64: the same error occurs with LibO 3.3.4, 3.4.5, and 3.5.0 -- Configure bugmail:

[Libreoffice-bugs] [Bug 35528] Crash when showing credits and resizing page with slider

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35528 --- Comment #3 from sasha.libreoff...@gmail.com 2012-02-25 00:52:15 PST --- In 3.5.0 still reproducible? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the

[Libreoffice-bugs] [Bug 35544] ODMA enabled: cannot open documents

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

[Libreoffice-bugs] [Bug 42698] EDITING, FILEOPEN

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

[Libreoffice-bugs] [Bug 46593] Version 3.5 will not install

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

[Libreoffice-bugs] [Bug 46604] New: Installation problem on XP SP3

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46604 Bug #: 46604 Summary: Installation problem on XP SP3 Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release Platform: x86 (IA32) OS/Version: Windows (All)

[Libreoffice-bugs] [Bug 46605] New: EDITING: Only the first part of a large HTML table pastes correctly when copied from Safari

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46605 Bug #: 46605 Summary: EDITING: Only the first part of a large HTML table pastes correctly when copied from Safari Classification: Unclassified Product: LibreOffice Version:

[Libreoffice-bugs] [Bug 46605] EDITING: Only the first part of a large HTML table pastes correctly when copied from Safari

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46605 --- Comment #1 from danie...@gmail.com 2012-02-25 02:18:45 PST --- (You may need to tell your browser to view the page as unicode: there should be triangles in the first column, not gibberish.) -- Configure bugmail:

[Libreoffice-bugs] [Bug 46606] New: FILEOPEN : unable to open docx and pps files received thru thunderbird mail

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46606 Bug #: 46606 Summary: FILEOPEN : unable to open docx and pps files received thru thunderbird mail Classification: Unclassified Product: LibreOffice Version: LibO 3.4.5 release

[Libreoffice-bugs] [Bug 46607] New: EDITING: Background colours in HTML table cells are lost when copied from Firefox/Chrome on Mac OS X

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46607 Bug #: 46607 Summary: EDITING: Background colours in HTML table cells are lost when copied from Firefox/Chrome on Mac OS X Classification: Unclassified Product: LibreOffice

[Libreoffice-bugs] [Bug 42092] SVG in PDF export becomes BITMAP

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42092 Wyatt Berka wyl...@gmail.com changed: What|Removed |Added Version|LibO Master |LibO 3.5.0 Release ---

[Libreoffice-bugs] [Bug 46608] New: FileRecent Documents stays empty (regression from 3.4.5)

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46608 Bug #: 46608 Summary: FileRecent Documents stays empty (regression from 3.4.5) Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release Platform:

[Libreoffice-bugs] [Bug 46608] FileRecent Documents stays empty (regression from 3.4.5)

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46608 Kristof Ralovich kristof.ralov...@gmail.com changed: What|Removed |Added Severity|normal |major

[Libreoffice-bugs] [Bug 46608] FileRecent Documents stays empty (regression from 3.4.5)

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46608 Kristof Ralovich kristof.ralov...@gmail.com changed: What|Removed |Added Keywords||regression

[Libreoffice-bugs] [Bug 42783] get rid of CPU define/build system variable

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42783 --- Comment #2 from Thomas Collerton tom.col...@gmail.com 2012-02-25 03:15:58 PST --- This is my first try, though i had to skip the SPARC64 bits, being CPU=U not defined in configure.in -- Configure bugmail:

[Libreoffice-bugs] [Bug 42783] get rid of CPU define/build system variable

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42783 --- Comment #3 from Thomas Collerton tom.col...@gmail.com 2012-02-25 03:16:37 PST --- Created attachment 57629 -- https://bugs.freedesktop.org/attachment.cgi?id=57629 First try at EasyHack -- Configure bugmail:

[Libreoffice-bugs] [Bug 46609] New: EDITING: Delays typing in opening file

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46609 Bug #: 46609 Summary: EDITING: Delays typing in opening file Classification: Unclassified Product: LibreOffice Version: LibO 3.4.5 release Platform: Other OS/Version: All

[Libreoffice-bugs] [Bug 45365] : Crash on close

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45365 --- Comment #7 from Esben esbenbu...@gmail.com 2012-02-25 03:53:59 PST --- Has not experienced this since upgrading to ver. 3.5.0. Will report back if it happens again. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Libreoffice-bugs] [Bug 46610] New: EasyHack: vcl - remove un-used return values ...

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46610 Bug #: 46610 Summary: EasyHack: vcl - remove un-used return values ... Classification: Unclassified Product: LibreOffice Version: LibO Master Platform: Other OS/Version: All

[Libreoffice-bugs] [Bug 46610] EasyHack: vcl - remove un-used return values ...

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46610 Michael Meeks michael.me...@novell.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Status

[Libreoffice-bugs] [Bug 46611] New: Mutilated bibliography records

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46611 Bug #: 46611 Summary: Mutilated bibliography records Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release Platform: IA64 (Itanium) OS/Version: Mac OS X

[Libreoffice-bugs] [Bug 45109] FILEOPEN for particular damaged (?) .pptx document impossible

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

[Libreoffice-bugs] [Bug 42092] SVG in PDF export becomes BITMAP

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42092 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Version|LibO 3.5.0 Release |LibO

[Libreoffice-bugs] [Bug 45365] : Crash on close

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

[Libreoffice-bugs] [Bug 46438] EasyHack: ctrl-g to re-search in the search bar ...

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46438 --- Comment #3 from Michael Meeks michael.me...@novell.com 2012-02-25 04:31:43 PST --- Ooh - looks nice ! :-) Any chance of a reverse search ? I forget what the binding is for that ? Otherwise will merge Monday ... Thanks ! -- Configure

[Libreoffice-bugs] [Bug 44508] FILESAVE incorrect date field in writer document

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

[Libreoffice-bugs] [Bug 45946] EDITING: Allow conversion of fields like date, variable or mail merge in selected text

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

[Libreoffice-bugs] [Bug 38558] Copy-paste operation crashes spreadsheet

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38558 --- Comment #5 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 2012-02-25 04:42:50 PST --- @jake@gmail.com With what LibO Version under what OS did you do your test? -- Configure bugmail:

[Libreoffice-bugs] [Bug 32601] Not easy to find how to log bug

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

[Libreoffice-bugs] [Bug 45653] : Crash on Mail/Letter-Assistant (German version)

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

[Libreoffice-bugs] [Bug 41996] EDITING Can't move slides in slide sorter

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41996 Raul Montagne montagner...@aim.com changed: What|Removed |Added Platform|All |x86 (IA32)

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

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46612 Bug #: 46612 Summary: Functionality Request: Charts in Base Classification: Unclassified Product: LibreOffice Version: unspecified Platform: All OS/Version: All

[Libreoffice-bugs] [Bug 46613] New: EDITING: Crash

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

[Libreoffice-bugs] [Bug 46598] Base form wizard data sheet style form locks and crashes LibreOffice

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46598 --- Comment #1 from Alex Thurgood ipla...@yahoo.co.uk 2012-02-25 05:30:59 PST --- Hi, This is not a meaningful report, sorry. What do you mean by data sheet style form ? Are you creating the form in Writer or in Calc ? Please produce a bug

[Libreoffice-bugs] [Bug 46598] Base form wizard data sheet style form locks and crashes LibreOffice

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46598 --- Comment #2 from Alex Thurgood ipla...@yahoo.co.uk 2012-02-25 05:33:30 PST --- Oh, do you have the Accessibility options turned on in your Mac (VoiceOver, keyboard navigation, etc) ? If so, turn them off and see if the crash still happens.

[Libreoffice-bugs] [Bug 46154] FORMCONTROLS: Crashed on form operation when opening properties

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46154 --- Comment #2 from Alex Thurgood ipla...@yahoo.co.uk 2012-02-25 05:37:52 PST --- This is a dup of another bug (can't remember which now offhand, but Petr or Andras looked at it), which has been fixed for 3.5.1, so should be in master as well.

[Libreoffice-bugs] [Bug 46154] FORMCONTROLS: Crashed on form operation when opening properties

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46154 Alex Thurgood ipla...@yahoo.co.uk changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 40261] [CRASH] - EDITing XML Form in Writer Causes crash

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40261 Alex Thurgood ipla...@yahoo.co.uk changed: What|Removed |Added CC||o...@cunbul.com ---

[Libreoffice-bugs] [Bug 46614] New: mingw-w64 compiler required, to compile a *windows* dll, for the ARM port of libreoffice!

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46614 Bug #: 46614 Summary: mingw-w64 compiler required, to compile a *windows* dll, for the ARM port of libreoffice! Classification: Unclassified Product: LibreOffice Version:

[Libreoffice-bugs] [Bug 46614] mingw-w64 compiler required, to compile a *windows* dll, for the ARM port of libreoffice!

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46614 --- Comment #1 from Rene Engelhard r...@debian.org 2012-02-25 06:14:10 PST --- Stephen already correctly explained it to you on debian-arm why this .dll is there (and note that this all was inherited from OOo anyway) How are you going to make

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

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46612 Alex Thurgood ipla...@yahoo.co.uk changed: What|Removed |Added Priority|medium |low --- Comment #1

[Libreoffice-bugs] [Bug 46614] mingw-w64 compiler required, to compile a *windows* dll, for the ARM port of libreoffice!

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46614 --- Comment #2 from Luke Kenneth Casson Leighton luke.leigh...@gmail.com 2012-02-25 06:21:39 PST --- yes i received a private message from steven which pointed out (as was not done on the debian-arm mailing list) that the DLL so compiled is

[Libreoffice-bugs] [Bug 44978] CONFIGURATION: keyboard shortcut ctrl+shift+a

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44978 dannyf...@rocketmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Libreoffice-bugs] [Bug 42165] EDITING: Two left joins do not work in graphic design of a query

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

[Libreoffice-bugs] [Bug 44621] : With MacOS 10.7, draging an image from the desktop to LO Writer it's not possible

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44621 --- Comment #2 from ramuntcho chris.s...@yahoo.com 2012-02-25 07:35:04 PST --- But with Mac OS X 10.7, it doesn't work, same behavior, i can't drag and drop an image.jpg from desktop to Writer. It has been tested with the stable 3.5 release. --

[Libreoffice-bugs] [Bug 46613] EDITING particular document causes CRASH

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46613 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added OS/Version|All

[Libreoffice-bugs] [Bug 45477] EDITING: Autoinput

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

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

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38913 --- Comment #19 from Sven sven.koeh...@gmail.com 2012-02-25 07:56:14 PST --- Same problem on Windows XP. Is there any way to start LibreOffice with verbose output on the console? I'd hope to gather a few more details other than loading danish

[Libreoffice-bugs] [Bug 42165] EDITING: Two left joins do not work in graphic design of a query

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42165 --- Comment #2 from rob...@familiegrosskopf.de 2012-02-25 08:07:58 PST --- I have tested it with a new database under 3.5.0. Now it works. No problem at all with two joins. Well done! Solved in 3.5.0. -- Configure bugmail:

[Libreoffice-bugs] [Bug 46616] New: Recent Documents feature not working

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46616 Bug #: 46616 Summary: Recent Documents feature not working Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release Platform: x86-64 (AMD64) OS/Version:

[Libreoffice-bugs] [Bug 33735] l10n [SP] Menu items have the same accelerator key

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33735 Juan Manuel Barreto juan...@gmail.com changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment

[Libreoffice-bugs] [Bug 44177] : I can't do anything with files in a shared folder from other PC

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44177 Florian Reisinger reisi...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO Ever

[Libreoffice-bugs] [Bug 46499] Heading 2

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46499 Florian Reisinger reisi...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO Ever

[Libreoffice-bugs] [Bug 44125] Unkown media type

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

[Libreoffice-bugs] [Bug 35836] Writer form does not save control data properties

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35836 Florian Reisinger reisi...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 46606] FILEOPEN : unable to open docx and pps files received thru thunderbird mail

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

[Libreoffice-bugs] [Bug 42165] EDITING: Two left joins do not work in graphic design of a query

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42165 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 44794] Add Lion's Full Screen, Resume and Versions support

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44794 --- Comment #2 from Nick Brown nickbr...@gmail.com 2012-02-25 08:54:43 PST --- Bug 39983 covers adding Lion full screen support so probably worth removing it from the title of this bug so this one covers just suspend/resume. -- Configure

[Libreoffice-bugs] [Bug 46618] New: VIEWING: number % format in chart

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46618 Bug #: 46618 Summary: VIEWING: number % format in chart Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release Platform: Other OS/Version: All

[Libreoffice-bugs] [Bug 46619] New: UI: pdf extension

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46619 Bug #: 46619 Summary: UI: pdf extension Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release Platform: Other OS/Version: All Status:

[Libreoffice-bugs] [Bug 42144] Page formatting lost for .doc file

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42144 Florian Reisinger reisi...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 43656] libreoffice-3.4-3.5beta does not print landscape pages

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43656 Florian Reisinger reisi...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO Ever

[Libreoffice-bugs] [Bug 42202] [APPHANG] Inserting 1 048 576 values (one row) at the same time

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42202 Florian Reisinger reisi...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 44832] error plotting axis

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44832 --- Comment #4 from Florian Reisinger reisi...@gmail.com 2012-02-25 10:13:44 PST --- Created attachment 57633 -- https://bugs.freedesktop.org/attachment.cgi?id=57633 The diagram on fileopen See second attachment... -- Configure bugmail:

[Libreoffice-bugs] [Bug 44832] error plotting axis

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44832 --- Comment #5 from Florian Reisinger reisi...@gmail.com 2012-02-25 10:15:32 PST --- Created attachment 57634 -- https://bugs.freedesktop.org/attachment.cgi?id=57634 The diagram after doubleclicking and giving away the focus (Sorry for the

[Libreoffice-bugs] [Bug 44832] error plotting axis

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44832 Florian Reisinger reisi...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 42519] No uninstall entry is made when a fresh install of v3.4.

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42519 Florian Reisinger reisi...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO Ever

[Libreoffice-bugs] [Bug 44646] FILEOPEN: Writer crashes when opening Form

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44646 Florian Reisinger reisi...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 46187] Can't Connect Simultaneously Connect through Different JDBC Drivers

2012-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46187 Florian Reisinger reisi...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

  1   2   >